예제 #1
0
파일: LogUnitTest.cs 프로젝트: SWTGrp13/ATM
 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);
 }