CrawlerLib.ConcurrencyTesting 0.3.5612.19510

dotnet add package CrawlerLib.ConcurrencyTesting --version 0.3.5612.19510
NuGet\Install-Package CrawlerLib.ConcurrencyTesting -Version 0.3.5612.19510
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="CrawlerLib.ConcurrencyTesting" Version="0.3.5612.19510" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CrawlerLib.ConcurrencyTesting --version 0.3.5612.19510
#r "nuget: CrawlerLib.ConcurrencyTesting, 0.3.5612.19510"
#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 CrawlerLib.ConcurrencyTesting as a Cake Addin
#addin nuget:?package=CrawlerLib.ConcurrencyTesting&version=0.3.5612.19510

// Install CrawlerLib.ConcurrencyTesting as a Cake Tool
#tool nuget:?package=CrawlerLib.ConcurrencyTesting&version=0.3.5612.19510

Crawler-Lib Concurrency Testing allows to write unit tests with multiple threads to test the concurrency behavior of components.
     It has synchronization mechanisms to control the workflow of the threads and to record the execution steps. It is also possible to use it for client/server tests.
     It can be used in conjunction with any unit test framework or with handwritten tests.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.3.5612.19510 5,848 5/14/2015
0.2.5482.39415 51,559 1/4/2015
0.1.5478.28306 1,559 12/31/2014

Refactoring to fit better in BDD and TDD scenarios.
     Breaks completely with previous Versions 0.2.5482.39415 and 0.1.5478.28306