Download ContractDriven.NET
Description
ContractDriven.NET brings "design by contract" to the .NET Platform, helping developers increase the quality and reliability of thier code.
Source Files
The download file contractdriven.zip has the following entries.
trunk/ContractDriven.NET.sln// w w w . j av a 2s. c o m
trunk/ContractDriven/Aspects/InvariantAspect.cs
trunk/ContractDriven/Aspects/InvariantAttribute.cs
trunk/ContractDriven/Aspects/InvariantProperty.cs
trunk/ContractDriven/Assert.cs
trunk/ContractDriven/AssertComparer.cs
trunk/ContractDriven/BaseAssertion.cs
trunk/ContractDriven/CommonAssertions/BaseCollectionAssertion.cs
trunk/ContractDriven/CommonAssertions/BaseEqualAssertion.cs
trunk/ContractDriven/CommonAssertions/BaseThrowsAssertion.cs
trunk/ContractDriven/CommonAssertions/CollectionContainsAssertion.cs
trunk/ContractDriven/CommonAssertions/CollectionNotContainsAssertion.cs
trunk/ContractDriven/CommonAssertions/DoesNotThrowAssertion.cs
trunk/ContractDriven/CommonAssertions/EmptyStringAssertion.cs
trunk/ContractDriven/CommonAssertions/EqualAssertion.cs
trunk/ContractDriven/CommonAssertions/FalseAssertion.cs
trunk/ContractDriven/CommonAssertions/IsNotTypeAssertion.cs
trunk/ContractDriven/CommonAssertions/IsTypeAssertion.cs
trunk/ContractDriven/CommonAssertions/NotEqualAssertion.cs
trunk/ContractDriven/CommonAssertions/NotNullAssertion.cs
trunk/ContractDriven/CommonAssertions/NotSameAssertion.cs
trunk/ContractDriven/CommonAssertions/RangeAssertion.cs
trunk/ContractDriven/CommonAssertions/SameAssertion.cs
trunk/ContractDriven/CommonAssertions/StringContainsAssertion.cs
trunk/ContractDriven/CommonAssertions/StringLengthAssertion.cs
trunk/ContractDriven/CommonAssertions/StringNotContainsAssertion.cs
trunk/ContractDriven/CommonAssertions/ThrowsAssertion.cs
trunk/ContractDriven/CommonAssertions/TrueAssertion.cs
trunk/ContractDriven/CommonAssertions/TrueFalseAssertion.cs
trunk/ContractDriven/CommonAssertions/TypeAssertion.cs
trunk/ContractDriven/Contract.cs
trunk/ContractDriven/ContractBoundObject.cs
trunk/ContractDriven/ContractDriven.csproj
trunk/ContractDriven/Exceptions/ContractDrivenFrameworkException.cs
trunk/ContractDriven/Exceptions/ContractException.cs
trunk/ContractDriven/Exceptions/InvariantException.cs
trunk/ContractDriven/Exceptions/PostconditionException.cs
trunk/ContractDriven/Exceptions/PreconditionException.cs
trunk/ContractDriven/IAssertion.cs
trunk/ContractDriven/InvariantCache.cs
trunk/ContractDriven/Licence.txt
trunk/ContractDriven/Properties/AssemblyInfo.cs
trunk/ContractDriven/Record.cs
trunk/ContractDriven/Resource.Designer.cs
trunk/ContractDriven/Resource.resx
trunk/ContractDrivenTests/AssertTest.cs
trunk/ContractDrivenTests/CommonAssertions/ContainsAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/EmptyStringAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/EqualAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/NotNullAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/RangeAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/SameAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/StringContainsAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/StringLengthAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/ThrowsAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/TrueFalseAssertionTest.cs
trunk/ContractDrivenTests/CommonAssertions/TypeAssertionTest.cs
trunk/ContractDrivenTests/ContractBoundObjectTest.cs
trunk/ContractDrivenTests/ContractDrivenTests.csproj
trunk/ContractDrivenTests/Exceptions/ContractExceptionTest.cs
trunk/ContractDrivenTests/Exceptions/InvariantExceptionTest.cs
trunk/ContractDrivenTests/Exceptions/PostconditionExceptionTest.cs
trunk/ContractDrivenTests/Exceptions/PreconditionExceptionTest.cs
trunk/ContractDrivenTests/Properties/AssemblyInfo.cs
trunk/ContractDrivenTests/TestContractBoundClass.cs
trunk/ContractDrivenTests/lib/nunit.framework.dll
trunk/ContractExample/ContractExample.csproj
trunk/ContractExample/ExampleClass.cs
trunk/ContractExample/Program.cs
trunk/ContractExample/Properties/AssemblyInfo.cs
trunk/VBContractExample/ExampleClass.vb
trunk/VBContractExample/Module1.vb
trunk/VBContractExample/My Project/AssemblyInfo.vb
trunk/VBContractExample/My Project/Resources.Designer.vb
trunk/VBContractExample/My Project/Resources.resx
trunk/VBContractExample/My Project/app.manifest
trunk/VBContractExample/VBContractExample.vbproj
Download
Click the following link to download contractdriven.zip.
contractdriven.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »