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