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); }