@Test public void recognitionOfViewWithoutAnnotation() throws MalformedURLException { ParameterizedNavigationUI.NAVIGATE_TO = "viewWithoutAnnotation"; openWindow(deriveMappingForUI(ParameterizedNavigationUI.class)); firstWindow.click(NAVIGATE_BUTTON); waitModel.waitForChange(retrieveText.locator(LABEL)); assertThat(ViewWithoutAnnotation.getNumberOfInstances(), is(1)); assertDefaultRootNotInstantiated(); }
@Before public void resetCounter() { PlainUI.resetCounter(); PlainAlternativeUI.resetCounter(); PlainColidingAlternativeUI.resetCounter(); InstrumentedUI.resetCounter(); InstrumentedView.resetCounter(); ScopedInstrumentedView.resetCounter(); ViewWithoutAnnotation.resetCounter(); WithAnnotationRegisteredView.resetCounter(); SecondUI.resetCounter(); RootUI.resetCounter(); RootWithCustomMappingUI.resetCounter(); UIWithCDIDependentListener.resetCounter(); UIWithCDISelfListener.resetCounter(); DependentCDIEventListener.resetCounter(); DependentCDIEventListener.resetEventCounter(); ParameterizedNavigationUI.reset(); NoViewProviderNavigationUI.resetCounter(); firstWindow.restartBrowser(); }