Example #1
0
 public void MyTestInitialize()
 {
     TestInterface = new TestMySqlRequestInterface();
     TestTarget.RequestInterface = TestInterface;
 }
 public void MyTestInitialize()
 {
     TestInterface = new TestMySqlRequestInterface();
     TestTarget.RequestInterface = TestInterface;                          
 }