public void TestInitialize() { this.stubInterface3 = new StubIInterface3(); this.stubInterface4 = new StubIInterface4(); this.stubSomeInterface = new StubISomeInterface(); this.stubSomeOtherInterface = new StubISomeOtherInterface(); }
public ClassWithGenericInterfaceTests() { this.stubInterface3 = new StubIInterface3(); this.stubSomeInterface = new StubISomeInterface(); }
public void SetUp() { this.stubInterface3 = new StubIInterface3(); this.stubSomeInterface = new StubISomeInterface(); }