Exemple #1
0
 // Reset will completely destroy all existing traces, subscriptions, known trace WF IDs, and filters
 // It is meant to be used as a setup task to help guarantee test case isolation (i.e. traces from a previous test
 // do not interfere with the current test)
 public static void Reset()
 {
     TestTraceManager.s_instance = new TestTraceManager();
 }
Exemple #2
0
 public TestTraceListenerExtension()
 {
     this.testTraceManager = GetTraceManager();
 }