Package io.jmix.ui.testassist
Class UiTestAssistConfiguration
java.lang.Object
io.jmix.ui.testassist.UiTestAssistConfiguration
@Configuration
@Import(com.vaadin.spring.VaadinConfiguration.class)
public class UiTestAssistConfiguration
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionprotected FormatStringsRegistry
protected com.vaadin.server.VaadinSession
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.server.VaadinSession
void
init
(org.springframework.context.event.ContextRefreshedEvent event)
-
Field Details
-
formatStringsRegistry
-
vaadinSession
protected com.vaadin.server.VaadinSession vaadinSession
-
-
Constructor Details
-
UiTestAssistConfiguration
public UiTestAssistConfiguration()
-
-
Method Details
-
init
@EventListener public void init(org.springframework.context.event.ContextRefreshedEvent event) -
testAppUI
-
createTestVaadinSession
protected com.vaadin.server.VaadinSession createTestVaadinSession()
-