Home
last modified time | relevance | path

Searched refs:GetActionCallCounter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/statechart/test/
DTransitionTest.cpp387 unsigned int GetActionCallCounter() const in GetActionCallCounter() function
837 BOOST_REQUIRE( eventBaseMachine.GetActionCallCounter() == 0 ); in test_main()
840 BOOST_REQUIRE( eventBaseMachine.GetActionCallCounter() == 1 ); in test_main()
843 BOOST_REQUIRE( eventBaseMachine.GetActionCallCounter() == 1 ); in test_main()
846 BOOST_REQUIRE( eventBaseMachine.GetActionCallCounter() == 2 ); in test_main()