Package io.jmix.tabbedmode.testassist
Class TabbedModeTestAssistConfiguration
java.lang.Object
io.jmix.tabbedmode.testassist.TabbedModeTestAssistConfiguration
@Configuration
@ComponentScan
@Import(com.vaadin.flow.spring.VaadinScopesConfig.class)
public class TabbedModeTestAssistConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationContextRefresh
(org.springframework.context.event.ContextRefreshedEvent event) testViewAttributes
(String viewId)
-
Constructor Details
-
TabbedModeTestAssistConfiguration
public TabbedModeTestAssistConfiguration()
-
-
Method Details
-
propagationExceptionHandler
@Bean("ui_PropagationExceptionHandler") @Order(910) public PropagationExceptionHandler propagationExceptionHandler() -
testViewAttributes
-
onApplicationContextRefresh
@EventListener @Order(110) public void onApplicationContextRefresh(org.springframework.context.event.ContextRefreshedEvent event)
-