MessageProcessor.TestEngine
1.1.0
dotnet add package MessageProcessor.TestEngine --version 1.1.0
NuGet\Install-Package MessageProcessor.TestEngine -Version 1.1.0
<PackageReference Include="MessageProcessor.TestEngine" Version="1.1.0" />
<PackageVersion Include="MessageProcessor.TestEngine" Version="1.1.0" />
<PackageReference Include="MessageProcessor.TestEngine" />
paket add MessageProcessor.TestEngine --version 1.1.0
#r "nuget: MessageProcessor.TestEngine, 1.1.0"
#:package MessageProcessor.TestEngine@1.1.0
#addin nuget:?package=MessageProcessor.TestEngine&version=1.1.0
#tool nuget:?package=MessageProcessor.TestEngine&version=1.1.0
The TestEngine is built on top of the MessageProcessor-infrastructure and allows you to write BDD-style test cases. For each scenario, just create a test class that derives from the Scenario class and implement/override the Given- and When-methods. For each assertion you can then implement a Then-method.
Source code and general guidance on how to use this framework can be found here: https://github.com/wimvangool/MessageProcessor/wiki
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
.NETFramework 4.0
- MessageProcessor (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|
- Simplified the framework to use a single IMessageHandler<T> interface.
- Improved the mechanism to easily setup a custom pipeline for each handler dynamically.