grensesnitt.Framework
1.0.0
See the version list below for details.
dotnet add package grensesnitt.Framework --version 1.0.0
NuGet\Install-Package grensesnitt.Framework -Version 1.0.0
<PackageReference Include="grensesnitt.Framework" Version="1.0.0" />
paket add grensesnitt.Framework --version 1.0.0
#r "nuget: grensesnitt.Framework, 1.0.0"
// Install grensesnitt.Framework as a Cake Addin #addin nuget:?package=grensesnitt.Framework&version=1.0.0 // Install grensesnitt.Framework as a Cake Tool #tool nuget:?package=grensesnitt.Framework&version=1.0.0
What it does is allows you to specify tests that act upon an interface. When youdo this, it will automatically find any implementors of that interface and will run your tests against an instance of that object. I have been writing tests like this for years and finally got sick of creating the base classes in order to make them work. The general idea is that ALL implementors must meet certain invariants (consider a list, when I add to it I should be able to get that item regardless of internal implementation).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
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.