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