Browse Source

Added FsCheck NuGets.

master
Craig Oates 6 years ago
parent
commit
dc6cfb0bbe
  1. 3
      TestCentre/FsCTests.fs
  2. 5
      TestCentre/Library.fs
  3. 7
      TestCentre/TestCentre.fsproj

3
TestCentre/FsCTests.fs

@ -0,0 +1,3 @@
module Say
open FsCheck

5
TestCentre/Library.fs

@ -1,5 +0,0 @@
namespace TestCentre
module Say =
let hello name =
printfn "Hello %s" name

7
TestCentre/TestCentre.fsproj

@ -5,7 +5,12 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.fs" />
<Compile Include="FsCTests.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FsCheck" Version="2.10.10" />
<PackageReference Include="FsCheck.Xunit" Version="2.10.10" />
</ItemGroup>
</Project>

Loading…
Cancel
Save