@Test public void testExecute_logEvent_nullEventDate() throws Exception { setupForExpectedAssertionFailure("Event/date"); Event event = JeeMigrationExampleFixture.create_Event(); event.setDate(null); isExpectedValidationError = true; runTestExecute_logEvent(event); }
@Test public void testExecute_logEvent_success() throws Exception { Event event = JeeMigrationExampleFixture.create_Event(); runTestExecute_logEvent(event); }