Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fsunit

FsUnit.Xunit list should contain an x such that f x

f# xunit fsunit

How to create a fsunit test for pattern matching in f#?

When making a test class with FsUnit, [<Test>] is not a valid attribute on a member. Why?

f# fsunit

Asserting exception message using FsUnit.Xunit

f# xunit fsunit

FsUnit and checking equality of floating point numbers

f# nunit fsunit

How do I implement multiple argument generation using FsCheck?

f# fscheck fsunit

Parameterized tests in f# - This is not a valid constant expression

Comparing Discriminated Unions

Why can't the NUnit Test Adapter find my FsUnit tests?

How can I ignore the value of a discriminated union case in FsUnit's assert?

f# fsunit

FsUnit `should equal` fails on `Some []`

f# nunit fsunit

How to have useful assertion-failure messages for FsUnit?

f# nunit fsunit

F# How to setup FAKE project that can use FsUnit

How to check the case of a discriminated union with FsUnit?

How to properly test Exceptions with FsUnit

f# fsunit

What unit testing frameworks are available for F#