Searched refs:expected_action_counter (Results 1 – 3 of 3) sorted by relevance
37 :expected_action_counter(0),expected_action2_counter(0) in player_()82 ++fsm.expected_action_counter; in operator ()()126 int expected_action_counter; member150 … BOOST_CHECK_MESSAGE(p.expected_action_counter == 1,"expected_action should have been called"); in BOOST_AUTO_TEST_CASE()
40 :expected_action_counter(0),expected_action2_counter(0) in player_()85 ++fsm.expected_action_counter; in operator ()()129 int expected_action_counter; member153 … BOOST_CHECK_MESSAGE(p.expected_action_counter == 0,"expected_action should have been called"); in BOOST_AUTO_TEST_CASE()
38 :expected_action_counter(0) in player_()62 ++fsm.expected_action_counter; in operator ()()163 int expected_action_counter; member189 … BOOST_CHECK_MESSAGE(p.expected_action_counter == 1,"expected_action should have been called"); in BOOST_AUTO_TEST_CASE()