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