Metadata >> NuGet >> Xunit.Combinatorial

Xunit.Combinatorial

Metadata

Authors Andrew Arnott
Copyrights Copyright © Andrew Arnott
Description When combined with Xunit's [Theory] attribute, generates test cases that run a test under many conditions that you control via test method parameters.
LicenseUrl https://raw.githubusercontent.com/AArnott/Xunit.Combinatorial/master/LICENSE.txt
Owners andarno
ProjectUrl https://github.com/AArnott/Xunit.Combinatorial
RequireLicenseAcceptance False
Summary Adds pairwise and combinatorial testing to Xunit
Tags xunit combinatorial pairwise testing
Dependencies Validation:2.0.6.15003:portable-net45+win80+wp80+wpa81|xunit.abstractions:2.0.0:portable-net45+win80+wp80+wpa81|xunit.extensibility.core:2.0.0:portable-net45+win80+wp80+wpa81
Title Combinatorial testing with Xunit
PackageSize 28159
PackageHashAlgorithm SHA512
PackageHash t19ibod+iRjbk13Spiju5PrSNy4J7wsCH5fU8pk16wJnK+LkK8nTVYnrrKSXE2JBpeqbWzFQJwVAoRu2KO9m4g==
DownloadCount 000000
CreatedDate 2015-07-19T14:45:58

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Xunit.Combinatorial -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Xunit.Combinatorial -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Xunit.Combinatorial
Installing the package (HTTP Basic authentication):
Install-Package Xunit.Combinatorial -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Xunit.Combinatorial -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Xunit.Combinatorial

OpenWrap

Installing the package:
o add-wrap Xunit.Combinatorial
Uninstalling the package:
o remove-wrap Xunit.Combinatorial

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.15200-beta