Example #1
0
 public void TestClean()
 {
     oConsoleOutput = null;
     oNBNRebooter   = null;
 }
Example #2
0
 public void TestInitialize()
 {
     oNBNRebooter   = new UnitTestApp();
     oConsoleOutput = new StringWriter();
     Console.SetOut(oConsoleOutput);
 }