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.
<PackageVersion Include="Randal.Core.Testing" Version="3.0.0" />
<PackageReference Include="Randal.Core.Testing" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Randal.Core.Testing@3.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Randal.Core.Testing&version=3.0.0
#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,819 | 8/23/2016 |
3.4.1 | 1,541 | 8/17/2016 |
3.4.0 | 1,697 | 6/2/2016 |
3.3.0 | 1,858 | 5/27/2016 |
3.2.0 | 1,789 | 5/27/2016 |
3.1.0 | 1,836 | 5/17/2016 |
3.0.0 | 1,821 | 5/17/2016 |
2.0.2 | 1,820 | 10/13/2015 |
2.0.1 | 1,524 | 9/28/2015 |
2.0.0 | 1,400 | 9/28/2015 |
1.1.1 | 1,459 | 9/11/2015 |
1.1.0 | 1,351 | 9/11/2015 |
1.0.0.12 | 1,700 | 1/29/2015 |
1.0.0.11 | 1,455 | 1/22/2015 |
1.0.0.10 | 1,461 | 1/21/2015 |
1.0.0.9 | 1,732 | 9/2/2014 |
1.0.0.8 | 1,744 | 7/31/2014 |
1.0.0.7 | 1,657 | 7/17/2014 |
1.0.0.6 | 1,633 | 7/17/2014 |
1.0.0.5 | 1,683 | 7/16/2014 |
1.0.0.4 | 1,668 | 7/12/2014 |
1.0.0.3 | 1,694 | 6/28/2014 |
1.0.0.2 | 1,687 | 6/27/2014 |
1.0.0.1 | 1,666 | 6/26/2014 |
1.0.0 | 1,735 | 6/26/2014 |
3.0.0
- Remove: Obsolete BaseUnitTest. Use UnitTestBase
- Add: GivenOrDefault method on UnitTestBase.