Move CloseMatterControl responsiblity outside of TestMethod
- Behavior is now invoked in parent RunTest call
This commit is contained in:
parent
28699c9197
commit
4d3f5d2521
15 changed files with 6 additions and 128 deletions
|
|
@ -54,8 +54,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
Console.WriteLine(gcodeExportPath);
|
||||
|
||||
testRunner.AddTestResult(File.Exists(gcodeExportPath) == true);
|
||||
|
||||
MatterControlUtilities.CloseMatterControl(testRunner);
|
||||
};
|
||||
|
||||
AutomationRunner testHarness = MatterControlUtilities.RunTest(testToRun);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue