public void SetUp()
 {
     GroboTestMachineryTrace.ClearTrace();
 }
Example #2
0
 public Part01()
 {
     GroboTestMachineryTrace.ClearTrace();
 }
Example #3
0
 public override void SetUp(string testName, IEditableGroboTestContext suiteContext, IEditableGroboTestContext methodContext)
 {
     GroboTestMachineryTrace.ClearTrace();
     GroboTestMachineryTrace.Log("AndC.SetUp()");
 }