Kingo.TestEngine 3.7.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Kingo.TestEngine --version 3.7.8
NuGet\Install-Package Kingo.TestEngine -Version 3.7.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kingo.TestEngine" Version="3.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kingo.TestEngine --version 3.7.8
#r "nuget: Kingo.TestEngine, 3.7.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Kingo.TestEngine as a Cake Addin
#addin nuget:?package=Kingo.TestEngine&version=3.7.8

// Install Kingo.TestEngine as a Cake Tool
#tool nuget:?package=Kingo.TestEngine&version=3.7.8

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,251 10/5/2018
3.9.0 772 10/1/2018
3.8.4 764 8/31/2018
3.8.3 780 8/30/2018
3.8.2 1,498 7/25/2018
3.8.1 781 7/25/2018
3.8.0 847 7/23/2018
3.7.12 988 6/23/2018
3.7.11 934 6/23/2018
3.7.10 923 6/23/2018
3.7.9 921 6/22/2018
3.7.8 976 6/22/2018
3.7.6 939 6/22/2018
3.7.5 966 6/22/2018
3.7.4 913 6/22/2018
3.7.3 964 6/21/2018
3.7.2 908 6/21/2018
3.7.1 943 6/21/2018
3.7.0 904 6/21/2018
3.6.6 1,299 3/21/2018
3.6.5 995 3/20/2018
3.6.4 997 3/12/2018
3.6.3 921 3/12/2018
3.6.2 1,002 2/16/2018
3.6.1 969 2/9/2018
3.6.0 1,001 2/9/2018
3.5.3 940 2/6/2018
3.5.1 965 1/31/2018
3.5.0 908 1/31/2018
3.4.6 969 1/31/2018
3.4.5 1,020 1/30/2018
3.4.4 953 1/29/2018
3.4.3 811 1/29/2018
3.4.2 969 1/29/2018
3.4.1 866 1/29/2018
3.4.0 863 1/28/2018
3.3.1 949 1/26/2018
3.3.0 931 1/25/2018
3.2.6 937 1/22/2018
3.2.5 997 11/23/2017
3.2.4 885 11/10/2017
2.2.1-beta 1,497 2/28/2016