Searched refs:AssertInState (Results 1 – 3 of 3) sorted by relevance
44 void AssertInState( const std::string & stateNames ) const in AssertInState() function186 machine.AssertInState( "" ); in test_main()189 machine.AssertInState( "ABCDEFG" ); in test_main()191 machine.AssertInState( "ABCD" ); in test_main()193 machine.AssertInState( "ABCD" ); in test_main()196 machine.AssertInState( "ABCDEFG" ); in test_main()198 machine.AssertInState( "AB" ); in test_main()200 machine.AssertInState( "AB" ); in test_main()203 machine.AssertInState( "ABCDEFG" ); in test_main()205 machine.AssertInState( "" ); in test_main()[all …]
36 void AssertInState() in AssertInState() function55 void AssertInState( const FromState & theState ) in AssertInState() function120 AssertInState< A >( *this ); in react()122 AssertInState< C >( *this ); in react()123 AssertInState< D >( *this ); in react()124 AssertInState< E >( *this ); in react()126 AssertInState< G >( *this ); in react()133 AssertInState< A >( *this ); in react()135 AssertInState< C >( *this ); in react()136 AssertInState< D >( *this ); in react()[all …]
41 void AssertInState( const std::string & stateNames ) const in AssertInState() function120 machine.AssertInState( "" ); in test_main()123 machine.AssertInState( "A" ); in test_main()126 machine.AssertInState( "CD" ); in test_main()129 machine.AssertInState( "A" ); in test_main()132 machine.AssertInState( "CD" ); in test_main()135 machine.AssertInState( "CFG" ); in test_main()138 machine.AssertInState( "CD" ); in test_main()141 machine.AssertInState( "CFG" ); in test_main()144 machine.AssertInState( "A" ); in test_main()[all …]