示例#1
0
 public RunEventHandler(AsyncAutoResetEvent waitHandle)
 {
     this.waitHandle = waitHandle;
 }
示例#2
0
 public DiscoveryEventHandler(AsyncAutoResetEvent waitHandle)
 {
     this.waitHandle     = waitHandle;
     DiscoveredTestCases = new List <TestCase>();
 }