public ExecutionSequenceTests(ClassSharedTestFixture classSharedFixture, GroupSharedFixture groupSharedFixture) { //instance for each individual test run this.nonSharedFixture = new TestFixture(); //shared instance between all tests in this class this.classSharedFixture = classSharedFixture; //shared between all tests in the same group this.groupSharedFixture = groupSharedFixture; }
public OtherTestClass(GroupSharedFixture groupSharedFixture) { this.groupSharedFixture = groupSharedFixture; }