Randal.Core.Testing
3.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Randal.Core.Testing --version 3.0.0
NuGet\Install-Package Randal.Core.Testing -Version 3.0.0
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="Randal.Core.Testing" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Randal.Core.Testing --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Randal.Core.Testing, 3.0.0"
#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 Randal.Core.Testing as a Cake Addin #addin nuget:?package=Randal.Core.Testing&version=3.0.0 // Install Randal.Core.Testing as a Cake Tool #tool nuget:?package=Randal.Core.Testing&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Unit test support for Given When Then test pattern.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Randal.Core (>= 1.0.2)
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.