Exemplo n.º 1
0
 public TestApplication Reset()
 {
     _antiForgeryRequestTokens = null;
     User = _originalUser;
     ReplacableServiceProvider.Reset();
     return(this);
 }
Exemplo n.º 2
0
 public TestApplication Reset()
 {
     // reset all monifications in test cases
     User = _originalUser;
     ReplacableServiceProvider.Reset();
     return(this);
 }
Exemplo n.º 3
0
 public ScopeFactory(ReplacableServiceProvider replacableServiceProvider)
 {
     _replacableServiceProvider = replacableServiceProvider;
 }