Esempio n. 1
0
 public void TestLogBistandsPensel(LogLevel level, ConsoleColor ExpectedColor)
 {
     //  there is no way to test for current console color source: N-Unit forum. tryed Console.ForegroundColor = ExpectedColor
     log.FormatConsole(level);
     Assert.IsTrue(true);
 }