Пример #1
0
 public void TestStarted(TestName testName)
 {
     testRunning     = true;
     currentTestName = testName;
     s.SetCaptureSeconds(CAPTURE_TIME_IN_SECONDS);
     t.Start();
     s.Capture(true);
     captureRunning = true;
 }
Пример #2
0
 public void Trace5Seconds()
 {
     s.SetCaptureSeconds(5);
     s.Capture();
 }