public void Setup()
 {
     target = new Authentication();
     mockAuthentiactionRepository = new MockAuthentiactionRepository();
     target.AuthenticationRepositoryInterface = mockAuthentiactionRepository;
 }
Beispiel #2
0
 public void Setup()
 {
     target = new Authentication();
     mockAuthentiactionRepository             = new MockAuthentiactionRepository();
     target.AuthenticationRepositoryInterface = mockAuthentiactionRepository;
 }