| 72 | } |
| 73 | |
| 74 | BOOST_AUTO_TEST_CASE(test_Command) |
| 75 | { |
| 76 | auto t = TestModeManager::ModeType::GAME; |
| 77 | Command c(testCommand,Command::cStubServer,"descr",{t}); |
| 78 | BOOST_CHECK(c.isAllowedInMode(t)); |
| 79 | } |
| 80 | |
| 81 | BOOST_AUTO_TEST_CASE(test_ConsoleInterface) |
| 82 | { |
nothing calls this directly
no test coverage detected