@Test public void getNameEventData() throws Exception { Assert.hasText(LogicalViewNames.getNameEventData(), nameEventData); }
@Test public void getNameVerifyEmail() throws Exception { Assert.hasText(LogicalViewNames.getNameVerifyEmail(), nameVerifyEmail); }
@Test public void getNameShowGuestlist() throws Exception { Assert.hasText(LogicalViewNames.getNameShowGuestlist(), nameShowGuestlist); }
@Test public void getNameInviteUsers() throws Exception { Assert.hasText(LogicalViewNames.getNameInviteUsers(), nameInviteUser); }
@Test public void getNameInfoPage() throws Exception { Assert.hasText(LogicalViewNames.getNameInfoPage(), nameInfoPage); }
@Test public void getNameAlertAnswerInvitaion() throws Exception { Assert.hasText(LogicalViewNames.getNameAlertAnswerInvitaion(), nameAlertAnswerInvitaion); }
@Test public void getNameCreateEvent() throws Exception { Assert.hasText(LogicalViewNames.getNameCreateEvent(), nameCreateEvent); }
@Test public void getNameEventManager() throws Exception { Assert.hasText(LogicalViewNames.getNameEventManager(), eventManager); }
@Test public void getNameRegister() throws Exception { Assert.hasText(LogicalViewNames.getNameRegister(), register); }
@Test public void getNameLogin() throws Exception { Assert.hasText(LogicalViewNames.getNameLogin(), login); }
@Test public void getNameWelcomePage() throws Exception { Assert.hasText(LogicalViewNames.getNameWelcomePage(), welcome); }