assertEquals("air", annotationTester.val);
}
@Test
public void shouldTestDualEvents() throws Exception {
DualEventTester annotationTester = new DualEventTester();
EventMethodTester annotationTester1 = new EventMethodTester();
viewConfigurator.setupViewEngine(annotationTester);
viewConfigurator.setupViewEngine(annotationTester1);