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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- 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 | 1,753 | 8/23/2016 |
3.4.1 | 984 | 8/17/2016 |
3.4.0 | 1,112 | 6/2/2016 |
3.3.0 | 1,142 | 5/27/2016 |
3.2.0 | 1,086 | 5/27/2016 |
3.1.0 | 1,124 | 5/17/2016 |
3.0.0 | 1,112 | 5/17/2016 |
2.0.2 | 1,338 | 10/13/2015 |
2.0.1 | 1,087 | 9/28/2015 |
2.0.0 | 980 | 9/28/2015 |
1.1.1 | 1,012 | 9/11/2015 |
1.1.0 | 916 | 9/11/2015 |
1.0.0.12 | 1,271 | 1/29/2015 |
1.0.0.11 | 1,029 | 1/22/2015 |
1.0.0.10 | 1,031 | 1/21/2015 |
1.0.0.9 | 1,300 | 9/2/2014 |
1.0.0.8 | 1,309 | 7/31/2014 |
1.0.0.7 | 1,224 | 7/17/2014 |
1.0.0.6 | 1,199 | 7/17/2014 |
1.0.0.5 | 1,246 | 7/16/2014 |
1.0.0.4 | 1,222 | 7/12/2014 |
1.0.0.3 | 1,262 | 6/28/2014 |
1.0.0.2 | 1,245 | 6/27/2014 |
1.0.0.1 | 1,228 | 6/26/2014 |
1.0.0 | 1,276 | 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()