예제 #1
0
 public void SetupEngine()
 {
     Engine = new TestEngine();
 }
예제 #2
0
 public Project SetupProject(TestEngine engine, string projectPath)
 {
     return(engine.ProjectCollection.LoadProject(projectPath));
 }
예제 #3
0
 public virtual void Setup()
 {
     engine = null;
     paths  = null;
 }