Kingo.TestEngine
3.7.1
See the version list below for details.
dotnet add package Kingo.TestEngine --version 3.7.1
NuGet\Install-Package Kingo.TestEngine -Version 3.7.1
<PackageReference Include="Kingo.TestEngine" Version="3.7.1" />
paket add Kingo.TestEngine --version 3.7.1
#r "nuget: Kingo.TestEngine, 3.7.1"
// Install Kingo.TestEngine as a Cake Addin #addin nuget:?package=Kingo.TestEngine&version=3.7.1 // Install Kingo.TestEngine as a Cake Tool #tool nuget:?package=Kingo.TestEngine&version=3.7.1
The Kingo TestEngine library contains a few simple components that allow you to create unit tests
and integration tests in a behavior-driven development (BDD) style on top of applications that
were implemented using the MicroProcessor design from the Kingo library. You are, of source, free to
choose whatever unit test framework you like to run your tests and verify your test results.
The TestEngine contains two base classes for your tests: WriteScenario<T> and ReadScenario<T>.
The WriteScenario<T> can be extended to implement unit tests that execute against your business logic
(message handlers), whereas the ReadScenario<T> can be extended to execute and test your queries.
Both classes use the Given()/When()/Then() style to initialize, execute and verify your tests and its results.
The beauty of these scenario classes is that they can re-use and be built on top of each other to create ever
more sophisticated tests without much effort or extra code. In other words, composite scenarios can execute
child scenarios inside their Given() phase to initialize their own begin-state. This way, composite scenarios
build upon previously verified logic and resulting program states, which ensures your tests never run in a
corrupt or unreachable program state.
The Kingo TestEngine also opens the door to easily generate documentation from your unit tests and integration tests.
Source code and general guidance on how to use this framework can be found here:
https://github.com/wimvangool/Kingo/wiki
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- System.Collections.Immutable (>= 1.3.1)
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 |
---|---|---|
3.9.1 | 1,308 | 10/5/2018 |
3.9.0 | 807 | 10/1/2018 |
3.8.4 | 794 | 8/31/2018 |
3.8.3 | 810 | 8/30/2018 |
3.8.2 | 1,528 | 7/25/2018 |
3.8.1 | 806 | 7/25/2018 |
3.8.0 | 858 | 7/23/2018 |
3.7.12 | 1,016 | 6/23/2018 |
3.7.11 | 962 | 6/23/2018 |
3.7.10 | 951 | 6/23/2018 |
3.7.9 | 950 | 6/22/2018 |
3.7.8 | 1,006 | 6/22/2018 |
3.7.6 | 968 | 6/22/2018 |
3.7.5 | 995 | 6/22/2018 |
3.7.4 | 941 | 6/22/2018 |
3.7.3 | 993 | 6/21/2018 |
3.7.2 | 937 | 6/21/2018 |
3.7.1 | 971 | 6/21/2018 |
3.7.0 | 928 | 6/21/2018 |
3.6.6 | 1,333 | 3/21/2018 |
3.6.5 | 1,021 | 3/20/2018 |
3.6.4 | 1,025 | 3/12/2018 |
3.6.3 | 949 | 3/12/2018 |
3.6.2 | 1,032 | 2/16/2018 |
3.6.1 | 1,000 | 2/9/2018 |
3.6.0 | 1,030 | 2/9/2018 |
3.5.3 | 972 | 2/6/2018 |
3.5.1 | 993 | 1/31/2018 |
3.5.0 | 937 | 1/31/2018 |
3.4.6 | 999 | 1/31/2018 |
3.4.5 | 1,048 | 1/30/2018 |
3.4.4 | 979 | 1/29/2018 |
3.4.3 | 837 | 1/29/2018 |
3.4.2 | 998 | 1/29/2018 |
3.4.1 | 895 | 1/29/2018 |
3.4.0 | 893 | 1/28/2018 |
3.3.1 | 977 | 1/26/2018 |
3.3.0 | 955 | 1/25/2018 |
3.2.6 | 951 | 1/22/2018 |
3.2.5 | 1,011 | 11/23/2017 |
3.2.4 | 911 | 11/10/2017 |
2.2.1-beta | 1,523 | 2/28/2016 |