Randal.Core.Testing
3.4.2
dotnet add package Randal.Core.Testing --version 3.4.2
NuGet\Install-Package Randal.Core.Testing -Version 3.4.2
<PackageReference Include="Randal.Core.Testing" Version="3.4.2" />
paket add Randal.Core.Testing --version 3.4.2
#r "nuget: Randal.Core.Testing, 3.4.2"
// Install Randal.Core.Testing as a Cake Addin #addin nuget:?package=Randal.Core.Testing&version=3.4.2 // Install Randal.Core.Testing as a Cake Tool #tool nuget:?package=Randal.Core.Testing&version=3.4.2
Unit test support for Given When Then test pattern.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Randal.Core (>= 1.1.0)
- xunit (>= 2.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 |
---|---|---|
3.4.2 | 2,231 | 8/23/2016 |
3.4.1 | 1,179 | 8/17/2016 |
3.4.0 | 1,318 | 6/2/2016 |
3.3.0 | 1,369 | 5/27/2016 |
3.2.0 | 1,302 | 5/27/2016 |
3.1.0 | 1,352 | 5/17/2016 |
3.0.0 | 1,328 | 5/17/2016 |
2.0.2 | 1,561 | 10/13/2015 |
2.0.1 | 1,280 | 9/28/2015 |
2.0.0 | 1,155 | 9/28/2015 |
1.1.1 | 1,209 | 9/11/2015 |
1.1.0 | 1,104 | 9/11/2015 |
1.0.0.12 | 1,448 | 1/29/2015 |
1.0.0.11 | 1,206 | 1/22/2015 |
1.0.0.10 | 1,211 | 1/21/2015 |
1.0.0.9 | 1,482 | 9/2/2014 |
1.0.0.8 | 1,495 | 7/31/2014 |
1.0.0.7 | 1,406 | 7/17/2014 |
1.0.0.6 | 1,381 | 7/17/2014 |
1.0.0.5 | 1,431 | 7/16/2014 |
1.0.0.4 | 1,403 | 7/12/2014 |
1.0.0.3 | 1,437 | 6/28/2014 |
1.0.0.2 | 1,433 | 6/27/2014 |
1.0.0.1 | 1,412 | 6/26/2014 |
1.0.0 | 1,471 | 6/26/2014 |
3.0.0
- Remove: Obsolete BaseUnitTest. Use UnitTestBase
- Add: GivenOrDefault method on UnitTestBase.
3.1.0
- Change: Changed framework from 4.5.2 to 4.5
3.2.0
- Add: Added base classes for XUnit.
3.3.0
- Add: Added XUnit Traits for Positive and Negative tests
3.4.0
- Change: change Await() on XUnitTestBase to run tasks in their own thread to avoid deadlocks.
- Add: NotCreating action to bypass the Creating method being called.
3.4.1
- Change: change Await() on UnitTestBase to run tasks in their own thread to avoid deadlocks.
3.4.2
- Change: NotCreating now works for When() and WhenLastActionDeferred()