Пример #1
0
 public void before()
 {
     if (SystemService.testable)
     {
         us = new SystemService();
     }
     else
     {
         us = new SystemStub();
     }
 }
Пример #2
0
 public void before()
 {
     if (SystemService.testable)
     {
         us = new SystemService();
     }
     else
     {
         us = new SystemStub();
     }
     us.register("abc", "123");
 }