int Map::solve () { triggerRestart(); _autoSolve = true; _serviceProvider->getNetwork().sendToAllClients(AutoSolveStartedMessage()); return _solution.size(); }
TEST_F(ProtocolTest, testProtocols) { testSharedMessages(); testMessage(AutoSolveStartedMessage()); testMessage(AutoSolveAbortedMessage()); testMessage(UndoMessage()); }