public virtual void TearDown() { _errorStore = null; _dispatcher = null; }
public virtual void Setup() { TestCommon.ResetInternalStaticCaches(); _errorStore = new ErrorStore(); _dispatcher = new TestTelemetryDispatcher(); }