public DbAuthenticationIT()
 {
     _apiTest           = new DbApiTester();
     _authenticationApi = new AuthenticationTesterApi <DbApiTester>(_apiTest);
 }
Esempio n. 2
0
 public InMemoryAuthenticationIT()
 {
     _apiTester         = new InMemoryApiTester();
     _authenticationApi = new AuthenticationTesterApi <InMemoryApiTester>(_apiTester);
 }