use of com.vaadin.flow.server.AppShellRegistry in project flow by vaadin.
the class VaadinAppShellInitializerTest method should_reuseContextAppShell_when_creatingNewInstance.
@Test
public void should_reuseContextAppShell_when_creatingNewInstance() throws Exception {
AppShellRegistry registry = AppShellRegistry.getInstance(context);
Assert.assertSame(registry, AppShellRegistry.getInstance(context));
}
Aggregations