Ejemplo n.º 1
0
 protected override void LoadAsyncComplete()
 {
     // this has to be run here rather than LoadComplete because
     // TestCase.cs is checking the IsLoaded state (on another thread) and expects
     // the runner to be loaded at that point.
     Add(runner = new TestCaseTestRunner.TestRunner());
 }
Ejemplo n.º 2
0
 public OsuTestCaseTestRunner()
 {
     runner = new TestCaseTestRunner.TestRunner();
 }