- Support NUnit 3.6
- Compiled for .NET Standard 1.6
- Removed
choice ncombinator fromFsUnit.NUnit
- Added support of
NUnit 3.5
- Added support of
NUnit 3.4.1
- Added support of
NUnit 3.4
- Added support of
NUnit 3.2.1 - Added FsUnitTyped with statically typed operators - fsprojects#85
- Fixed: Structural equality fail - fsprojects#78
- Fixed: Statically typed equality test - fsprojects#21
- Fixed: Simplify "should throw" - fsprojects#20
- Fixed: matchList can match empty obj lists - fsprojects#90
- Added support of
NUnit 3.2 - Added pretty-print for F# value types - fsprojects#89
- Added support of
NUnit 3- fsprojects#83 - Dropped support of obsolete
notoperator
- Fixed
should be null- fsprojects#52
- Migration to xUnit 2.1
- FsUnit.NUnit compiled for net45
- Target FsUnit to FSharp.Core 3.1.2.5
- FsUnitDepricated module renamed to FsUnitDeprecated fsprojects#46
- Enable substring checks fsprojects#45
- Fixed assertion message for NUnit equal constraint - fsprojects#60
- Added support of
shouldFailoperator for xUnit, MsTest and MbUnit - fsprojects#64 - Added support of
instanceOfTypeoperator for xUnit, MsTest and MbUnit - fsprojects#65 - Added support of
Emptyoperator for xUnit, MsTest and MbUnit - fsprojects#66 - Added support of
NaNoperator for xUnit, MsTest and MbUnit - fsprojects#67 - Added support of
haveLengthandhaveCountoperators for xUnit, MsTest and MbUnit - fsprojects#68 - Added support of
uniqueoperator for xUnit, MsTest and MbUnit - fsprojects#70
- Bump NUnit version up to 2.6.4
- Bump xUnit version up to 1.9.2
- Bump MbUnit version up to 3.4.14
- Migration to Paket
- Readme and samples converted to FsUnit site
- Includes new features for generic assertions and containment check. Currently, this feature is only supported for the NUnit implementation. Thanks to jack-pappas for the contributions.
- Pulls in the latest versions for xUnit.NET and NUnit. Replaces the "not" keyword with "not'" and adds the FsUnitDepricated module for backward compatibility. Adds MsTest support for VS11 only.
- Includes new assertions for NUnit such as NaN, instanceOfType, and unique.
- Added support for xUnit.NET and MbUnit and a new assertion.
- Added several new assertions.
- Ray Vernagus built this version and several before it with NUnit as the targeted testing framework.