Searched refs:ExampleState (Results 1 – 2 of 2) sorted by relevance
90 class ExampleState extends State { class in StateMachineTest93 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState112 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()123 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()134 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()
94 static class ExampleState extends State { class in StateMachineTest97 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState116 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()127 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()138 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()