예제 #1
0
 public void before()
 {
     if (SystemService.testable)
     {
         us = new SystemService();
     }
     else
     {
         us = new SystemStub();
     }
 }
예제 #2
0
파일: LoginAT.cs 프로젝트: Nivlipetz1/WSEP
 public void before()
 {
     if (SystemService.testable)
     {
         us = new SystemService();
     }
     else
     {
         us = new SystemStub();
     }
     us.register("abc", "123");
 }