public void TestClean() { oConsoleOutput = null; oNBNRebooter = null; }
public void TestInitialize() { oNBNRebooter = new UnitTestApp(); oConsoleOutput = new StringWriter(); Console.SetOut(oConsoleOutput); }