moodmosaic
NuGet publisher profile
Packages (5)
Fare
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
Hedgehog
Hedgehog automatically generates a comprehensive array of test cases, exercising your software in ways human testers would never imagine. Generate hundreds of test cases automatically, exposing even the most insidious of corner cases. Failures are automatically simplified, giving developers coherent, intelligible error messages.
Doctest
An implementation of Haskell Doctest for F#.
Hedgehog.Xunit.v3
Hedgehog with convenience attributes for xUnit. - Test method arguments generated with a custom Gen.auto... - ...or with a custom Generator. - Property.check called for each test.
Hedgehog.NUnit
Hedgehog with convenience attributes for NUnit. - Test method arguments generated with a custom Gen.auto... - ...or with a custom Generator. - Property.check called for each test.