Metadata >> NuGet >> Atrico.Lib.Assertions

Atrico.Lib.Assertions

Metadata

Authors Rob Rimmer
Copyrights Copyright © Atrico Software 2014
Description Assertion constraint for use like: Assert.That(item, constraint)
Owners Atrico Software
RequireLicenseAcceptance False
Title Atrico.Lib.Assertions
PackageSize 108459
PackageHashAlgorithm SHA512
PackageHash PIHMnaUGUeSetK5WBWL+THqseiyEelanZaPFeFO1Dnli24bHuzQslCZWbXbYtqx+LfB3V5KG3ZOYvxP0onCVrQ==
DownloadCount 000000
CreatedDate 2015-06-19T00:49:55
IconUrl https://avatars0.githubusercontent.com/u/6891048
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
ReleaseNotes 3.2.4.0 Update common lib 3.2.3.0 Update common lib 3.2.2.0 Update common lib 3.2.1.0 Update common lib 3.2.0.0 EqualTo now displays type in error message 3.1.0.0 Predicate added to count decorator ValueConstraintElement base class added for convenience (Ref)ValueModifierDecorator base classes added for convenience NullablevalueDecorator added 3.0.0.0 Big refactor, uses extension functions Updated to Atrico.Lib.Common 1.3 2.1.0.0 Common functions moved into common lib More detailed error message when comparing collections 2.0.0.0: Adapters removed, only decorators now used. Decoraters combined using lambdas and generally cleaned up 1.1.0.0: Implemented overloads for IsEqualTo and IsEquivalentTo using custom comparers 1.0.0.2: Fixed error message where string was treated as list of chars Internal code tweaks - Pulled into separate projects for framework version and single solution for GitHub Icon and project urls pointed at GitHub 1.0.0.1: License added Icon added 1.0.0.0: Initial release
ProjectUrl https://github.com/AtricoSoftware/Atrico.Lib.Assertions.git
Dependencies Atrico.Lib.Common:1.9.1.0

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 Atrico.Lib.Assertions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Atrico.Lib.Assertions -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 Atrico.Lib.Assertions
Installing the package (HTTP Basic authentication):
Install-Package Atrico.Lib.Assertions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Atrico.Lib.Assertions -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Atrico.Lib.Assertions

OpenWrap

Installing the package:
o add-wrap Atrico.Lib.Assertions
Uninstalling the package:
o remove-wrap Atrico.Lib.Assertions

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
3.2.4.0
3.2.3.0
3.2.2.0
3.2.1.0
3.2.0.0
3.1.0.0
3.0.0.0
2.1.0.0
1.1.0.0
1.0.0.2
1.0.0.1
1.0.0.0