Michael Whelan

Results 2 issues of Michael Whelan

## Steps to Reproduce ```csharp public abstract class SpecificationFor where TSut : class { public void RunTest() { // Runs the Given When Then methods on derived class } }...

Specify currently creates the SUT and container per scenario, but needs to do so per test case when examples are used. This causes an issue when subsequent test cases attempt...