Searched refs:ExampleState (Results 1 – 1 of 1) sorted by relevance
92 class ExampleState extends State { class in StateMachineTest95 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState114 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()125 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()136 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()