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