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