Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored May 30, 2021
1 parent d4cdca8 commit 81f0bb5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions SamplesCore/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ public static void Main(string[] args)
new VideoWriterSample(),
new VideoCaptureSample(),
new WatershedSample());

var printer = new ConsoleMessagePrinter();
printer.PrintInfo("Superclass of all test classes has been replaced with ConsoleTestBase (ISample has been removed)");
printer.PrintInfo("To make it easier to execute test cases, it is expected to maintain test cases in this way.");

testManager.ShowTestEntrance();
}
}
Expand Down

0 comments on commit 81f0bb5

Please sign in to comment.