super.testAction(dispatchService);
}
@Test
public void testAction2() throws ActionException, ServiceException {
TestAnnotatedAction action = new TestAnnotatedAction(TestAnnotatedActionHandler.MESSAGE);
TestResult result = dispatchService.execute(action);
Assert.assertTrue("Invalid action result! Processing error occured", result.getResult());
}