use of com.vaadin.flow.template.angular.AngularTemplate in project flow by vaadin.
the class ClientDelegteHandlersTest method attach_methodCheckedExcepotion_ExceptionIsThrown.
@Test(expected = IllegalStateException.class)
public void attach_methodCheckedExcepotion_ExceptionIsThrown() {
UI ui = new UI();
AngularTemplate template = new TemplateWithMethodDeclaringCheckedException();
ui.add(template);
}
Aggregations