/** test getLastAction */
 @Test
 public void testGetLastAction() {
   assertTrue("last action", localState.getLastAction().equals("lastAction"));
 }