Пример #1
0
 public DbAuthenticationIT()
 {
     _apiTest           = new DbApiTester();
     _authenticationApi = new AuthenticationTesterApi <DbApiTester>(_apiTest);
 }
Пример #2
0
 public InMemoryAuthenticationIT()
 {
     _apiTester         = new InMemoryApiTester();
     _authenticationApi = new AuthenticationTesterApi <InMemoryApiTester>(_apiTester);
 }