This repo contains the source code for the FlUnit NuGet package - as well as its tests, documentation website, and an example test project.
For documentation of the package itself, see https://sdcondon.net/FlUnit/.
I have not written up any documentation of the source (e.g. repo summary, design discussion, build guidance…) - and likely won't unless someone else expresses an interest in contributing. Once cloned, it should "just work" as far as compilation is concerned. There are no esoteric third-party dependencies here, and aside from T4, no particularly unusual aspects of the solution.
I'm not expecting anyone to want to get involved given the relatively low download figures on NuGet, but please feel free to do so. I do keep an eye on the issues tab, and will add a CONTRIBUTING.md if anyone drops me a message expressing interest. See the roadmap for current development plans.
Like this? If so, you might also want to check out:
- FluentAssertions: Assertion library that pairs very well with FlUnit, for obvious reasons.
- The projects that use FlUnit: see these projects for real examples of FlUnit usage
- My GitHub Profile: My profile README lists several of my more interesting public projects.