Project DescriptionThis library supports integration testing (large fixtures with lots of states) for .NET
If you think about a test fixture as being a state machine that has inputs, outputs and a complex state, this library might help you testing large fixtures. You formulate test cases as starting from a state ("given" in BDD), processing some input ("when" in BDD) and ending in a state that can be observed by checking output ("then" in BDD).
A Glimpse into the ProgressAlthough our
first release is not yet done, you can check how do we progress:
Additional information on starting a new project is available here:
Project Startup Guide.