Download FsCheck: A random testing framework
Description
FsCheck is a tool for testing .NET programs automatically.
Source Files
The download file fscheck.zip has the following entries.
.hgignore/*from w ww . j a v a 2 s .c o m*/
.hgtags
.nuget/packages.config
Codeplex/Home.txt
Codeplex/Properties.txt
Codeplex/QuickStart.txt
Codeplex/Stateful Testing.txt
Codeplex/Test Data.txt
Codeplex/Usage Tips.txt
Contributors.txt
FsCheck.CSharpExamples/FsCheck.CSharpExamples.csproj
FsCheck.CSharpExamples/Program.cs
FsCheck.CSharpExamples/Properties/AssemblyInfo.cs
FsCheck.CSharpExamples/app.config
FsCheck.Documentation/FsCheck.Documentation.fsproj
FsCheck.Documentation/Program.fs
FsCheck.Documentation/Properties.fs
FsCheck.Documentation/QuickStart.fs
FsCheck.Documentation/StatefulTesting.fs
FsCheck.Documentation/TestData.fs
FsCheck.Documentation/TipsAndTricks.fs
FsCheck.Examples/Examples.fs
FsCheck.Examples/FsCheck.Examples.fsproj
FsCheck.MsTest.Examples/ClassesToTest/Counter.cs
FsCheck.MsTest.Examples/ClassesToTest/CounterSpec.cs
FsCheck.MsTest.Examples/ClassesToTest/Doc.cs
FsCheck.MsTest.Examples/ClassesToTest/EnumerableExtensions.cs
FsCheck.MsTest.Examples/CounterTest.cs
FsCheck.MsTest.Examples/DocGen.cs
FsCheck.MsTest.Examples/DocTest.cs
FsCheck.MsTest.Examples/FsCheck.MsTest.Examples.csproj
FsCheck.MsTest.Examples/SampleTests.cs
FsCheck.MsTest/AssemblyInfo.fs
FsCheck.MsTest/FsCheck.MsTest.fsproj
FsCheck.MsTest/FsCheck.MsTest.nuspec
FsCheck.MsTest/MsTestExtensions.fs
FsCheck.MsTest/install.ps1
FsCheck.NUnit.Addin/FsCheck.NUnit.Addin.fsproj
FsCheck.NUnit.Addin/FsCheckAddin.fs
FsCheck.NUnit.Addin/packages.config
FsCheck.NUnit.CSharpExamples/ClassesToTest/Counter.cs
FsCheck.NUnit.CSharpExamples/ClassesToTest/CounterSpec.cs
FsCheck.NUnit.CSharpExamples/Examples.cs
FsCheck.NUnit.CSharpExamples/FsCheck.NUnit.CSharpExamples.csproj
FsCheck.NUnit.Examples/FsCheck.NUnit.Examples.fsproj
FsCheck.NUnit.Examples/PropertyExamples.fs
FsCheck.NUnit.Examples/packages.config
FsCheck.NUnit/AssemblyInfo.fs
FsCheck.NUnit/FsCheck.NUnit.fsproj
FsCheck.NUnit/FsCheck.NUnit.nuspec
FsCheck.NUnit/FsCheckPropertyAttribute.fs
FsCheck.NUnit/install.ps1
FsCheck.NUnit/packages.config
FsCheck.Test/Arbitrary.fs
FsCheck.Test/FsCheck.Test.fsproj
FsCheck.Test/Gen.fs
FsCheck.Test/Helpers.fs
FsCheck.Test/Property.fs
FsCheck.Test/Random.fs
FsCheck.Test/Runner.fs
FsCheck.Test/Script.fsx
FsCheck.Test/TypeClass.fs
FsCheck.Test/packages.config
FsCheck.Xunit/AssemblyInfo.fs
FsCheck.Xunit/FsCheck.Xunit.fsproj
FsCheck.Xunit/FsCheck.Xunit.nuspec
FsCheck.Xunit/PropertyAttribute.fs
FsCheck.Xunit/install.ps1
FsCheck.Xunit/packages.config
FsCheck.sln
FsCheck/Arbitrary.fs
FsCheck/AssemblyInfo.fs
FsCheck/Commands.fs
FsCheck/Common.fs
FsCheck/Fluent.fs
FsCheck/FsCheck.fsproj
FsCheck/FsCheck.nuspec
FsCheck/Gen.fs
FsCheck/Property.fs
FsCheck/Random.fs
FsCheck/Reflect.fs
FsCheck/ReflectArbitrary.fs
FsCheck/Runner.fs
FsCheck/TypeClass.fs
FsCheck/install.ps1
License.txt
Make-FsCheck-Packages.ps1
Makefile
Push-FsCheck-Packages.ps1
packages/NUnit.Runners.2.6.1/license.txt
packages/NUnit.Runners.2.6.1/tools/addins/FsCheck.NUnit.Addin.dll
packages/NUnit.Runners.2.6.1/tools/addins/FsCheck.NUnit.dll
packages/NUnit.Runners.2.6.1/tools/addins/FsCheck.dll
packages/NUnit.Runners.2.6.1/tools/agent.conf
packages/NUnit.Runners.2.6.1/tools/agent.log.conf
packages/NUnit.Runners.2.6.1/tools/launcher.log.conf
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Circles/Failure.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Circles/Ignored.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Circles/Inconclusive.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Circles/Skipped.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Circles/Success.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Classic/Failure.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Classic/Ignored.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Classic/Inconclusive.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Classic/Skipped.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Classic/Success.jpg
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Default/Failure.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Default/Ignored.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Default/Inconclusive.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Default/Skipped.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Default/Success.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/Failure.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/Ignored.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/Inconclusive.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/SeriousWarning.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/Skipped.png
packages/NUnit.Runners.2.6.1/tools/lib/Images/Tree/Visual Studio/Success.png
packages/NUnit.Runners.2.6.1/tools/lib/log4net.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit-console-runner.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit-gui-runner.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit.core.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit.core.interfaces.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit.uiexception.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit.uikit.dll
packages/NUnit.Runners.2.6.1/tools/lib/nunit.util.dll
packages/NUnit.Runners.2.6.1/tools/nunit-agent-x86.exe
packages/NUnit.Runners.2.6.1/tools/nunit-agent-x86.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit-agent.exe
packages/NUnit.Runners.2.6.1/tools/nunit-agent.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe
packages/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit-console.exe
packages/NUnit.Runners.2.6.1/tools/nunit-console.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit-editor.exe
packages/NUnit.Runners.2.6.1/tools/nunit-x86.exe
packages/NUnit.Runners.2.6.1/tools/nunit-x86.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit.exe
packages/NUnit.Runners.2.6.1/tools/nunit.exe.config
packages/NUnit.Runners.2.6.1/tools/nunit.framework.dll
packages/NUnit.Runners.2.6.1/tools/pnunit-agent.exe
packages/NUnit.Runners.2.6.1/tools/pnunit-agent.exe.config
packages/NUnit.Runners.2.6.1/tools/pnunit-launcher.exe
packages/NUnit.Runners.2.6.1/tools/pnunit-launcher.exe.config
packages/NUnit.Runners.2.6.1/tools/pnunit.framework.dll
packages/NUnit.Runners.2.6.1/tools/pnunit.tests.dll
packages/NUnit.Runners.2.6.1/tools/runpnunit.bat
packages/NUnit.Runners.2.6.1/tools/test.conf
packages/nunit.2.6.1/lib/nunit.framework.dll
packages/nunit.2.6.1/lib/nunit.framework.xml
packages/nunit.2.6.1/license.txt
packages/repositories.config
packages/xunit.1.9.1/lib/net20/xunit.dll
packages/xunit.1.9.1/lib/net20/xunit.dll.tdnet
packages/xunit.1.9.1/lib/net20/xunit.runner.msbuild.dll
packages/xunit.1.9.1/lib/net20/xunit.runner.tdnet.dll
packages/xunit.1.9.1/lib/net20/xunit.runner.utility.dll
packages/xunit.1.9.1/lib/net20/xunit.xml
Download
Click the following link to download fscheck.zip.
fscheck.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »