Ejemplo n.º 1
0
        public static void StartTests(TestContext _)
        {
            VS         = new VS(System.IO.Path.GetFullPath(SolutionPath));
            Operations = VS.Operations;

            Operations.SetOption("Template",
                                 "$(ProjectName):$(FolderPath):$(Filename)");

            Operations.SetOption("IgnoreBuiltinProjects", true);
            Operations.SetOption("IgnoreSingleProject", true);
            Operations.SetOption("LoggingLevel", 4);
        }
Ejemplo n.º 2
0
 public static void StopTests()
 {
     VS.Dispose();
 }