*/
@Test
public void testReadControllerClassAnnotations() throws Exception
{
NavigableController controller = new NavigableController();
actionCreator.readControllerClassAnnotations(ActionWithNavigate.class, controller);
NavigationHolder navigationHolder = controller.getNavigationHolder();
assert navigationHolder != null;
}