Metadata >> NuGet >> Experiment.Idioms >> 0.14.0

0.14.0

Metadata

Authors Jin-Wook Chung
Description Experiment.Idioms is to facilitate running idiomatic, regular unit-tests.
LicenseUrl https://raw.github.com/jwChung/Experimentalism/master/LICENSE.txt
Owners Jin-Wook Chung
ProjectUrl https://github.com/jwChung/Experimentalism
ReleaseNotes Version 0.14.0 - [FIX] Makes `ReferenceCollectingVisitor` tread-safe and improves its performance. - [NEW] Introduces the new `RestrictingReferenceAssertion.Verify(Assembly)` method to be used to verify that all references of a given assembly are correctly specified, instead of using `RestrictingReferenceAssertion.Visit(AssemblyElement)`. [Fact] public void Demo() { var assertion = new RestrictingReferenceAssertion(); assertion.Verify(typeof(IEnumerable<object>).Assembly); } - [NEW] Introduces the assertion class `HidingReferenceAssertion` to verify that specified assemblies are not directly referenced. [Fact] public void Demo() { var assertion = new HidingReferenceAssertion(typeof(Enumerable).Assembly); assertion.Verify(typeof(IEnumerable<object>).Assembly); }
RequireLicenseAcceptance False
Tags unit-testing tdd xunit
Dependencies Experiment:0.14.0|Albedo:1.0.1
Title Experiment.Idioms
PackageSize 225693
PackageHashAlgorithm SHA512
PackageHash HrrMqH7/VRqZGArxu5/3KvvfGd+pB3QD1O320Newfv80VmXFbUDQVYznLudLtGxbHIsc1J4gDVVrrPi2qyjhKA==
DownloadCount 000000
CreatedDate 2014-04-23T12:43:09

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Experiment.Idioms -Version 0.14.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Experiment.Idioms -Version 0.14.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Experiment.Idioms 0.14.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Experiment.Idioms -Version 0.14.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Experiment.Idioms -Version 0.14.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Experiment.Idioms -Version 0.14.0
Uninstalling the package:
o remove-wrap Experiment.Idioms

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries