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