Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Do not cache translation bundles in dev mode #20140

Closed
wants to merge 1 commit into from

fix: Do not cache translation bundles in dev mode

6639119
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

fix: Do not cache translation bundles in dev mode #20140

fix: Do not cache translation bundles in dev mode
6639119
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Oct 3, 2024 in 0s

12 errors, 1 fail, 49 skipped, 4 821 pass in 57m 45s

  907 files    907 suites   57m 45s ⏱️
4 883 tests 4 821 ✅ 49 💤 1 ❌ 12 🔥
5 198 runs  5 126 ✅ 59 💤 1 ❌ 12 🔥

Results for commit 6639119.

Annotations

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withoutRootBundle_languageTagIsEmpty_responseIsEmpty (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withoutRootBundle_languageTagIsEmpty_responseIsEmpty(TranslationFileRequestHandlerTest.java:126)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

languageTagWithCountryAvailable_responseIsCorrect (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.languageTagWithCountryAvailable_responseIsCorrect(TranslationFileRequestHandlerTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

languageTagWithUnderscoresAvailable_responseIsCorrect (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.languageTagWithUnderscoresAvailable_responseIsCorrect(TranslationFileRequestHandlerTest.java:176)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withoutRootBundle_languageTagIsNull_responseIsEmpty (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withoutRootBundle_languageTagIsNull_responseIsEmpty(TranslationFileRequestHandlerTest.java:110)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withRootBundle_languageTagIsEmpty_responseIsRootBundle (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withRootBundle_languageTagIsEmpty_responseIsRootBundle(TranslationFileRequestHandlerTest.java:118)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withRootBundle_languageTagWithUnderscoresNotAvailable_responseIsRootBundle (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withRootBundle_languageTagWithUnderscoresNotAvailable_responseIsRootBundle(TranslationFileRequestHandlerTest.java:185)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

languageTagWithoutCountryAvailable_responseIsCorrect (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.languageTagWithoutCountryAvailable_responseIsCorrect(TranslationFileRequestHandlerTest.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

tagContainsOnlyLanguage_languageOnlyAvailableWithCountry_responseHasTheCorrectLanguage (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.tagContainsOnlyLanguage_languageOnlyAvailableWithCountry_responseHasTheCorrectLanguage(TranslationFileRequestHandlerTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withRootBundle_requestedLocaleBundleNotAvailable_responseIsRootBundle (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContentWithMockedDefaultLocale(TranslationFileRequestHandlerTest.java:242)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withRootBundle_requestedLocaleBundleNotAvailable_responseIsRootBundle(TranslationFileRequestHandlerTest.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withRootBundle_languageTagIsNull_responseIsRootBundle (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withRootBundle_languageTagIsNull_responseIsRootBundle(TranslationFileRequestHandlerTest.java:102)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withoutRootBundle_requestedLocaleBundleNotAvailable_responseIsEmpty (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContentWithMockedDefaultLocale(TranslationFileRequestHandlerTest.java:242)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withoutRootBundle_requestedLocaleBundleNotAvailable_responseIsEmpty(TranslationFileRequestHandlerTest.java:168)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in com.vaadin.flow.i18n.TranslationFileRequestHandlerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

withoutRootBundle_languageTagWithUnderscoresNotAvailable_responseIsEmpty (com.vaadin.flow.i18n.TranslationFileRequestHandlerTest) with error

flow-server/target/surefire-reports/TEST-com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.xml [took 0s]
Raw output
Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.function.DeploymentConfiguration.isProductionMode()" because the return value of "com.vaadin.flow.server.VaadinSession.getConfiguration()" is null
	at com.vaadin.flow.i18n.TranslationFileRequestHandler.synchronizedHandleRequest(TranslationFileRequestHandler.java:90)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.testResponseContent(TranslationFileRequestHandlerTest.java:255)
	at com.vaadin.flow.i18n.TranslationFileRequestHandlerTest.withoutRootBundle_languageTagWithUnderscoresNotAvailable_responseIsEmpty(TranslationFileRequestHandlerTest.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check warning on line 0 in com.vaadin.tests.server.component.FlowClassesSerializableTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

classesSerializable (com.vaadin.tests.server.component.FlowClassesSerializableTest) failed

flow-server/target/surefire-reports/TEST-com.vaadin.tests.server.component.FlowClassesSerializableTest.xml [took 0s]
Raw output
Serializable not implemented by the following classes and interfaces: ,
com.vaadin.flow.i18n.TranslationFileRequestHandler$1(super: java.util.ResourceBundle$Control, interfaces: )
java.lang.AssertionError: 
Serializable not implemented by the following classes and interfaces: ,
com.vaadin.flow.i18n.TranslationFileRequestHandler$1(super: java.util.ResourceBundle$Control, interfaces: )
	at org.junit.Assert.fail(Assert.java:89)
	at com.vaadin.flow.testutil.ClassesSerializableTest.failSerializableClasses(ClassesSerializableTest.java:475)
	at com.vaadin.flow.testutil.ClassesSerializableTest.classesSerializable(ClassesSerializableTest.java:379)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

49 skipped tests found

There are 49 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
com.vaadin.flow.ccdmtest.CCDMTest ‑ Unknown test
com.vaadin.flow.ccdmtest.CCDMTest(production) ‑ Unknown test
com.vaadin.flow.component.UITest ‑ navigateWithParameters_delegateToRouter
com.vaadin.flow.mixedtest.ui.IdTestIT(production) ‑ Unknown test
com.vaadin.flow.navigate.ServiceWorkerOnNestedMappingIT ‑ Unknown test
com.vaadin.flow.navigate.ServiceWorkerOnNestedMappingIT(production) ‑ Unknown test
com.vaadin.flow.pwatest.ui.PwaTestIT ‑ compareUncompressedAndCompressedServiceWorkerJS[any_Chrome_]
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ onClassLoadEvent_sessionRegistries_updatesOnlyOnModifiedAndRemovedClasses
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_noExportChunk
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_withExportChunk
com.vaadin.flow.server.frontend.BundleValidationTest ‑ bundleMissesSomeEntries_devMode_skipBundleBuildSet_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ compressedProdBundleExists_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultDevBundleExists_noCompressedDevBundleFile_reactDisabled_buildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFileAndWithVersionsJsonExclusions_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_reactDisabled_buildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ forceProductionBundle_bundleRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ loadDependenciesOnStartup_annotatedClassInProject_compilationRequiredForProduction[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noDevFolder_compressedDevBundleExists_noBuildRequired[0]
com.vaadin.flow.server.frontend.FileIOUtilsTest ‑ projectFolderOnWindows
com.vaadin.flow.spring.test.UploadIT ‑ multiFileUpload
com.vaadin.flow.testnpmonlyfeatures.performanceregression.StartupPerformanceIT ‑ devModeInitializerToWebpackUpIsBelowThreshold[any_Chrome_]
com.vaadin.flow.uitest.ui.BrokenRouterLinkIT ‑ testRouterLink_linkIsBroken_urlIsUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.BrokenRouterLinkIT ‑ testRouterLink_visitBrokenLinkAndBack_scrollPositionIsRetained[any_Chrome_]
com.vaadin.flow.uitest.ui.CountUIsIT ‑ countUisNumer_onlyOneUIShouldBeInitiialized[any_Chrome_]
com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT ‑ throttle[any_Chrome_]
com.vaadin.flow.uitest.ui.FragmentLinkIT ‑ testViewChangeWithFragment_scrollToPageAndHashChangeEventWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.FragmentLinkIT ‑ testViewChangeWithFragment_serverOverridesLocation_noScrollOrHashChange[any_Chrome_]
com.vaadin.flow.uitest.ui.NavigationTriggerIT ‑ testNavigationTriggers[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testOpenUrlInIFrame[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testOpenUrlInNewTab[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testSetLocation[any_Chrome_]
com.vaadin.flow.uitest.ui.RouteNotFoundProdModeIT ‑ Unknown test
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testImageInsideRouterLink[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testRoutingLinks_insideServletMapping_updateLocation[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testRoutingLinks_outsideServletMapping_pageChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterSessionExpirationIT ‑ should_StayOnSessionExpirationView_when_NavigationAfterSessionExpired[any_Chrome_]
com.vaadin.flow.uitest.ui.StreamResourceIT ‑ getDynamicVaadinPercentResource[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ timeout[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.AnnotatedContextInlineIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.ContextInlineApiIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingAnnotationsIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingPageApiIT ‑ Unknown test
com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT ‑ customCallbacks_customResults[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionIsRestoredAfterNavigatingToNewPageAndBack[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionIsRestoredWhenNavigatingToHistoryWithAnchorLink[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionShouldBeAtAnchorWhenNavigatingFromOtherPage[any_Chrome_]
com.vaadin.flow.uitest.ui.template.InvisibleDefaultPropertyValueIT ‑ clientDefaultPropertyValues_invisibleElement_propertiesAreNotSent[any_Chrome_]
com.vaadin.viteapp.ThemeReloadIT ‑ updateStyle_changeIsReloaded[any_Chrome_]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 1 to 718)

There are 4883 tests, see "Raw output" for the list of tests 1 to 718.
Raw output
com.vaadin.AssertionTest ‑ testAssertionsAreEnabled
com.vaadin.experimental.FeatureFlagsTest ‑ disabledFeatureFlagsNotMarkedInStatsWhenLoading
com.vaadin.experimental.FeatureFlagsTest ‑ disabledFeatureFlagsNotMarkedInStatsWhenToggled
com.vaadin.experimental.FeatureFlagsTest ‑ enableDisableFeature
com.vaadin.experimental.FeatureFlagsTest ‑ enabledFeatureFlagsMarkedInStatsWhenLoading
com.vaadin.experimental.FeatureFlagsTest ‑ enabledFeatureFlagsMarkedInStatsWhenToggled
com.vaadin.experimental.FeatureFlagsTest ‑ featureFlagLoadedByResourceProviderShouldBeOverridableWithSystemProperty
com.vaadin.experimental.FeatureFlagsTest ‑ featureFlagShouldBeOverridableWithSystemProperty
com.vaadin.experimental.FeatureFlagsTest ‑ get_concurrentAccess_servletContextLock_noDeadlock
com.vaadin.experimental.FeatureFlagsTest ‑ get_concurrentAccess_vaadinContextLock_noDeadlock
com.vaadin.experimental.FeatureFlagsTest ‑ noFeatureFlagFile_noSystemPropertyProvided_allFeatureDisabled
com.vaadin.experimental.FeatureFlagsTest ‑ noFeatureFlagFile_systemPropertyProvided_featureEnabled
com.vaadin.experimental.FeatureFlagsTest ‑ propertiesFileCheckForUnsupportedFeatureFlagsRanOnlyOnce
com.vaadin.experimental.FeatureFlagsTest ‑ propertiesFileCheckedForUnsupportedFeatureFlags
com.vaadin.experimental.FeatureFlagsTest ‑ propertiesLoaded
com.vaadin.experimental.FeatureFlagsTest ‑ setEnabledOnlyInDevelopmentMode
com.vaadin.experimental.FeatureFlagsTest ‑ setPropertiesLocation
com.vaadin.experimental.FeatureFlagsTest ‑ setPropertiesLocationWithNoFileDisablesFeatures
com.vaadin.experimental.FeatureFlagsTest ‑ systemPropertiesCheckedForUnsupportedFeatureFlags
com.vaadin.flow.AssertionTest ‑ testAssertionsAreEnabled
com.vaadin.flow.BackNavIT ‑ backButtonWorksAndContentUpdatesAfterPageRefresh[any_Chrome_]
com.vaadin.flow.BackNavIT ‑ testBackButtonAfterHistoryStateChange[any_Chrome_]
com.vaadin.flow.BackNavIT ‑ validateNoAfterNavigationForReplaceState[any_Chrome_]
com.vaadin.flow.BackNavIT(production) ‑ backButtonWorksAndContentUpdatesAfterPageRefresh[any_Chrome_]
com.vaadin.flow.BackNavIT(production) ‑ testBackButtonAfterHistoryStateChange[any_Chrome_]
com.vaadin.flow.BackNavIT(production) ‑ validateNoAfterNavigationForReplaceState[any_Chrome_]
com.vaadin.flow.ClientResourceIT ‑ clientResourcesAreNotExposed[any_Chrome_]
com.vaadin.flow.ComponentTrackerLocationTest ‑ findJavaFile_innerClass
com.vaadin.flow.ComponentTrackerLocationTest ‑ findJavaFile_nestedInnerClass
com.vaadin.flow.ComponentTrackerLocationTest ‑ findJavaFile_simpleClass
com.vaadin.flow.ComponentTrackerLocationTest ‑ findJavaFile_simpleClass_dollarInName
com.vaadin.flow.ComponentTrackerLocationTest ‑ findJavaFile_simpleClass_dollarInPackage
com.vaadin.flow.ComponentTrackerLocationTest ‑ findKotlinFile_simpleClass
com.vaadin.flow.ComponentTrackerTest ‑ attachLocationTracked
com.vaadin.flow.ComponentTrackerTest ‑ createLocationTracked
com.vaadin.flow.ComponentTrackerTest ‑ memoryIsReleased
com.vaadin.flow.ComponentTrackerTest ‑ offsetApplied
com.vaadin.flow.DisableComponentTrackerTest ‑ trackAttach_disabledByConfiguration
com.vaadin.flow.DisableComponentTrackerTest ‑ trackAttach_disabledInProductionMode
com.vaadin.flow.DisableComponentTrackerTest ‑ trackCreate_disabledByConfiguration
com.vaadin.flow.DisableComponentTrackerTest ‑ trackCreate_disabledInProductionMode
com.vaadin.flow.FaultyLocationIT ‑ changeOnClient[any_Chrome_]
com.vaadin.flow.FlowInReactComponentIT ‑ validateComponentPlacesAndFunction[any_Chrome_]
com.vaadin.flow.FlowInReactComponentIT(production) ‑ validateComponentPlacesAndFunction[any_Chrome_]
com.vaadin.flow.ForwardTargetIT ‑ testSetParameterCalledOnlyOnceAfterForward[any_Chrome_]
com.vaadin.flow.ForwardTargetIT ‑ testUrlIsCorrectAfterForward[any_Chrome_]
com.vaadin.flow.ForwardTargetIT(production) ‑ testSetParameterCalledOnlyOnceAfterForward[any_Chrome_]
com.vaadin.flow.ForwardTargetIT(production) ‑ testUrlIsCorrectAfterForward[any_Chrome_]
com.vaadin.flow.InitialExtendedClientDetailsIT ‑ verifyClientDetails[any_Chrome_]
com.vaadin.flow.InvalidLocationIT ‑ invalidCharactersOnPath_UiNotServed[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testAnchorWithQueryNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigatedEvent[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigatedForPostponeView[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigationBrowserHistoryBack_anchor[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigationBrowserHistoryBack_routerLink[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigationBrowserHistoryBack_serverNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigationPostpone_anchor[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigationPostpone_routerLink[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testNavigation_HasUrlParameter_setParameterCalledOnce[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testReactNavigationBrowserHistoryBack_serverNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testReactNavigation_flowContentCleaned[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testRouterLinkWithQueryNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT ‑ testreactNavigationBrowserHistoryBack_anchor[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testAnchorWithQueryNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigatedEvent[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigatedForPostponeView[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigationBrowserHistoryBack_anchor[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigationBrowserHistoryBack_routerLink[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigationBrowserHistoryBack_serverNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigationPostpone_anchor[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigationPostpone_routerLink[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testNavigation_HasUrlParameter_setParameterCalledOnce[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testReactNavigationBrowserHistoryBack_serverNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testReactNavigation_flowContentCleaned[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testRouterLinkWithQueryNavigation[any_Chrome_]
com.vaadin.flow.NavigationIT(production) ‑ testreactNavigationBrowserHistoryBack_anchor[any_Chrome_]
com.vaadin.flow.NotifierTest ‑ addNotifiers
com.vaadin.flow.ReactAdapterIT ‑ validateGetState[any_Chrome_]
com.vaadin.flow.ReactAdapterIT ‑ validateInitialState[any_Chrome_]
com.vaadin.flow.ReactAdapterIT ‑ validateListener[any_Chrome_]
com.vaadin.flow.ReactAdapterIT ‑ validateSetState[any_Chrome_]
com.vaadin.flow.ReactAdapterIT(production) ‑ validateGetState[any_Chrome_]
com.vaadin.flow.ReactAdapterIT(production) ‑ validateInitialState[any_Chrome_]
com.vaadin.flow.ReactAdapterIT(production) ‑ validateListener[any_Chrome_]
com.vaadin.flow.ReactAdapterIT(production) ‑ validateSetState[any_Chrome_]
com.vaadin.flow.StateIT ‑ validateReactInUse[any_Chrome_]
com.vaadin.flow.StateIT(production) ‑ validateReactInUse[any_Chrome_]
com.vaadin.flow.ccdmtest.AppThemeTestIT ‑ should_apply_AppTheme_on_clientSideView[any_Chrome_]
com.vaadin.flow.ccdmtest.AppThemeTestIT ‑ should_apply_AppTheme_on_serverSideView[any_Chrome_]
com.vaadin.flow.ccdmtest.AppThemeTestIT(production) ‑ should_apply_AppTheme_on_clientSideView[any_Chrome_]
com.vaadin.flow.ccdmtest.AppThemeTestIT(production) ‑ should_apply_AppTheme_on_serverSideView[any_Chrome_]
com.vaadin.flow.ccdmtest.CCDMTest ‑ Unknown test
com.vaadin.flow.ccdmtest.CCDMTest(production) ‑ Unknown test
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_importDynamically_shouldLoadBundleCorrectly[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_openRandomRoute_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_openRootURL_shouldAddBaseHref[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_openRootURL_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_openTwoSlashesURL_shouldAddBaseHrefCorrectly[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_openURLHasParameterWithExtension_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestHandler_should_bootstrapAnyRoute[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ indexHtmlRequestListener_openRootURL_shouldHaveModifiedOutput[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_accessVaadinService_getCurrent_inAppShellConstructor[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_add_appShellAnnotations[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_bootstrapFlowCorrectly_When_CallingFromMultipleSegmentsPath[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_connectFlowServerSide[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_executeNavigationEventsInCorrectOrder_When_navigateToServerView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_executeSetParameter_WhenRouteHasParameterAndQueryString[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_executeSetParameter_WhenRouteHasParameter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_forwardToOtherView_WhenViewForwardInOnBeforeEnter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_getViewByRoute_WhenNavigate[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_goToHomeView_When_ServerNavigatesToEmptyPath[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_loadPushScript_When_FlowStarts[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_navigateFromClientToServer_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_navigateFromServerToClient_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_navigateFromServerToServer_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_notRunExtraEvents_When_NavigatingServerClientServer[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_passCorrectLocationObject_When_NavigateServerToClient[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_preserveView_When_reloadPreservedOnRefreshView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_receiveServerPushUpdates[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_removeFirstSlash_whenRouteStartsWithSlash[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_renderServerView_When_ClickSameServerLinkTwiceAndGoToClientView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_rerouteToOtherView_WhenViewRerouteInOnBeforeEnter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_returnNotFoundView_WhenRouteNotFound[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_startFlow[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT ‑ should_updateBrowserUrl_When_ServerNavigates[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_importDynamically_shouldLoadBundleCorrectly[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_openRandomRoute_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_openRootURL_shouldAddBaseHref[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_openRootURL_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_openTwoSlashesURL_shouldAddBaseHrefCorrectly[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_openURLHasParameterWithExtension_shouldResponseIndexHtml[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestHandler_should_bootstrapAnyRoute[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ indexHtmlRequestListener_openRootURL_shouldHaveModifiedOutput[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_accessVaadinService_getCurrent_inAppShellConstructor[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_add_appShellAnnotations[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_bootstrapFlowCorrectly_When_CallingFromMultipleSegmentsPath[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_connectFlowServerSide[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_executeNavigationEventsInCorrectOrder_When_navigateToServerView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_executeSetParameter_WhenRouteHasParameterAndQueryString[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_executeSetParameter_WhenRouteHasParameter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_forwardToOtherView_WhenViewForwardInOnBeforeEnter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_getViewByRoute_WhenNavigate[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_goToHomeView_When_ServerNavigatesToEmptyPath[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_loadPushScript_When_FlowStarts[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_navigateFromClientToServer_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_navigateFromServerToClient_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_navigateFromServerToServer_When_UsingVaadinRouter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_notRunExtraEvents_When_NavigatingServerClientServer[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_passCorrectLocationObject_When_NavigateServerToClient[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_preserveView_When_reloadPreservedOnRefreshView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_receiveServerPushUpdates[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_removeFirstSlash_whenRouteStartsWithSlash[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_renderServerView_When_ClickSameServerLinkTwiceAndGoToClientView[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_rerouteToOtherView_WhenViewRerouteInOnBeforeEnter[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_returnNotFoundView_WhenRouteNotFound[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_startFlow[any_Chrome_]
com.vaadin.flow.ccdmtest.IndexHtmlRequestHandlerIT(production) ‑ should_updateBrowserUrl_When_ServerNavigates[any_Chrome_]
com.vaadin.flow.ccdmtest.NavigateToServerSideViewWithoutTitleIT ‑ should_showAppShellTitle_after_titleHasBeenChangedOnTheClientSide_when_navigateToAServerSideViewWithoutTitle[any_Chrome_]
com.vaadin.flow.ccdmtest.NavigateToServerSideViewWithoutTitleIT ‑ should_showAppShellTitle_when_navigateToAServerSideViewWithoutTitle[any_Chrome_]
com.vaadin.flow.ccdmtest.NavigateToServerSideViewWithoutTitleIT(production) ‑ should_showAppShellTitle_after_titleHasBeenChangedOnTheClientSide_when_navigateToAServerSideViewWithoutTitle[any_Chrome_]
com.vaadin.flow.ccdmtest.NavigateToServerSideViewWithoutTitleIT(production) ‑ should_showAppShellTitle_when_navigateToAServerSideViewWithoutTitle[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSideForwardIT ‑ should_openClientPage_when_forwardFromServerToClientUrl[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSideForwardIT(production) ‑ should_openClientPage_when_forwardFromServerToClientUrl[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSideNavigationExceptionHandlingIT ‑ should_showErrorView_when_targetViewThrowsException[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSideNavigationExceptionHandlingIT(production) ‑ should_showErrorView_when_targetViewThrowsException[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT ‑ should_preserveUrlAndView_when_navigateToClientViewAndPostpone[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT ‑ should_preserveUrlAndView_when_navigateToServerViewAndPostponeMultipleTimes[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT ‑ should_preserveUrlAndView_when_navigateToServerViewAndPostpone[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT(production) ‑ should_preserveUrlAndView_when_navigateToClientViewAndPostpone[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT(production) ‑ should_preserveUrlAndView_when_navigateToServerViewAndPostponeMultipleTimes[any_Chrome_]
com.vaadin.flow.ccdmtest.ServerSidePostponeIT(production) ‑ should_preserveUrlAndView_when_navigateToServerViewAndPostpone[any_Chrome_]
com.vaadin.flow.component.AbstractCompositeFieldTest ‑ emptyValueEquals
com.vaadin.flow.component.AbstractCompositeFieldTest ‑ multipleFieldsField
com.vaadin.flow.component.AbstractCompositeFieldTest ‑ reverseCaseField
com.vaadin.flow.component.AbstractCompositeFieldTest ‑ serializable
com.vaadin.flow.component.AbstractFieldTest ‑ clear_customEmptyValue_emptyValueUsed
com.vaadin.flow.component.AbstractFieldTest ‑ clear_firesIfNotEmpty
com.vaadin.flow.component.AbstractFieldTest ‑ customEquals
com.vaadin.flow.component.AbstractFieldTest ‑ customEquals_isEmpty
com.vaadin.flow.component.AbstractFieldTest ‑ emptyValue_sameAsInitial
com.vaadin.flow.component.AbstractFieldTest ‑ getValue_changesAfterUpdatedFromClient
com.vaadin.flow.component.AbstractFieldTest ‑ initialValue_defaultNull
com.vaadin.flow.component.AbstractFieldTest ‑ initialValue_used
com.vaadin.flow.component.AbstractFieldTest ‑ noOwnPublicApi
com.vaadin.flow.component.AbstractFieldTest ‑ readonly_presentationFromClient_reverted
com.vaadin.flow.component.AbstractFieldTest ‑ readonly_presentationFromServer_accepted
com.vaadin.flow.component.AbstractFieldTest ‑ readonly_readFromElement
com.vaadin.flow.component.AbstractFieldTest ‑ readonly_setValue_accepted
com.vaadin.flow.component.AbstractFieldTest ‑ readonly_writtenToElement
com.vaadin.flow.component.AbstractFieldTest ‑ requiredIndicator_readFromElement
com.vaadin.flow.component.AbstractFieldTest ‑ requiredIndicator_writtenToElement
com.vaadin.flow.component.AbstractFieldTest ‑ serializable
com.vaadin.flow.component.AbstractFieldTest ‑ setPresentation_changesValue_onlyOneEvent
com.vaadin.flow.component.AbstractFieldTest ‑ setPresentation_partialUpdates_onlyOneEvent
com.vaadin.flow.component.AbstractFieldTest ‑ setPresentation_revertsValue_noEvent
com.vaadin.flow.component.AbstractFieldTest ‑ setPresentation_setSameValue_notRunAgain
com.vaadin.flow.component.AbstractFieldTest ‑ setPresentation_throws_sameException_valuePreserved
com.vaadin.flow.component.AbstractFieldTest ‑ setValueInEventHandler
com.vaadin.flow.component.AbstractFieldTest ‑ setValue_differentValue_firesOneEvent
com.vaadin.flow.component.AbstractFieldTest ‑ setValue_sameValue_firesNoEvent
com.vaadin.flow.component.AbstractFieldTest ‑ updateFromClient_differentValue_updatesAndFires
com.vaadin.flow.component.AbstractFieldTest ‑ updatePresentation_doesntCallSetPresentation
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ booleanField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ dateField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ doubleField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ getValue_wrapExistingElement_elementHasProperty_valueIsThePropertyValue
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ integerField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ integerToString_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ integerToString_nonIntegerInput_ignore
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ jsonArrayField
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ jsonField
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ noOwnPublicApi
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ radixField
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ serializable
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ simpleDateField_constructor_throws
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ stringField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ stringField_initProperty_noEvent
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ stringField_setValueNull_exceptionAndNoEvent
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ stringNullField_basicCases
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ synchronizedEvent_camelCaseProperty_dashCaseEvent
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ synchronizedEvent_default
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ synchronizedEvent_null_noSynchronization
com.vaadin.flow.component.AbstractSinglePropertyFieldTest ‑ synchronizedEvent_redefined
com.vaadin.flow.component.ComponentEventBusTest ‑ addListener_eventDataExpressionsPresent_constantPoolKeyNotCreatedAfterEachExpression
com.vaadin.flow.component.ComponentEventBusTest ‑ addListener_nullListener_failFast
com.vaadin.flow.component.ComponentEventBusTest ‑ domEvent_addListenerWithDomListenerConsumer
com.vaadin.flow.component.ComponentEventBusTest ‑ domEvent_addSameListenerTwice
com.vaadin.flow.component.ComponentEventBusTest ‑ domEvent_fireClientEvent
com.vaadin.flow.component.ComponentEventBusTest ‑ domEvent_fireServerEvent
com.vaadin.flow.component.ComponentEventBusTest ‑ domEvent_removeListener
com.vaadin.flow.component.ComponentEventBusTest ‑ eventUnregisterListener_insideListener
com.vaadin.flow.component.ComponentEventBusTest ‑ eventUnregisterListener_insideListenerTwiceThrows
com.vaadin.flow.component.ComponentEventBusTest ‑ eventUnregisterListener_outsideListenerTwiceThrows
com.vaadin.flow.component.ComponentEventBusTest ‑ getListeners_eventType_listenersCollection
com.vaadin.flow.component.ComponentEventBusTest ‑ getListeners_notExistingEventType_emptyListenersCollection
com.vaadin.flow.component.ComponentEventBusTest ‑ getListeners_nullEventType_throws
com.vaadin.flow.component.ComponentEventBusTest ‑ getListeners_subclassOfEventType_listenersCollection
com.vaadin.flow.component.ComponentEventBusTest ‑ hasListeners_nullEventType_throws
com.vaadin.flow.component.ComponentEventBusTest ‑ invalidEventConstructor_addListener
com.vaadin.flow.component.ComponentEventBusTest ‑ invalidEventDataInConstructor_addListener
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsConcreteComponents_mapsComponents
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsElementMissing_returnsNull
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsMissingComponent_mapsComponentAndNull
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsMissingNodeIdReported_returnsNull
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsSiblingComponentToEventSource_mapsComponents
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithComponentEventData_clientReportsTypeComponent_mapsComponent
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithElementEventData_clientReportsElement_mapsElement
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEventWithElementOrComponentEventData_clientReportsStateNodeForInvisibleComponent_returnsNull
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEvent_fire
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEvent_fire_missingData
com.vaadin.flow.component.ComponentEventBusTest ‑ mappedDomEvent_fire_noListeners
com.vaadin.flow.component.ComponentEventBusTest ‑ multipleEventDataConstructors_addListener
com.vaadin.flow.component.ComponentEventBusTest ‑ multipleEventsForSameDomEvent_fireEvent
com.vaadin.flow.component.ComponentEventBusTest ‑ multipleEventsForSameDomEvent_removeListener
com.vaadin.flow.component.ComponentEventBusTest ‑ multipleListenersForSameEvent_fireEvent
com.vaadin.flow.component.ComponentEventBusTest ‑ multipleListenersForSameEvent_removeListener
com.vaadin.flow.component.ComponentEventBusTest ‑ nonDomEvent_addListenerWithDomListenerConsumer_throws
com.vaadin.flow.component.ComponentEventBusTest ‑ nonDomEvent_fireEvent
com.vaadin.flow.component.ComponentEventBusTest ‑ nonDomEvent_removeListener
com.vaadin.flow.component.ComponentEventBusTest ‑ serverEvent_fire
com.vaadin.flow.component.ComponentEventBusTest ‑ serverNoDataEvent_fire
com.vaadin.flow.component.ComponentEventBusTest ‑ serverNoDataEvent_fire_noListeners
com.vaadin.flow.component.ComponentEventBusTest ‑ testFireEvent_noListeners_eventBusNotCreated
com.vaadin.flow.component.ComponentEventBusUtilTest ‑ domEvent_constructorCached
com.vaadin.flow.component.ComponentEventBusUtilTest ‑ domEvent_dataExpressionCached
com.vaadin.flow.component.ComponentEventBusUtilTest ‑ domEvent_innerEventClass
com.vaadin.flow.component.ComponentEventBusUtilTest ‑ domEvent_localEventClass
com.vaadin.flow.component.ComponentEventBusUtilTest ‑ domEvent_nestedEventClass
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_hasOverriddenMethod
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_methodInClass
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_methodInInterface
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_overridesMethodAndProperty
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_packagePrivateMethod
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_privateMethod
com.vaadin.flow.component.ComponentMetaDataTest ‑ synchronizedProperties_protectedMethod
com.vaadin.flow.component.ComponentTest ‑ add_componentIsAttachedToAnotherUI_throwsIllegalStateException
com.vaadin.flow.component.ComponentTest ‑ attachBrokenComponent
com.vaadin.flow.component.ComponentTest ‑ cannotMoveComponentsToOtherUI
com.vaadin.flow.component.ComponentTest ‑ circularDependencies
com.vaadin.flow.component.ComponentTest ‑ componentFromHierarchy
com.vaadin.flow.component.ComponentTest ‑ componentMetaDataCached
com.vaadin.flow.component.ComponentTest ‑ createComponentWithEmptyTag
com.vaadin.flow.component.ComponentTest ‑ createComponentWithInheritedTag
com.vaadin.flow.component.ComponentTest ‑ createComponentWithTag
com.vaadin.flow.component.ComponentTest ‑ createComponentWithoutTag
com.vaadin.flow.component.ComponentTest ‑ declarativeSyncProperties_propertiesAreRegisteredWithProperDisabledUpdateMode
com.vaadin.flow.component.ComponentTest ‑ defaultGetChildrenDirectlyAttached
com.vaadin.flow.component.ComponentTest ‑ defaultGetChildrenDirectlyDeepElementHierarchy
com.vaadin.flow.component.ComponentTest ‑ defaultGetChildrenMultiple
com.vaadin.flow.component.ComponentTest ‑ defaultGetChildrenNoChildren
com.vaadin.flow.component.ComponentTest ‑ disabledComponent_fireAlwaysEnabledDomEvent_listenerReceivesEvent
com.vaadin.flow.component.ComponentTest ‑ disabledComponent_fireDomEvent_listenerDoesntReceivesEvent
com.vaadin.flow.component.ComponentTest ‑ enabledComponent_fireDomEvent_listenerReceivesEvent
com.vaadin.flow.component.ComponentTest ‑ enabledPassesThroughAllChildensChildrenAndAttributeShouldBeSet
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnAttachAndDetachChildAndGrandChildrenAreNotified
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnAttachAndDetachDisabledChildAndGrandChildAreDisabled
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnAttachAndDetachDisabledGrandChildAreDisabled
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnAttachCalledForParentOfVirtualChildState
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnAttachCalledForParentState
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnDetachChildKeepsDisabledState
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnDetachReturnsOldState
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnDisableParent
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnDisableParentOfVirtualChild
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnParentDetachReturnsOldState
com.vaadin.flow.component.ComponentTest ‑ enabledStateChangeOnParentOfVirtualChildDetachReturnsOldState
com.vaadin.flow.component.ComponentTest ‑ findAncestorTest
com.vaadin.flow.component.ComponentTest ‑ getComponentLocale_hasCurrentUI_returnsUILocale
com.vaadin.flow.component.ComponentTest ‑ getComponentLocale_noCurrentUI_returnsDefaultLocale
com.vaadin.flow.component.ComponentTest ‑ getComponentLocale_noCurrentUI_returnsDefaultLocale_ifNoProvidedLocale
com.vaadin.flow.component.ComponentTest ‑ getComponentLocale_noCurrentUI_returnsFirstLocaleFromProvidedLocales
com.vaadin.flow.component.ComponentTest ‑ getElement
com.vaadin.flow.component.ComponentTest ‑ getParentForAttachedComponent
com.vaadin.flow.component.ComponentTest ‑ getParentForDetachedComponent
com.vaadin.flow.component.ComponentTest ‑ getTranslation_deprecated_delegatesToActualImplementation
com.vaadin.flow.component.ComponentTest ‑ getUIForAttachedComponentInShadowRoot
com.vaadin.flow.component.ComponentTest ‑ getUI_attachedThroughParent
com.vaadin.flow.component.ComponentTest ‑ getUI_attachedToUI
com.vaadin.flow.component.ComponentTest ‑ getUI_detachedParent
com.vaadin.flow.component.ComponentTest ‑ getUI_noParent
com.vaadin.flow.component.ComponentTest ‑ implicityDisabledComponent_fireDomEvent_listenerDoesntReceivesEvent
com.vaadin.flow.component.ComponentTest ‑ mapFromNullElement
com.vaadin.flow.component.ComponentTest ‑ mapToComponentWhichCreatesComponentInConstructor
com.vaadin.flow.component.ComponentTest ‑ mapToComponentWhichHasComponentField
com.vaadin.flow.component.ComponentTest ‑ mapToComponentWithElementConstructor
com.vaadin.flow.component.ComponentTest ‑ mapToComponentWithNullElementConstructor
com.vaadin.flow.component.ComponentTest ‑ mapToExistingComponent
com.vaadin.flow.component.ComponentTest ‑ mapToNullComponentType
com.vaadin.flow.component.ComponentTest ‑ noJsDependenciesAreAdded
com.vaadin.flow.component.ComponentTest ‑ removeFromParentTest
com.vaadin.flow.component.ComponentTest ‑ removeOnRegistration_registrationIsIdempotent
com.vaadin.flow.component.ComponentTest ‑ scrollIntoView
com.vaadin.flow.component.ComponentTest ‑ scrollIntoViewAllParams
com.vaadin.flow.component.ComponentTest ‑ scrollIntoViewSmooth
com.vaadin.flow.component.ComponentTest ‑ setElement
com.vaadin.flow.component.ComponentTest ‑ setElementNull
com.vaadin.flow.component.ComponentTest ‑ setElementTwice
com.vaadin.flow.component.ComponentTest ‑ synchronizeOnNonGetter
com.vaadin.flow.component.ComponentTest ‑ synchronizePropertyBasedOnGetterName
com.vaadin.flow.component.ComponentTest ‑ synchronizePropertyElementConstructor
com.vaadin.flow.component.ComponentTest ‑ synchronizePropertyWithMultipleEvents
com.vaadin.flow.component.ComponentTest ‑ synchronizePropertyWithPropertyName
com.vaadin.flow.component.ComponentTest ‑ testAttachDetachEvent_uiCanBeFound
com.vaadin.flow.component.ComponentTest ‑ testAttachDetachListeners_parentAttachDetach_childListenersTriggered
com.vaadin.flow.component.ComponentTest ‑ testAttachDetach_children
com.vaadin.flow.component.ComponentTest ‑ testAttachDetach_elementMoved_bothEventsTriggered
com.vaadin.flow.component.ComponentTest ‑ testAttachListener_eventOrder_childFirst
com.vaadin.flow.component.ComponentTest ‑ testDetachListener_eventOrder_childFirst
com.vaadin.flow.component.ComponentTest ‑ testInitialAttach
com.vaadin.flow.component.ComponentTest ‑ testIsAttached
com.vaadin.flow.component.ComponentTest ‑ testOnAttachOnDetachAndEventsOrder
com.vaadin.flow.component.ComponentTest ‑ testSecondAttach
com.vaadin.flow.component.ComponentTest ‑ testUIInitialAttach
com.vaadin.flow.component.ComponentTest ‑ usesChain
com.vaadin.flow.component.ComponentTest ‑ usesComponent
com.vaadin.flow.component.ComponentTest ‑ wrapDifferentTypeToExistingComponent
com.vaadin.flow.component.ComponentTest ‑ wrapNullComponentType
com.vaadin.flow.component.ComponentTest ‑ wrapToExistingComponent
com.vaadin.flow.component.ComponentTest ‑ wrapWrongTag
com.vaadin.flow.component.ComponentTest ‑ wrappedComponentGetChildren
com.vaadin.flow.component.ComponentTest ‑ wrappedComponentGetParent
com.vaadin.flow.component.ComponentTest ‑ wrappedComponentModifyElement
com.vaadin.flow.component.ComponentTest ‑ wrappedComponentUsesElement
com.vaadin.flow.component.ComponentUtilTest ‑ addListenerToComponent_getListeners_returnsCollection
com.vaadin.flow.component.ComponentUtilTest ‑ addListenerToComponent_hasListener_returnsTrue
com.vaadin.flow.component.ComponentUtilTest ‑ getComponentsByTag_withUnregisteredTag_shouldReturnEmptySet
com.vaadin.flow.component.ComponentUtilTest ‑ registerComponentClass_and_getComponentsByTag_shouldReturnCorrectComponent
com.vaadin.flow.component.ComponentUtilTest ‑ setData_byClass
com.vaadin.flow.component.ComponentUtilTest ‑ setData_byString
com.vaadin.flow.component.CompositeNestedTest ‑ compositeInnerElement
com.vaadin.flow.component.CompositeNestedTest ‑ compositeOuterElement
com.vaadin.flow.component.CompositeNestedTest ‑ getChildren_compositeInner
com.vaadin.flow.component.CompositeNestedTest ‑ getChildren_compositeOuter
com.vaadin.flow.component.CompositeNestedTest ‑ getChildren_layout
com.vaadin.flow.component.CompositeNestedTest ‑ getParentElement_compositeInner
com.vaadin.flow.component.CompositeNestedTest ‑ getParentElement_compositeOuter
com.vaadin.flow.component.CompositeNestedTest ‑ getParent_componentInComposite
com.vaadin.flow.component.CompositeNestedTest ‑ getParent_compositeInner
com.vaadin.flow.component.CompositeNestedTest ‑ getParent_compositeOuter
com.vaadin.flow.component.CompositeNestedTest ‑ layoutChildElements
com.vaadin.flow.component.CompositeTest ‑ attachDetachEvents_compositeHierarchy_correctOrder
com.vaadin.flow.component.CompositeTest ‑ automaticCompositeContentType
com.vaadin.flow.component.CompositeTest ‑ compositeContentTypeWithSpecifiedType
com.vaadin.flow.component.CompositeTest ‑ compositeContentTypeWithTypeVariable
com.vaadin.flow.component.CompositeTest ‑ compositeContentTypeWithVariableTypeParameter
com.vaadin.flow.component.CompositeTest ‑ compositeHierarchy
com.vaadin.flow.component.CompositeTest ‑ getChildren_compositeWithComponent
com.vaadin.flow.component.CompositeTest ‑ getChildren_layoutInComposite
com.vaadin.flow.component.CompositeTest ‑ getChildren_layoutWithComposite
com.vaadin.flow.component.CompositeTest ‑ getElementChildren_layoutWithComponentInComposite
com.vaadin.flow.component.CompositeTest ‑ getElement_compositeAndCompositeComponent
com.vaadin.flow.component.CompositeTest ‑ getParentElement_compositeInLayout
com.vaadin.flow.component.CompositeTest ‑ getParent_componentInComposite
com.vaadin.flow.component.CompositeTest ‑ getParent_componentInLayoutInComposite
com.vaadin.flow.component.CompositeTest ‑ getParent_compositeInLayout
com.vaadin.flow.component.CompositeTest ‑ noDefaultConstructor
com.vaadin.flow.component.CompositeTest ‑ rawContentType
com.vaadin.flow.component.CompositeTest ‑ testOnAttachOnDetachAndEventsOrder
com.vaadin.flow.component.CompositeTextNodeTest ‑ attachDetachEvents_compositeHierarchy_correctOrder
com.vaadin.flow.component.CompositeTextNodeTest ‑ automaticCompositeContentType
com.vaadin.flow.component.CompositeTextNodeTest ‑ compositeContentTypeWithSpecifiedType
com.vaadin.flow.component.CompositeTextNodeTest ‑ compositeContentTypeWithTypeVariable
com.vaadin.flow.component.CompositeTextNodeTest ‑ compositeContentTypeWithVariableTypeParameter
com.vaadin.flow.component.CompositeTextNodeTest ‑ compositeHierarchy
com.vaadin.flow.component.CompositeTextNodeTest ‑ getChildren_compositeWithComponent
com.vaadin.flow.component.CompositeTextNodeTest ‑ getChildren_layoutInComposite
com.vaadin.flow.component.CompositeTextNodeTest ‑ getChildren_layoutWithComposite
com.vaadin.flow.component.CompositeTextNodeTest ‑ getElementChildren_layoutWithComponentInComposite
com.vaadin.flow.component.CompositeTextNodeTest ‑ getElement_compositeAndCompositeComponent
com.vaadin.flow.component.CompositeTextNodeTest ‑ getParentElement_compositeInLayout
com.vaadin.flow.component.CompositeTextNodeTest ‑ getParent_componentInComposite
com.vaadin.flow.component.CompositeTextNodeTest ‑ getParent_componentInLayoutInComposite
com.vaadin.flow.component.CompositeTextNodeTest ‑ getParent_compositeInLayout
com.vaadin.flow.component.CompositeTextNodeTest ‑ noDefaultConstructor
com.vaadin.flow.component.CompositeTextNodeTest ‑ rawContentType
com.vaadin.flow.component.CompositeTextNodeTest ‑ testOnAttachOnDetachAndEventsOrder
com.vaadin.flow.component.DefaultWebComponentExporterFactoryTest ‑ createInnerClass_throws
com.vaadin.flow.component.DefaultWebComponentExporterFactoryTest ‑ create_exporterHasNoTag_throws
com.vaadin.flow.component.DefaultWebComponentExporterFactoryTest ‑ ctor_nullArg_throws
com.vaadin.flow.component.DomEventTest ‑ bareAnnotation
com.vaadin.flow.component.DomEventTest ‑ debounceFilter
com.vaadin.flow.component.DomEventTest ‑ debouncePhases
com.vaadin.flow.component.DomEventTest ‑ emptyPhases
com.vaadin.flow.component.DomEventTest ‑ filter
com.vaadin.flow.component.FocusableTest ‑ detachAfterFocus_nothingScheduled
com.vaadin.flow.component.FocusableTest ‑ focusAfterAttach_executionScheduled
com.vaadin.flow.component.FocusableTest ‑ focusBeforeAttach_executionScheduled
com.vaadin.flow.component.FocusableTest ‑ focusUnattached_nothingScheduled
com.vaadin.flow.component.HTMLTest ‑ attachedToElement
com.vaadin.flow.component.HTMLTest ‑ brokenHtml
com.vaadin.flow.component.HTMLTest ‑ emptyAttribute_elementIsCreatedAndHasAttribute
com.vaadin.flow.component.HTMLTest ‑ emptyHtml
com.vaadin.flow.component.HTMLTest ‑ extraWhitespace
com.vaadin.flow.component.HTMLTest ‑ fromStream
com.vaadin.flow.component.HTMLTest ‑ nullHtml
com.vaadin.flow.component.HTMLTest ‑ nullStream
com.vaadin.flow.component.HTMLTest ‑ rootAttributes
com.vaadin.flow.component.HTMLTest ‑ rootSpecialAttributes
com.vaadin.flow.component.HTMLTest ‑ setHtmlContent
com.vaadin.flow.component.HTMLTest ‑ setHtmlContent_tagMismatch
com.vaadin.flow.component.HTMLTest ‑ simpleHtml
com.vaadin.flow.component.HTMLTest ‑ styleElementAsStream_elementIsUsed
com.vaadin.flow.component.HTMLTest ‑ styleElementAsString_elementIsUsed
com.vaadin.flow.component.HTMLTest ‑ text
com.vaadin.flow.component.HTMLTest ‑ twoRoots
com.vaadin.flow.component.HasAriaLabelTest ‑ setAriaLabel
com.vaadin.flow.component.HasAriaLabelTest ‑ setAriaLabelledBy
com.vaadin.flow.component.HasAriaLabelTest ‑ withAriaLabel_setAriaLabelToNullClearsAriaLabel
com.vaadin.flow.component.HasAriaLabelTest ‑ withAriaLabelledBy_setAriaLabelledByToNullClearsAriaLabelledBy
com.vaadin.flow.component.HasAriaLabelTest ‑ withEmptyAriaLabel_getAriaLabelReturnsEmptyString
com.vaadin.flow.component.HasAriaLabelTest ‑ withEmptyAriaLabelledBy_getAriaLabelledByReturnsEmptyString
com.vaadin.flow.component.HasAriaLabelTest ‑ withNullAriaLabel_getAriaLabelReturnsEmptyOptional
com.vaadin.flow.component.HasAriaLabelTest ‑ withNullAriaLabelledBy_getAriaLabelledByReturnsEmptyOptional
com.vaadin.flow.component.HasAriaLabelTest ‑ withoutAriaLabelComponent_getAriaLabelReturnsEmptyOptional
com.vaadin.flow.component.HasAriaLabelTest ‑ withoutAriaLabelledByComponent_getAriaLabelledByReturnsEmptyOptional
com.vaadin.flow.component.HasComponentsTest ‑ addStringToComponent
com.vaadin.flow.component.HasComponentsTest ‑ insertComponentAtFirst
com.vaadin.flow.component.HasComponentsTest ‑ insertComponentAtIndex
com.vaadin.flow.component.HasComponentsTest ‑ insertComponentIndexGreaterThanChildrenNumber
com.vaadin.flow.component.HasComponentsTest ‑ insertComponentIndexLessThanZero
com.vaadin.flow.component.HasComponentsTest ‑ remove_removeComponentWithCorrectParent
com.vaadin.flow.component.HasComponentsTest ‑ remove_removeComponentWithDifferentParent
com.vaadin.flow.component.HasComponentsTest ‑ remove_removeComponentWithNoParent
com.vaadin.flow.component.HasComponentsTest ‑ remove_removeSeveralComponents_oneHasNoParent_childIsRemoved
com.vaadin.flow.component.HasComponentsTest ‑ remove_removeSeveralComponents_oneHasParent_nothingRemovedAndThrows
com.vaadin.flow.component.HasEnabledTest ‑ enabledComponent_isEnabledReturnsTrue
com.vaadin.flow.component.HasEnabledTest ‑ explicitlyDisabledComponent_enableParent_componentRemainsDisabled
com.vaadin.flow.component.HasEnabledTest ‑ explicitlyDisabledComponent_isEnabledReturnsFalse
com.vaadin.flow.component.HasEnabledTest ‑ implicitlyDisabledComponent_detach_componentBecomesEnabled
com.vaadin.flow.component.HasEnabledTest ‑ implicitlyDisabledComponent_isEnabledReturnsFalse
com.vaadin.flow.component.HasHelperTest ‑ getHelperComponent
com.vaadin.flow.component.HasHelperTest ‑ getHelperText
com.vaadin.flow.component.HasHelperTest ‑ removeHelperComponent
com.vaadin.flow.component.HasHelperTest ‑ removeHelperText
com.vaadin.flow.component.HasHelperTest ‑ setHelperComponent
com.vaadin.flow.component.HasHelperTest ‑ setHelperText
com.vaadin.flow.component.HasLabelTest ‑ setLabel
com.vaadin.flow.component.HasLabelTest ‑ withEmptyLabel_getLabelReturnsEmptyString
com.vaadin.flow.component.HasLabelTest ‑ withNullLabel_getLabelReturnsNull
com.vaadin.flow.component.HasLabelTest ‑ withoutLabelComponent_getLabelReturnsNull
com.vaadin.flow.component.HasOrderedComponentsTest ‑ getComponentAt_indexIsGreaterThanSize_throws
com.vaadin.flow.component.HasOrderedComponentsTest ‑ getComponentAt_negativeIndex_throws
com.vaadin.flow.component.HasOrderedComponentsTest ‑ getComponentAt_returnsComponentAtIndex
com.vaadin.flow.component.HasOrderedComponentsTest ‑ getComponentCount_returnsChildrenSize
com.vaadin.flow.component.HasOrderedComponentsTest ‑ indexOf_componentIsChild_returnsIndexOfChild
com.vaadin.flow.component.HasOrderedComponentsTest ‑ indexOf_componentIsNotChild_returnsNegative
com.vaadin.flow.component.HasOrderedComponentsTest ‑ indexOf_componentIsNull_throws
com.vaadin.flow.component.HasPlaceholderTest ‑ setPlaceholder
com.vaadin.flow.component.HasPlaceholderTest ‑ withEmptyPlaceholder_getPlaceholderReturnsEmptyString
com.vaadin.flow.component.HasPlaceholderTest ‑ withNullPlaceholder_getPlaceholderReturnsEmptyString
com.vaadin.flow.component.HasPlaceholderTest ‑ withoutPlaceholderComponent_getPlaceholderReturnsNull
com.vaadin.flow.component.HasSizeTest ‑ getHeightUnit
com.vaadin.flow.component.HasSizeTest ‑ getWidthUnit
com.vaadin.flow.component.HasSizeTest ‑ removeHeight
com.vaadin.flow.component.HasSizeTest ‑ removeMaxHeight
com.vaadin.flow.component.HasSizeTest ‑ removeMaxWidth
com.vaadin.flow.component.HasSizeTest ‑ removeMinHeight
com.vaadin.flow.component.HasSizeTest ‑ removeMinWidth
com.vaadin.flow.component.HasSizeTest ‑ removeWidth
com.vaadin.flow.component.HasSizeTest ‑ setHeight
com.vaadin.flow.component.HasSizeTest ‑ setHeightFull
com.vaadin.flow.component.HasSizeTest ‑ setMaxHeight
com.vaadin.flow.component.HasSizeTest ‑ setMaxWidth
com.vaadin.flow.component.HasSizeTest ‑ setMinHeight
com.vaadin.flow.component.HasSizeTest ‑ setMinWidth
com.vaadin.flow.component.HasSizeTest ‑ setSizeFull
com.vaadin.flow.component.HasSizeTest ‑ setSizeUndefined
com.vaadin.flow.component.HasSizeTest ‑ setWidth
com.vaadin.flow.component.HasSizeTest ‑ setWidthFull
com.vaadin.flow.component.HasSizeUnitTest ‑ getSize
com.vaadin.flow.component.HasSizeUnitTest ‑ getSizeException
com.vaadin.flow.component.HasSizeUnitTest ‑ getSizeNoUnit
com.vaadin.flow.component.HasSizeUnitTest ‑ getSizeNoValidUnit
com.vaadin.flow.component.HasSizeUnitTest ‑ getUnit
com.vaadin.flow.component.HasSizeUnitTest ‑ setHeightFloat
com.vaadin.flow.component.HasSizeUnitTest ‑ setMaxHeightFloat
com.vaadin.flow.component.HasSizeUnitTest ‑ setMaxWidthFloat
com.vaadin.flow.component.HasSizeUnitTest ‑ setMinHeightFloat
com.vaadin.flow.component.HasSizeUnitTest ‑ setMinWidthFloat
com.vaadin.flow.component.HasSizeUnitTest ‑ setWidthFloat
com.vaadin.flow.component.HasStyleTest ‑ addClassName
com.vaadin.flow.component.HasStyleTest ‑ addClassNames_addEmptyClassName_throws
com.vaadin.flow.component.HasStyleTest ‑ addClassNames_addNullClassName_throws
com.vaadin.flow.component.HasStyleTest ‑ addClassNames_extraSpacesBetweenAndAroundClassNames_validationPasses
com.vaadin.flow.component.HasStyleTest ‑ getClassList_elementClassList
com.vaadin.flow.component.HasStyleTest ‑ getClassName
com.vaadin.flow.component.HasStyleTest ‑ hasClassName
com.vaadin.flow.component.HasStyleTest ‑ removeClassName
com.vaadin.flow.component.HasStyleTest ‑ removeClassNames_extraSpacesBetweenAndAroundClassNames_validationPasses
com.vaadin.flow.component.HasStyleTest ‑ removeClassNames_removeEmptyClassName_throws
com.vaadin.flow.component.HasStyleTest ‑ removeClassNames_removeNullClassName_throws
com.vaadin.flow.component.HasStyleTest ‑ setClassName
com.vaadin.flow.component.HasStyleTest ‑ setClassNameToggle
com.vaadin.flow.component.HasStyleTest ‑ setClassName_useClassList
com.vaadin.flow.component.HasStyleTest ‑ testAddClassNames
com.vaadin.flow.component.HasStyleTest ‑ testRemoveClassNames
com.vaadin.flow.component.HasTextTest ‑ getWhiteSpace_getStyleValue
com.vaadin.flow.component.HasTextTest ‑ getWhiteSpace_noStyleIsSet_normalIsReturned
com.vaadin.flow.component.HasTextTest ‑ getWhiteSpace_notStandardValue_nullIsReturned
com.vaadin.flow.component.HasTextTest ‑ setWhiteSpace_styleIsSet
com.vaadin.flow.component.HasThemeTest ‑ addThemeName
com.vaadin.flow.component.HasThemeTest ‑ getThemeList_elementThemeList
com.vaadin.flow.component.HasThemeTest ‑ getThemeName
com.vaadin.flow.component.HasThemeTest ‑ hasThemeName
com.vaadin.flow.component.HasThemeTest ‑ removeThemeName
com.vaadin.flow.component.HasThemeTest ‑ setThemeName
com.vaadin.flow.component.HasThemeTest ‑ setThemeNameToggle
com.vaadin.flow.component.HasThemeTest ‑ setThemeName_useThemeList
com.vaadin.flow.component.HasThemeTest ‑ testAddThemeNames
com.vaadin.flow.component.HasThemeTest ‑ testRemoveThemeNames
com.vaadin.flow.component.InvalidUrlTest ‑ invalidUrlAtInitialization_uiInitialiazesWith404ReturnCode
com.vaadin.flow.component.JavaScriptInvocationTest ‑ testSerializable
com.vaadin.flow.component.KeyTest ‑ listenerWithMultipleKeyValues
com.vaadin.flow.component.KeyTest ‑ of_equalKeys_hasSameHashCode
com.vaadin.flow.component.KeyTest ‑ of_equals_differentClasses_toKeysAreNotEqual
com.vaadin.flow.component.KeyTest ‑ of_equals_secondKeyHasAdditionalKeys_toKeysAreNotEqual
com.vaadin.flow.component.KeyTest ‑ of_equals_stringRepresentationsEqual_toKeysAreEqual
com.vaadin.flow.component.KeyTest ‑ of_equals_stringRepresentationsNotEqual_toKeysAreNotEqual
com.vaadin.flow.component.KeyTest ‑ of_toString_returnsKeys
com.vaadin.flow.component.LocationObserverTest ‑ location_change_should_be_fired_also_on_component_attach
com.vaadin.flow.component.LocationObserverTest ‑ location_change_should_be_fired_also_on_consequent_component_attach
com.vaadin.flow.component.LocationObserverTest ‑ location_change_should_only_fire_if_location_actually_changed
com.vaadin.flow.component.LocationObserverTest ‑ navigation_and_locale_change_should_fire_locale_change_observer
com.vaadin.flow.component.NpmPackageTest ‑ testDummy
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultFalse_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultFalse_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultFalse_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultFalse_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultTrue_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultTrue_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultTrue_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ booleanPropertyDefaultTrue_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultOne_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultOne_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultOne_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultOne_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultZero_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultZero_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultZero_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ doublePropertyDefaultZero_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultOne_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultOne_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultOne_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultOne_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultZero_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultZero_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultZero_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ integerPropertyDefaultZero_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ propertyName
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultEmpty_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultEmpty_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultEmpty_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultEmpty_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultFoo_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultFoo_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultFoo_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeDefaultFoo_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultEmpty_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultEmpty_resetToOptionalDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultEmpty_setNonOptionalDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultEmpty_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultFoo_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultFoo_resetToOptionalDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultFoo_setNonOptionalDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringAttributeOptionalDefaultFoo_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultEmptyString_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultEmptyString_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultEmptyString_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultEmptyString_setToNull
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultFoo_initial
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultFoo_resetToDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultFoo_setNonDefault
com.vaadin.flow.component.PropertyDescriptorsTest ‑ stringPropertyDefaultFoo_setToNull
com.vaadin.flow.component.ShortCutRegistrationFilterTest ‑ testGenerateEventModifierFilterWithModifierKeyAlt
com.vaadin.flow.component.ShortCutRegistrationFilterTest ‑ testGenerateEventModifierFilterWithModifierKeyAltAndAltGr
com.vaadin.flow.component.ShortCutRegistrationFilterTest ‑ testGenerateEventModifierFilterWithModifierKeyAltAndCtrl
com.vaadin.flow.component.ShortCutRegistrationFilterTest ‑ testGenerateEventModifierFilterWithModifierKeyAltGr
com.vaadin.flow.component.ShortCutRegistrationFilterTest ‑ testGenerateEventModifierFilterWithModifierKeyAltGrAndCtrl
com.vaadin.flow.component.ShortcutEventTest ‑ matches
com.vaadin.flow.component.ShortcutRegistrationTest ‑ attachAndDetachComponent_sameRoundTrip_beforeClientResponseListenerRemoved
com.vaadin.flow.component.ShortcutRegistrationTest ‑ bindLifecycleToChangesLifecycleOwner
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistrationIsDirty
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifeCycleOwnerIsDetached_detachListenerIsDeregisteredFromListenOnComponents
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifecycleIsVisibleAndEnabled_shorcutEventIsFired
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifecycleOnwerAncestorsAreVisible_shorcutEventIsFired
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifecycleOnwerHasInvisibleParent_shorcutEventIsNotFired
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifecycleOnwerIsDisabled_shorcutEventIsNotFired
com.vaadin.flow.component.ShortcutRegistrationTest ‑ constructedRegistration_lifecycleOnwerIsInvisible_shorcutEventIsNotFired
com.vaadin.flow.component.ShortcutRegistrationTest ‑ fluentModifiersAreAddedCorrectly
com.vaadin.flow.component.ShortcutRegistrationTest ‑ lateUpdateOfModifiersDirtiesRegistration
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnChangesTheComponentThatOwnsTheListener
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnComponentHasElementLocatorJs_allowBrowserDefault_JsExecutionDoesNotPreventDefault
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnComponentHasElementLocatorJs_jsExecutionScheduled
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnComponentHasElementLocatorJs_resetFocusOnActiveElement_JsExecutionResetFocusOnActiveElement
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnComponentIsChanged_eventIsPopulatedForANewListenOnComponent
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnItemsAreChangedAfterCallingListenOnShouldNotHaveAnyEffect
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnUIIsClosing_eventIsPopulatedForANewUI
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnWithDuplicateShouldThrowException
com.vaadin.flow.component.ShortcutRegistrationTest ‑ listenOnWithNullEntriesShouldThrowException
com.vaadin.flow.component.ShortcutRegistrationTest ‑ preventDefaultAndStopPropagationValuesDefaultToTrue
com.vaadin.flow.component.ShortcutRegistrationTest ‑ reattachComponent_detachListenerIsAddedOnEveryAttach_listenOnUIIsClosing_eventIsPopulatedForANewUI
com.vaadin.flow.component.ShortcutRegistrationTest ‑ registrationWillBeCompletedBeforeClientResponse
com.vaadin.flow.component.ShortcutRegistrationTest ‑ resetFocusOnActiveElementValuesDefaultToTrue
com.vaadin.flow.component.ShortcutRegistrationTest ‑ settersAndGettersChangeValuesCorrectly
com.vaadin.flow.component.ShortcutRegistrationTest ‑ shortcutRegistrationReturnedByClickNotifierHasCorrectDefault
com.vaadin.flow.component.ShortcutRegistrationTest ‑ shortcutRegistrationReturnedByFocusableHasCorrectDefaults
com.vaadin.flow.component.ShortcutRegistrationTest ‑ toString_listenOnComponentsNotInitialized_doesNotFail
com.vaadin.flow.component.ShortcutRegistrationTest ‑ uiRegistration_uiHasModalComponent_eventIsSentFromModalComponentInsteadOfUi
com.vaadin.flow.component.ShortcutSerializationTest ‑ addAndRemoverShortcutForLifecycleOwner_serializationWorks
com.vaadin.flow.component.ShortcutSerializationTest ‑ addShortcutForLifecycleOwner_serializationWorks
com.vaadin.flow.component.ShortcutsTest ‑ hasOnlyStaticMethods
com.vaadin.flow.component.ShortcutsTest ‑ setShortcutListenOnElementLocatorJs_registrationDoesNotRemoveModifiedData_nullClearsAlways
com.vaadin.flow.component.ShortcutsTest ‑ setShortcutListenOnElementLocatorJs_storesLocatorOnComponentData
com.vaadin.flow.component.SvgTest ‑ attachedToElement
com.vaadin.flow.component.SvgTest ‑ fromStream
com.vaadin.flow.component.SvgTest ‑ nullStream
com.vaadin.flow.component.SvgTest ‑ resetSvg
com.vaadin.flow.component.SvgTest ‑ simpleSvg
com.vaadin.flow.component.SvgTest ‑ text
com.vaadin.flow.component.SvgTest ‑ withDocType
com.vaadin.flow.component.TextTest ‑ addClassName_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ addClassNames_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ elementAttached
com.vaadin.flow.component.TextTest ‑ emptyText
com.vaadin.flow.component.TextTest ‑ nullText_transformsToEmptyAndDoesNotThrowException
com.vaadin.flow.component.TextTest ‑ removeClassName_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ removeClassNames_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ setClassName_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ setClassName_withBooleanParameter_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ setFooProperty_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ setGetText
com.vaadin.flow.component.TextTest ‑ setId_throwsWithMeaningfulMessage
com.vaadin.flow.component.TextTest ‑ setText_emptyTextCanBeChangedLater
com.vaadin.flow.component.TextTest ‑ setText_nullIsChangedToEmptyAndDoesNotThrowException
com.vaadin.flow.component.TextTest ‑ setVisibility_throwsWithMeaningfulMessage
com.vaadin.flow.component.UITest ‑ accessLaterConsumer_attachedUnlockedUi_runnableIsRun
com.vaadin.flow.component.UITest ‑ accessLaterConsumer_detachedUiNoHandler_throws
com.vaadin.flow.component.UITest ‑ accessLaterConsumer_detachedUi_detachHandlerCalled
com.vaadin.flow.component.UITest ‑ accessLaterConsumer_nullHandler_exception
com.vaadin.flow.component.UITest ‑ accessLaterRunnable_attachedUnlockedUi_runnableIsRun
com.vaadin.flow.component.UITest ‑ accessLaterRunnable_detachedUiNoHandler_throws
com.vaadin.flow.component.UITest ‑ accessLaterRunnable_detachedUi_detachHandlerCalled
com.vaadin.flow.component.UITest ‑ accessLaterRunnable_nullHandler_exception
com.vaadin.flow.component.UITest ‑ access_currentUIFilledInErrorHandler
com.vaadin.flow.component.UITest ‑ addComponent
com.vaadin.flow.component.UITest ‑ addComponents
com.vaadin.flow.component.UITest ‑ addToModalComponent_newComponentAdded_isAddedCorrectlyAsChild
com.vaadin.flow.component.UITest ‑ after_navigation_listener_priority_should_dictate_sort_order
com.vaadin.flow.component.UITest ‑ beforeClientResponse_componentBelongsToAnotherUI_throws
com.vaadin.flow.component.UITest ‑ beforeClientResponse_componentNotAttachedToUi_noException
com.vaadin.flow.component.UITest ‑ beforeClientResponse_regularOrder
com.vaadin.flow.component.UITest ‑ beforeClientResponse_withAttachedNodesDuringExecution
com.vaadin.flow.component.UITest ‑ beforeClientResponse_withInnerRunnables
com.vaadin.flow.component.UITest ‑ beforeClientResponse_withReattachedNodes
com.vaadin.flow.component.UITest ‑ beforeClientResponse_withUnattachedNodes
com.vaadin.flow.component.UITest ‑ before_Leave_listener_priority_should_dictate_sort_order
com.vaadin.flow.component.UITest ‑ before_enter_listener_priority_should_dictate_sort_order
com.vaadin.flow.component.UITest ‑ csrfToken_differentUIs_shouldBeUnique
com.vaadin.flow.component.UITest ‑ csrfToken_sameUI_shouldBeSame
com.vaadin.flow.component.UITest ‑ elementIsBody
com.vaadin.flow.component.UITest ‑ getCurrentView_routingInitialized_getsCurrentRouteComponent
com.vaadin.flow.component.UITest ‑ getCurrentView_routingNotInitialized_throws
com.vaadin.flow.component.UITest ‑ localeSet_directionUpdated
com.vaadin.flow.component.UITest ‑ locationAfterClientNavigation
com.vaadin.flow.component.UITest ‑ locationAfterServerNavigation
com.vaadin.flow.component.UITest ‑ modalComponentPresent_getActiveModalComponent_returnsExpectedComponent
com.vaadin.flow.component.UITest ‑ modalComponentPresent_modalityChanged_routingComponentNotInert
com.vaadin.flow.component.UITest ‑ modalComponentPresent_sameModalAddedAgain_modeless
com.vaadin.flow.component.UITest ‑ modalComponentPresent_toggleTopModalAgain_noChanges
com.vaadin.flow.component.UITest ‑ modalComponent_addedAndRemovedBeforeResponse_noInertChanged
com.vaadin.flow.component.UITest ‑ modalComponent_addedAndRemoved_hasModalReturnsCorrectValue
com.vaadin.flow.component.UITest ‑ modalComponentsPresent_componentMoved_notModal
com.vaadin.flow.component.UITest ‑ modalComponentsPresent_newComponentAdded_isInert
com.vaadin.flow.component.UITest ‑ modelessComponentPresent_toggleModelessAgain_noChanges
com.vaadin.flow.component.UITest ‑ navigateWithParameters_afterServerNavigation
com.vaadin.flow.component.UITest ‑ navigateWithParameters_delegateToRouter
com.vaadin.flow.component.UITest ‑ navigateWithQueryAndRouteParameters_afterServerNavigation

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 719 to 1505)

There are 4883 tests, see "Raw output" for the list of tests 719 to 1505.
Raw output
com.vaadin.flow.component.UITest ‑ navigate_throws_illegal_argument_exception
com.vaadin.flow.component.UITest ‑ navigate_throws_not_found_exception
com.vaadin.flow.component.UITest ‑ navigate_throws_null_pointer_exception
com.vaadin.flow.component.UITest ‑ navigate_useParameterizedTarget_noOptionalAnnotation_navigationSucceded
com.vaadin.flow.component.UITest ‑ noRouteMatches_404ViewAndCodeReturned
com.vaadin.flow.component.UITest ‑ removeComponent
com.vaadin.flow.component.UITest ‑ routingComponentAndModalComponentVisible_modalComponentAdded_anotherModalComponentInert
com.vaadin.flow.component.UITest ‑ routingComponentVisible_modalComponentAdded_routingComponentInert
com.vaadin.flow.component.UITest ‑ scrollAttribute
com.vaadin.flow.component.UITest ‑ setLastHeartbeatTimestamp_heartbeatEventIsFired
com.vaadin.flow.component.UITest ‑ setLastHeartbeatTimestamp_heartbeatListenerRemoved_listenerNotRun
com.vaadin.flow.component.UITest ‑ setLastHeartbeatTimestamp_multipleHeartbeatListenerRegistered_eachHeartbeatListenerIsCalled
com.vaadin.flow.component.UITest ‑ setSession_attachEventIsFired
com.vaadin.flow.component.UITest ‑ testInitialLocation
com.vaadin.flow.component.UITest ‑ threeModalComponents_topComponentRemoved_onlyTopMostNotInert
com.vaadin.flow.component.UITest ‑ twoModalComponents_lowerComponentModalAgain_topComponentInert
com.vaadin.flow.component.UITest ‑ twoModalComponents_lowerComponentModelssAndTopMostRemoved_routingComponentNotInert
com.vaadin.flow.component.UITest ‑ twoModalComponents_topComponentMoved_modalComponentSwitches
com.vaadin.flow.component.UITest ‑ unsetSession_accessErrorHandlerStillWorks
com.vaadin.flow.component.UITest ‑ unsetSession_detachEventIsFired
com.vaadin.flow.component.UITest ‑ unsetSession_detachEventIsFiredForElements
com.vaadin.flow.component.UITest ‑ unsetSession_detachEventIsFiredForUIChildren
com.vaadin.flow.component.UnitTest ‑ getUnit
com.vaadin.flow.component.WebComponentConfigurationFactoryTest ‑ create_configuration_equals
com.vaadin.flow.component.WebComponentConfigurationFactoryTest ‑ create_configuration_hashCode
com.vaadin.flow.component.WebComponentConfigurationFactoryTest ‑ create_constructsValidConfiguration
com.vaadin.flow.component.WebComponentConfigurationFactoryTest ‑ create_instance_throwsOnNullArgument
com.vaadin.flow.component.WebComponentExporterTest ‑ addProperty_differentTypes
com.vaadin.flow.component.WebComponentExporterTest ‑ addProperty_propertyWithTheSameNameGetsOverwritten
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_bindProxy_throwsIfExporterSharesTagWithComponent
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_bindProxy_withoutInstanceConfigurator
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_callAddProperty_throws
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_createWebComponentBinding
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_createWebComponentBinding_overridesDefaultValues
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_deliverPropertyUpdate
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_getComponentClass
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_getPropertyDataSet
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_getPropertyType_differentTypes
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_getTag
com.vaadin.flow.component.WebComponentExporterTest ‑ configuration_hasProperty
com.vaadin.flow.component.WebComponentExporterTest ‑ exporterConstructorThrowsIfNoComponentDefined
com.vaadin.flow.component.WhiteSpaceTest ‑ forString_enumIsReturned
com.vaadin.flow.component.WhiteSpaceTest ‑ toString_styleValueIsReturned
com.vaadin.flow.component.internal.DependencyTreeCacheTest ‑ concurrentParse_onlyParsedOnce
com.vaadin.flow.component.internal.DependencyTreeCacheTest ‑ multipleLevels_allIncluded_noneParsedAgain
com.vaadin.flow.component.internal.DependencyTreeCacheTest ‑ parallelParsing_potentialSpeedup
com.vaadin.flow.component.internal.DependencyTreeCacheTest ‑ sharedDependency_onlyParsedOnce
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ addComponent_clientSideRouterAndNavigation_componentsRemain
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ addRemoveComponent_clientSideRouting_addsToBody
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ getChildren_should_notReturnAnEmptyList
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ navigate_firsClientSideRoutingThrows_navigationInProgressIsReset_secondClientSideRoutingWorks
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ server_should_not_doClientRoute_when_navigatingToServer
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_allow_navigation
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_handle_forward_to_client_side_view_on_beforeEnter
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_handle_forward_to_server_side_view_on_beforeEnter_and_update_url
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_invoke_clientRoute_when_navigationHasNotBeenStarted
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_keep_content_on_leaveNavigation_postpone
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_navigate_when_endingSlash
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_not_handle_forward_to_client_side_view_on_beforeLeave
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_not_handle_forward_to_client_side_view_on_reroute
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_not_notify_clientRoute_when_navigatingToTheSame
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_not_share_dynamic_app_title_for_different_UIs
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_prevent_navigation_on_dirty
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_removeTitle_when_noAppShellTitle
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_remove_content_on_leaveNavigation
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_restoreIndexHtmlTitle
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_show_error_page
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_updatePageTitle_when_serverNavigation
com.vaadin.flow.component.internal.JavaScriptBootstrapUITest ‑ should_update_pushState_when_navigationHasBeenAlreadyStarted
com.vaadin.flow.component.internal.PageTest ‑ addDynamicImport_dynamicDependencyIsAvaialbleViaGetPendingSendToClient
com.vaadin.flow.component.internal.PageTest ‑ testAddNullJavaScript
com.vaadin.flow.component.internal.PageTest ‑ testAddNullStyleSheet
com.vaadin.flow.component.internal.PageTest ‑ testJavaScriptExecutionTooLateCancel
com.vaadin.flow.component.internal.PageTest ‑ testJavasScriptExecutionCancel
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ blockFromInvokingThread_throws
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ blockFromOtherThread_doesNotThrow
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ blockFromSessionThreadAfterCompleting_doesNotThrow
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ blockFromSessionThreadAfterFailing_doesNotThrow
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ multipleErrorHandlers
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ multipleSuccessHandlers
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ subscribeAfterCancel_callFailHandler
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ susbscribeBeforeCancel_callFailHandler
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ thenAfterSend_throws
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedCaptureErrors_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedCaptureErrors_success
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedFuture_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedFuture_success
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedIgnoreErrors_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ typedIgnoreErrors_success
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedCaptureErrors_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedCaptureErrors_success
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedFuture_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedFuture_success
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedIgnoreErrors_fail
com.vaadin.flow.component.internal.PendingJavaScriptInvocationTest ‑ untypedIgnoreErrors_success
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_detachListenerRegisteredOnce
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_invocationCanceled_pendingListPurged
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_invocationCompletes_pendingListPurged
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_invocationFails_pendingListPurged
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_multipleInvocationPerNode_onlyOneDetachListenerRegistered
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_multipleInvocation_detachListenerRegisteredOnce
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_nodeDetached_pendingListPurged
com.vaadin.flow.component.internal.UIInternalsTest ‑ dumpPendingJavaScriptInvocations_registerOneDetachListenerPerNode
com.vaadin.flow.component.internal.UIInternalsTest ‑ heartbeatListenerRemovedFromHeartbeatEvent_noExplosion
com.vaadin.flow.component.internal.UIInternalsTest ‑ heartbeatTimestampSet_heartbeatListenersAreCalled
com.vaadin.flow.component.internal.UIInternalsTest ‑ isDirty_noPendingJsInvocation_returnsFalse
com.vaadin.flow.component.internal.UIInternalsTest ‑ isDirty_pendingJsInvocationNotReadyToSend_returnsFalse
com.vaadin.flow.component.internal.UIInternalsTest ‑ isDirty_pendingJsInvocationReadyToSend_returnsTrue
com.vaadin.flow.component.internal.UIInternalsTest ‑ setTitle_titleAndPendingJsInvocationSetsCorrectTitle
com.vaadin.flow.component.internal.UIInternalsTest ‑ showRouteTarget_clientSideBootstrap
com.vaadin.flow.component.internal.UIInternalsTest ‑ showRouteTarget_navigateToAnotherLayoutHierarchy_detachedLayoutHierarchyChildrenRemoved
com.vaadin.flow.component.internal.UIInternalsTest ‑ showRouteTarget_navigateToAnotherViewWithinSameLayoutHierarchy_detachedRouterLayoutChildrenRemoved
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ differentNavigatorPlatformDetails_Ipod_isIOSReturnsExpectedValue
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ differentNavigatorPlatformDetails_isIPadReturnsExpectedValue
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ initializeWithClientValues_gettersReturnExpectedValues
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ isIOS_isIPad_returnsTrue
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ isIOS_notIPadIsIPhone_returnsTrue
com.vaadin.flow.component.page.ExtendedClientDetailsTest ‑ isIOS_notIPad_notIsIPhone_returnsFalse
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithFragment_fragmentRetained
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithFragment_fragmentRetained_react
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithQueryParametersAndFragment_QueryParametersAndFragmentRetained
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithQueryParametersAndFragment_QueryParametersAndFragmentRetained_react
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithQueryParameters_queryParametersRetained
com.vaadin.flow.component.page.HistoryTest ‑ pushState_locationWithQueryParameters_queryParametersRetained_react
com.vaadin.flow.component.page.HistoryTest ‑ replaceState_locationEmpty_pushesPeriod
com.vaadin.flow.component.page.HistoryTest ‑ replaceState_locationEmpty_pushesPeriod_react
com.vaadin.flow.component.page.HistoryTest ‑ replaceState_locationWithQueryParametersAndFragment_QueryParametersAndFragmentRetained
com.vaadin.flow.component.page.HistoryTest ‑ replaceState_locationWithQueryParametersAndFragment_QueryParametersAndFragmentRetained_react
com.vaadin.flow.component.page.PageTest ‑ addJsModule_accepts_onlyExternalAndStartingSlash
com.vaadin.flow.component.page.PageTest ‑ addJsModule_rejects_files
com.vaadin.flow.component.page.PageTest ‑ addNullAsAListener_trows
com.vaadin.flow.component.page.PageTest ‑ executeJavaScript_delegatesToExecJs
com.vaadin.flow.component.page.PageTest ‑ fetchCurrentUrl_consumerReceivesCorrectURL
com.vaadin.flow.component.page.PageTest ‑ fetchCurrentUrl_passNullCallback_throwsNullPointerException
com.vaadin.flow.component.page.PageTest ‑ open_openInSameWindow_closeTheClientApplication
com.vaadin.flow.component.page.PageTest ‑ retrieveExtendedClientDetails_twice_jsOnceAndCallbackTwice
com.vaadin.flow.component.page.PageTest ‑ retrieveExtendedClientDetails_twice_theSecondResultComesDifferentBeforeCachedValueIsSet
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ fireEvent_doesNotThrowOnNullObjectData
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ fireEvent_throwsWhenNameIsNull
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ fireEvent_throwsWhenOptionsIsNull
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ setProperty_attemptsToWriteSupportedTypes
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ setProperty_throwsOnNullPropertyConfiguration
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ setProperty_throwsOnUnknownProperty
com.vaadin.flow.component.webcomponent.WebComponentTest ‑ setProperty_throwsWhenGivenWrongPropertyTypeAsParameter
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ disconnectOnClient_componentIsCleaned
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ disconnectReconnect_componentIsNotCleaned
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ exportingExtendedComponent_inheritedFieldsAreAvailableAndOverridden
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ extendedExporter_propertiesAreOverwrittenAndAvailable
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ wrappedComponentPropertyListener_listenerFiredWithCorrectValuesOnSync
com.vaadin.flow.component.webcomponent.WebComponentWrapperTest ‑ wrappedMyComponent_syncSetsCorrectValuesToFields
com.vaadin.flow.contexttest.ui.OfflineWithCustomContextIT ‑ testPwaOfflinePath[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testLongPolling[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testNoPush[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testRoutedLongPolling[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testRoutedSubContextLongPolling[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testRoutedSubContextWebsocketXhr[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testRoutedSubContextWebsocket[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testRoutedWebsocketXhr[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testSubContextLongPolling[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testSubContextWebsocketXhr[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testSubContextWebsocket[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testWebsocketXhr[any_Chrome_]
com.vaadin.flow.contexttest.ui.PushIT ‑ testWebsocket[any_Chrome_]
com.vaadin.flow.contexttest.ui.RootContextIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RootContextIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedContextIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedContextIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedSubContextIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedSubContextIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedSubContextSubPathIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.RoutedSubContextSubPathIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextNoEndingSlashIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextNoEndingSlashIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextSubPathIT ‑ testScriptInjection[any_Chrome_]
com.vaadin.flow.contexttest.ui.SubContextSubPathIT ‑ testStyleInjection[any_Chrome_]
com.vaadin.flow.custom.CustomRouteIT ‑ CustomRegistry_hasExpectedErrorHandlers[any_Chrome_]
com.vaadin.flow.custom.CustomRouteIT ‑ testCustomErrorView[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ noVaadinSegmentInTheURL_notFound[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ serveStylesInExpressBuildMode_assetsAreCopiedToBundle[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ serveStylesInExpressBuildMode_changeStyles_stylesUpdatedWithoutBundleRecompilation[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ themeAndParentThemeLoaded[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ themeComponentsCssAddedToStats[any_Chrome_]
com.vaadin.flow.devbuild.DevBundleThemeIT ‑ themeJsonContentAddedToStats[any_Chrome_]
com.vaadin.flow.devbuild.ParentThemeIT ‑ parentTheme_stylesAppliedFromParentTheme[any_Chrome_]
com.vaadin.flow.devbuild.ParentThemeInFrontendIT ‑ parentThemeInFrontendFolder_stylesAppliedFromParentTheme[any_Chrome_]
com.vaadin.flow.devbuild.ReusingThemeIT ‑ reusableTheme_stylesAppliedFromReusableTheme_devBundleCreated[any_Chrome_]
com.vaadin.flow.di.AppShellPredicateImplTest ‑ isShell_isAppShellConfigurator_returnsTrue
com.vaadin.flow.di.AppShellPredicateImplTest ‑ isShell_isNotAppShellConfigurator_returnsFalse
com.vaadin.flow.di.DefaultInstantiatorTest ‑ createComponent_dontDependOnGetOrCreate
com.vaadin.flow.di.DefaultInstantiatorTest ‑ getApplicationClass_regularClass_getsSameClass
com.vaadin.flow.di.DefaultInstantiatorTest ‑ getApplicationClass_syntheticClass_getsApplicationClass
com.vaadin.flow.di.DefaultInstantiatorTest ‑ getOrCreate_lookupHasNoObject_createNewObject
com.vaadin.flow.di.DefaultInstantiatorTest ‑ getOrCreate_lookupHasObject_returnObjectFromLookup
com.vaadin.flow.di.LookupInitializerTest ‑ createLookup_createLookupIsInvoked_lookupcontainsProvidedServices
com.vaadin.flow.di.LookupInitializerTest ‑ createLookup_instantiatorsAreProvidedAsAService_lookupThrows
com.vaadin.flow.di.LookupInitializerTest ‑ createLookup_instantiatorsAreProvidedAsScannedClassAndAsAService_lookupReturnsTheProviderInstance_lookupAllReturnsAllInstances
com.vaadin.flow.di.LookupInitializerTest ‑ createLookup_instantiatorsAreProvidedAsScannedClasses_multipleInstantiatorInstances_lookupThrows
com.vaadin.flow.di.LookupInitializerTest ‑ ensureApplicationConfigurationFactories_defaultFactoryOnly_defaultFactoryIsReturned
com.vaadin.flow.di.LookupInitializerTest ‑ ensureApplicationConfigurationFactories_noAvailableFactory_defaultFactoryIsReturned
com.vaadin.flow.di.LookupInitializerTest ‑ ensureResourceProvider_defaultImplClassIsProvided_defaultImplIsStoredAsAService
com.vaadin.flow.di.LookupInitializerTest ‑ ensureResourceProvider_defaultImplClassIsStoredAsAService
com.vaadin.flow.di.LookupInitializerTest ‑ ensureRoutePathResolver_defaultImplClassIsProvided_defaultImplIsStoredAsAService
com.vaadin.flow.di.LookupInitializerTest ‑ ensureRoutePathResolver_defaultImplClassIsStoredAsAService
com.vaadin.flow.di.LookupInitializerTest ‑ ensureService_defaultServiceProvided_defaultIsUsed
com.vaadin.flow.di.LookupInitializerTest ‑ ensureService_noServiceProvided_defaultIsUsed
com.vaadin.flow.di.LookupInitializerTest ‑ ensureService_severalServicesProvided_throws
com.vaadin.flow.di.LookupInitializerTest ‑ initialize_StaticFileHandlerFactoryIdDelegatedToEnsureService
com.vaadin.flow.di.LookupInitializerTest ‑ initialize_callEnsureMethodsAndBootstrap
com.vaadin.flow.di.LookupInitializerTest ‑ initialize_hasOneTimeInitializerPredicate_predicateReturnsTrue
com.vaadin.flow.di.LookupInitializerTest ‑ initialize_noResourcePorvider_defaultResourceProviderIsCreated
com.vaadin.flow.di.LookupInitializerTest ‑ initialize_noStaticFileHandlerFactory_defaultStaticFileHandlerFactoryCreated
com.vaadin.flow.di.LookupInitializerTest ‑ resourceProviderImpl_returnsClassPathResources
com.vaadin.flow.di.LookupTest ‑ compose_bothLookupsHasService_resultingLookupReturnsServiceFromFirstLookup
com.vaadin.flow.di.LookupTest ‑ compose_differentServicesForSameType_resultingLookupAllReturnsAllServices
com.vaadin.flow.di.LookupTest ‑ compose_firstLookupHasNoService_resultingLookupReturnsServiceFromSecondLookup
com.vaadin.flow.di.LookupTest ‑ of_nullServiceObject_throws
com.vaadin.flow.di.LookupTest ‑ of_serviceIsFoundByProvidedTypes_serviceIsNotFoundByNotProvidedTypes
com.vaadin.flow.di.LookupTest ‑ of_serviceNotExtendingType_throws
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ createStateNode_stateNodeHasRequiredElementDataFeature
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ doesNotSupportEmptyNode
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ getParent_parentNodeIsNotNull_parentIsNotNull
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ getParent_parentNodeIsNull_parentIsNull
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ getParent_parentNodeIsShadowRootNode_parentIsShadowRoot
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ setVisible
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ supportsSelfCreatedNode
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ supportsUIRootNode
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ visitNode_noChildren_featuresNotInitialized
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ visitOnlyNode_hasDescendants_nodeAndDescendatnsAreVisited
com.vaadin.flow.dom.BasicElementStateProviderTest ‑ visitOnlyNode_hasDescendants_nodeVisitedAndNoDescendantsVisited
com.vaadin.flow.dom.BasicTextElementStateProviderTest ‑ createStateNode_stateNodeHasRequiredElementDataFeature
com.vaadin.flow.dom.DisabledUpdateModeTest ‑ permissiveOrdering
com.vaadin.flow.dom.ElementFactoryTest ‑ automatedTest
com.vaadin.flow.dom.ElementFactoryTest ‑ createAnchor
com.vaadin.flow.dom.ElementFactoryTest ‑ createTextInput
com.vaadin.flow.dom.ElementTest ‑ addAndRemoveProperty
com.vaadin.flow.dom.ElementTest ‑ addAsChildOfChild
com.vaadin.flow.dom.ElementTest ‑ addAsOwnChild
com.vaadin.flow.dom.ElementTest ‑ addElementClasses
com.vaadin.flow.dom.ElementTest ‑ addEventListenerForNullType
com.vaadin.flow.dom.ElementTest ‑ addExistingClass_noop
com.vaadin.flow.dom.ElementTest ‑ addNullEventListener
com.vaadin.flow.dom.ElementTest ‑ appendAttachedChild
com.vaadin.flow.dom.ElementTest ‑ appendChild
com.vaadin.flow.dom.ElementTest ‑ appendChildren
com.vaadin.flow.dom.ElementTest ‑ appendExistingAndNewChildren
com.vaadin.flow.dom.ElementTest ‑ appendFirstChildToOwnParent
com.vaadin.flow.dom.ElementTest ‑ appendLastChildToOwnParent
com.vaadin.flow.dom.ElementTest ‑ appendManyChildrenToOwnParent
com.vaadin.flow.dom.ElementTest ‑ appendNullChild
com.vaadin.flow.dom.ElementTest ‑ attachShadowRoot_shadowRootCreatedAndChildrenArePreserved
com.vaadin.flow.dom.ElementTest ‑ attributesNames
com.vaadin.flow.dom.ElementTest ‑ attributesNamesAfterRemoved
com.vaadin.flow.dom.ElementTest ‑ attributesWhenNoneDefined
com.vaadin.flow.dom.ElementTest ‑ callFunctionAfterAttach
com.vaadin.flow.dom.ElementTest ‑ callFunctionBeforeAttach
com.vaadin.flow.dom.ElementTest ‑ callFunctionBeforeDetach
com.vaadin.flow.dom.ElementTest ‑ callFunctionBeforeReAttach
com.vaadin.flow.dom.ElementTest ‑ callFunctionOnProperty
com.vaadin.flow.dom.ElementTest ‑ callFunctionOnSubProperty
com.vaadin.flow.dom.ElementTest ‑ callFunctionOneParam
com.vaadin.flow.dom.ElementTest ‑ callFunctionTwoParams
com.vaadin.flow.dom.ElementTest ‑ callFunction_delegatesToCallJsFunction
com.vaadin.flow.dom.ElementTest ‑ classListSetAdd
com.vaadin.flow.dom.ElementTest ‑ classListSetRemove
com.vaadin.flow.dom.ElementTest ‑ clearTextContentRemovesChild
com.vaadin.flow.dom.ElementTest ‑ createElementWithEmptyTag
com.vaadin.flow.dom.ElementTest ‑ createElementWithInvalidTag
com.vaadin.flow.dom.ElementTest ‑ createElementWithNullTag
com.vaadin.flow.dom.ElementTest ‑ createElementWithTag
com.vaadin.flow.dom.ElementTest ‑ customPropertyStyle
com.vaadin.flow.dom.ElementTest ‑ dashSeparatedGetStyle
com.vaadin.flow.dom.ElementTest ‑ dashSeparatedHasStyle
com.vaadin.flow.dom.ElementTest ‑ dashSeparatedRemoveStyle
com.vaadin.flow.dom.ElementTest ‑ dashSeparatedSetStyle
com.vaadin.flow.dom.ElementTest ‑ doesNotHaveRemovedAttribute
com.vaadin.flow.dom.ElementTest ‑ doesNotHaveUndefinedAttribute
com.vaadin.flow.dom.ElementTest ‑ domPropertyListener_registersListenerAndDomTrigger
com.vaadin.flow.dom.ElementTest ‑ domPropertyListener_unregisterCleansEverything
com.vaadin.flow.dom.ElementTest ‑ elementAttributeSpecialCharactersOuterHtml
com.vaadin.flow.dom.ElementTest ‑ elementAttributesOuterHtml
com.vaadin.flow.dom.ElementTest ‑ elementTreeOuterHtml
com.vaadin.flow.dom.ElementTest ‑ elementWithoutComponent_getComponentFeature
com.vaadin.flow.dom.ElementTest ‑ elementsUpdateSameData
com.vaadin.flow.dom.ElementTest ‑ emptyElement_isVirtualChild_noChildFeatures
com.vaadin.flow.dom.ElementTest ‑ emptyElement_setDisabled_noChildFeatures
com.vaadin.flow.dom.ElementTest ‑ emptyStyleAsAttribute
com.vaadin.flow.dom.ElementTest ‑ equalsSelf
com.vaadin.flow.dom.ElementTest ‑ eventsWhenListenerIsRegisteredManyTimes
com.vaadin.flow.dom.ElementTest ‑ executeJavaScript_delegatesToExecJs
com.vaadin.flow.dom.ElementTest ‑ getAfterLastChild
com.vaadin.flow.dom.ElementTest ‑ getAttributeNamesLowerCase
com.vaadin.flow.dom.ElementTest ‑ getChild
com.vaadin.flow.dom.ElementTest ‑ getDetachedParent
com.vaadin.flow.dom.ElementTest ‑ getElementFromInvalidNode
com.vaadin.flow.dom.ElementTest ‑ getMultipleStylesAsAttribute
com.vaadin.flow.dom.ElementTest ‑ getNegativeChild
com.vaadin.flow.dom.ElementTest ‑ getNullAttribute
com.vaadin.flow.dom.ElementTest ‑ getNullStyle
com.vaadin.flow.dom.ElementTest ‑ getParentNode_elementInShadowRoot_parentIsNull
com.vaadin.flow.dom.ElementTest ‑ getParentNode_parentNodeIsTheSameAsParent
com.vaadin.flow.dom.ElementTest ‑ getPropertyDefaults
com.vaadin.flow.dom.ElementTest ‑ getPropertyStringConversions
com.vaadin.flow.dom.ElementTest ‑ getShadowRoot_shadowRootIsEmpty
com.vaadin.flow.dom.ElementTest ‑ getSingleStyleAsAttribute
com.vaadin.flow.dom.ElementTest ‑ getUnsetStyle
com.vaadin.flow.dom.ElementTest ‑ hasAttributeNamesCaseInsensitive
com.vaadin.flow.dom.ElementTest ‑ hasDefinedAttribute
com.vaadin.flow.dom.ElementTest ‑ hasNullAttribute
com.vaadin.flow.dom.ElementTest ‑ htmlComponentOuterHtml
com.vaadin.flow.dom.ElementTest ‑ indexOfChild_childInTheMiddle
com.vaadin.flow.dom.ElementTest ‑ indexOfChild_firstChild
com.vaadin.flow.dom.ElementTest ‑ indexOfChild_notAChild
com.vaadin.flow.dom.ElementTest ‑ insertAtCurrentPositionNoOp
com.vaadin.flow.dom.ElementTest ‑ insertAttachedChild
com.vaadin.flow.dom.ElementTest ‑ insertChildAfterLast
com.vaadin.flow.dom.ElementTest ‑ insertChildAsLast
com.vaadin.flow.dom.ElementTest ‑ insertChildFirst
com.vaadin.flow.dom.ElementTest ‑ insertChildMiddle
com.vaadin.flow.dom.ElementTest ‑ insertNullChild
com.vaadin.flow.dom.ElementTest ‑ insertWithNullParameter
com.vaadin.flow.dom.ElementTest ‑ listenerReceivesEvents
com.vaadin.flow.dom.ElementTest ‑ listenerReceivesEventsWithAllowInert
com.vaadin.flow.dom.ElementTest ‑ listenersFiredInRegisteredOrder
com.vaadin.flow.dom.ElementTest ‑ newElementClasses
com.vaadin.flow.dom.ElementTest ‑ notEqualsNull
com.vaadin.flow.dom.ElementTest ‑ notEqualsString
com.vaadin.flow.dom.ElementTest ‑ nullStyleValue
com.vaadin.flow.dom.ElementTest ‑ parentIsDisabled_childIsDisabled
com.vaadin.flow.dom.ElementTest ‑ propertyNames
com.vaadin.flow.dom.ElementTest ‑ propertyRawValues
com.vaadin.flow.dom.ElementTest ‑ publicElementMethodsShouldReturnElement
com.vaadin.flow.dom.ElementTest ‑ publicElementStyleMethodsShouldReturnElement
com.vaadin.flow.dom.ElementTest ‑ readMissingAttribute_noFeatureInitialized
com.vaadin.flow.dom.ElementTest ‑ readMissingProperty_noFeatureInitialized
com.vaadin.flow.dom.ElementTest ‑ removeAllChildren
com.vaadin.flow.dom.ElementTest ‑ removeAllChildrenEmpty
com.vaadin.flow.dom.ElementTest ‑ removeChildAfterLast
com.vaadin.flow.dom.ElementTest ‑ removeChildBeforeFirst
com.vaadin.flow.dom.ElementTest ‑ removeChildFirst
com.vaadin.flow.dom.ElementTest ‑ removeChildFirstIndex
com.vaadin.flow.dom.ElementTest ‑ removeChildLast
com.vaadin.flow.dom.ElementTest ‑ removeChildLastIndex
com.vaadin.flow.dom.ElementTest ‑ removeChildMiddle
com.vaadin.flow.dom.ElementTest ‑ removeChildMiddleIndex
com.vaadin.flow.dom.ElementTest ‑ removeChildrenFirst
com.vaadin.flow.dom.ElementTest ‑ removeChildrenLast
com.vaadin.flow.dom.ElementTest ‑ removeChildrenMiddle
com.vaadin.flow.dom.ElementTest ‑ removeDetachedFromParent
com.vaadin.flow.dom.ElementTest ‑ removeFromParent
com.vaadin.flow.dom.ElementTest ‑ removeFromParent_virtualChild_fails
com.vaadin.flow.dom.ElementTest ‑ removeNonChild
com.vaadin.flow.dom.ElementTest ‑ removeNonExistingAttributeIsNoOp
com.vaadin.flow.dom.ElementTest ‑ removeNullAttribute
com.vaadin.flow.dom.ElementTest ‑ removeNullChild
com.vaadin.flow.dom.ElementTest ‑ removeSingleStyle
com.vaadin.flow.dom.ElementTest ‑ removeStyleAttribute
com.vaadin.flow.dom.ElementTest ‑ removeStyles
com.vaadin.flow.dom.ElementTest ‑ removeVirtualChildren_notVirtualChild_fails
com.vaadin.flow.dom.ElementTest ‑ removingVirtualChildrenIsPossible
com.vaadin.flow.dom.ElementTest ‑ replaceAfterAfterLastChild
com.vaadin.flow.dom.ElementTest ‑ replaceAfterLastChild
com.vaadin.flow.dom.ElementTest ‑ replaceBeforeFirstChild
com.vaadin.flow.dom.ElementTest ‑ replaceChildWithItself
com.vaadin.flow.dom.ElementTest ‑ replaceFirstChild
com.vaadin.flow.dom.ElementTest ‑ replaceNullChild
com.vaadin.flow.dom.ElementTest ‑ replaceStyle
com.vaadin.flow.dom.ElementTest ‑ semicolonInStyle
com.vaadin.flow.dom.ElementTest ‑ sendPropertyInCorrectFormatToClient
com.vaadin.flow.dom.ElementTest ‑ setAttachedChild
com.vaadin.flow.dom.ElementTest ‑ setBooleanAttribute
com.vaadin.flow.dom.ElementTest ‑ setComplexStylesAsAttribute
com.vaadin.flow.dom.ElementTest ‑ setEmptyAttribute
com.vaadin.flow.dom.ElementTest ‑ setEmptyStyleName
com.vaadin.flow.dom.ElementTest ‑ setForEmptyParent
com.vaadin.flow.dom.ElementTest ‑ setGetAttributeNameCaseInsensitive
com.vaadin.flow.dom.ElementTest ‑ setGetAttributeValueCaseSensitive
com.vaadin.flow.dom.ElementTest ‑ setInnerHtmlProeprty_setValueAndRemoveAllChildren
com.vaadin.flow.dom.ElementTest ‑ setInvalidAttribute
com.vaadin.flow.dom.ElementTest ‑ setInvalidStyleAsAttribute
com.vaadin.flow.dom.ElementTest ‑ setInvalidStyleAsAttribute2
com.vaadin.flow.dom.ElementTest ‑ setMultipleStylesAsAttribute
com.vaadin.flow.dom.ElementTest ‑ setNullAttribute
com.vaadin.flow.dom.ElementTest ‑ setOuterHtmlProperty_throws
com.vaadin.flow.dom.ElementTest ‑ setProperty_javaTimeObject
com.vaadin.flow.dom.ElementTest ‑ setResourceAttributeSeveralTimes_elementIsNotAttached_elementHasAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachAndDetachAndReattachElement_resourceReregistered
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_removeAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_removeAttributeAfterAttaching
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_resourceIsRegistered
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_setAnotherResource
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_setAnotherResourceAfterAttaching
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_setRawAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_attachElement_setRawAttributeAfterAttaching
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_classAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_detachAndReattachElement_resourceReregistered
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_detachElement_resourceIsUnregistered
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsAttached_elementHasAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsAttached_removeAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsAttached_setAnotherResource
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsAttached_setRawAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsNotAttachedAndHasAttribute_elementHasAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsNotAttached_elementHasAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_elementIsText_operationIsNotSupported
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_nullAttribute
com.vaadin.flow.dom.ElementTest ‑ setResourceAttribute_nullValue
com.vaadin.flow.dom.ElementTest ‑ setSingleStyleAsAttribute
com.vaadin.flow.dom.ElementTest ‑ setStyleAttributeMultipleTimes
com.vaadin.flow.dom.ElementTest ‑ setStyleAttributeTrailingSemicolon
com.vaadin.flow.dom.ElementTest ‑ setStyleNameColon
com.vaadin.flow.dom.ElementTest ‑ setStyleNameExtraWhitespace
com.vaadin.flow.dom.ElementTest ‑ setStyleValueExtraWhitespace
com.vaadin.flow.dom.ElementTest ‑ setVendorSpecificStylesProperty
com.vaadin.flow.dom.ElementTest ‑ setVendorSpecificStylesValue
com.vaadin.flow.dom.ElementTest ‑ singleElementOuterHtml
com.vaadin.flow.dom.ElementTest ‑ stringAttribute
com.vaadin.flow.dom.ElementTest ‑ styleGetNamesDashAndCamelCase
com.vaadin.flow.dom.ElementTest ‑ testAddClassWithSpaces_throws
com.vaadin.flow.dom.ElementTest ‑ testAddEmptyClassname
com.vaadin.flow.dom.ElementTest ‑ testAttachDetach_elementMoved_bothEventsTriggered
com.vaadin.flow.dom.ElementTest ‑ testAttachEvent_stateTreeCanFound
com.vaadin.flow.dom.ElementTest ‑ testAttachListener_eventOrder_childFirst
com.vaadin.flow.dom.ElementTest ‑ testAttachListener_parentAttach_childListenersTriggered
com.vaadin.flow.dom.ElementTest ‑ testClassListProperty_throws
com.vaadin.flow.dom.ElementTest ‑ testClassNameProperty_throws
com.vaadin.flow.dom.ElementTest ‑ testContainsClassWithSpaces
com.vaadin.flow.dom.ElementTest ‑ testDetachEvent_stateTreeCanFound
com.vaadin.flow.dom.ElementTest ‑ testDetachListener_eventOrder_childFirst
com.vaadin.flow.dom.ElementTest ‑ testDetachListener_parentDetach_childListenersTriggered
com.vaadin.flow.dom.ElementTest ‑ testGetChildren
com.vaadin.flow.dom.ElementTest ‑ testGetChildren_empty
com.vaadin.flow.dom.ElementTest ‑ testGetOwnTextContent
com.vaadin.flow.dom.ElementTest ‑ testGetTextContent
com.vaadin.flow.dom.ElementTest ‑ testGetTextContentProperty
com.vaadin.flow.dom.ElementTest ‑ testMoveFromUiToUi_doesNotThrow
com.vaadin.flow.dom.ElementTest ‑ testPropertyBooleanConversions
com.vaadin.flow.dom.ElementTest ‑ testPropertyDoubleConversions
com.vaadin.flow.dom.ElementTest ‑ testPropertyIntConversions
com.vaadin.flow.dom.ElementTest ‑ testRemoveClassAttribute
com.vaadin.flow.dom.ElementTest ‑ testRemoveClassName
com.vaadin.flow.dom.ElementTest ‑ testRemoveClassWithSpaces
com.vaadin.flow.dom.ElementTest ‑ testRemoveFromTree_inDetachListener_removedFromParent
com.vaadin.flow.dom.ElementTest ‑ testRemoveFromTree_isVirtualChild_removedFromParent
com.vaadin.flow.dom.ElementTest ‑ testSetClassAttribute
com.vaadin.flow.dom.ElementTest ‑ testSetEmptyClassAttribute
com.vaadin.flow.dom.ElementTest ‑ testSetTextContent
com.vaadin.flow.dom.ElementTest ‑ testSetTextContentPropertyThrows
com.vaadin.flow.dom.ElementTest ‑ testSetTextContentRemovesOldContent
com.vaadin.flow.dom.ElementTest ‑ testSetTextReplacesOldTextNode
com.vaadin.flow.dom.ElementTest ‑ textNodeOuterHtml
com.vaadin.flow.dom.ElementTest ‑ textNodeTransformsNullToEmptyAndDoesNotThrowException
com.vaadin.flow.dom.ElementTest ‑ useCustomPropertyStyle
com.vaadin.flow.dom.ElementTest ‑ validStyleWithSemicolon
com.vaadin.flow.dom.ElementTest ‑ virtualChildren_areIdentifiedAsSuch
com.vaadin.flow.dom.ElementUtilTest ‑ attachComponentToTextElement
com.vaadin.flow.dom.ElementUtilTest ‑ attachToComponent
com.vaadin.flow.dom.ElementUtilTest ‑ attachToNull
com.vaadin.flow.dom.ElementUtilTest ‑ attachTwiceToComponent
com.vaadin.flow.dom.ElementUtilTest ‑ attachTwoComponents
com.vaadin.flow.dom.ElementUtilTest ‑ componentNotInitiallyAttached
com.vaadin.flow.dom.ElementUtilTest ‑ elementsUpdateSameData
com.vaadin.flow.dom.ElementUtilTest ‑ getElementFromInvalidNode
com.vaadin.flow.dom.ElementUtilTest ‑ isEmptyValidAttribute
com.vaadin.flow.dom.ElementUtilTest ‑ isNullValidAttribute
com.vaadin.flow.dom.ElementUtilTest ‑ isUpperCaseValidAttribute
com.vaadin.flow.dom.ElementUtilTest ‑ isValidTagName_invalidTagNames
com.vaadin.flow.dom.ElementUtilTest ‑ isValidTagName_validTagNames
com.vaadin.flow.dom.ElementUtilTest ‑ parentInertGrandChildIgnores_statesChangedAtSameTime_changesApplied
com.vaadin.flow.dom.ElementUtilTest ‑ parentInert_grandChildIgnoresInert_notInert
com.vaadin.flow.dom.ElementUtilTest ‑ parentInert_siblingIgnoresInheritingInert_siblingInert
com.vaadin.flow.dom.ElementUtilTest ‑ parentIsInert_childIgnoresParentInert_allThePermutations
com.vaadin.flow.dom.ElementUtilTest ‑ toAndFromJsoup
com.vaadin.flow.dom.ShadowRootStateProviderTest ‑ createShadowRootNode_originalNodeIsInitialized
com.vaadin.flow.dom.ShadowRootStateProviderTest ‑ doesNotSupportEmptyNode
com.vaadin.flow.dom.ShadowRootStateProviderTest ‑ getParent_parentIsHostElement
com.vaadin.flow.dom.ShadowRootStateProviderTest ‑ supportsSelfCreatedNode
com.vaadin.flow.dom.ShadowRootTest ‑ appendAttachedChild
com.vaadin.flow.dom.ShadowRootTest ‑ appendChild
com.vaadin.flow.dom.ShadowRootTest ‑ appendChildren
com.vaadin.flow.dom.ShadowRootTest ‑ appendExistingAndNewChildren
com.vaadin.flow.dom.ShadowRootTest ‑ appendFirstChildToOwnParent
com.vaadin.flow.dom.ShadowRootTest ‑ appendLastChildToOwnParent
com.vaadin.flow.dom.ShadowRootTest ‑ appendManyChildrenToOwnParent
com.vaadin.flow.dom.ShadowRootTest ‑ appendNullChild
com.vaadin.flow.dom.ShadowRootTest ‑ attachDetach_elementMoved_bothEventsTriggered
com.vaadin.flow.dom.ShadowRootTest ‑ attachEvent_stateTreeCanFound
com.vaadin.flow.dom.ShadowRootTest ‑ attachListener_eventOrder_childFirst
com.vaadin.flow.dom.ShadowRootTest ‑ attachListener_parentAttach_childListenersTriggered
com.vaadin.flow.dom.ShadowRootTest ‑ detachEvent_stateTreeCanFound
com.vaadin.flow.dom.ShadowRootTest ‑ detachListener_eventOrder_childFirst
com.vaadin.flow.dom.ShadowRootTest ‑ detachListener_parentDetach_childListenersTriggered
com.vaadin.flow.dom.ShadowRootTest ‑ equalsSelf
com.vaadin.flow.dom.ShadowRootTest ‑ getAfterLastChild
com.vaadin.flow.dom.ShadowRootTest ‑ getChild
com.vaadin.flow.dom.ShadowRootTest ‑ getNegativeChild
com.vaadin.flow.dom.ShadowRootTest ‑ getParentNode_parentNodeIsNull
com.vaadin.flow.dom.ShadowRootTest ‑ indexOfChild_childInTheMiddle
com.vaadin.flow.dom.ShadowRootTest ‑ indexOfChild_firstChild
com.vaadin.flow.dom.ShadowRootTest ‑ indexOfChild_notAChild
com.vaadin.flow.dom.ShadowRootTest ‑ insertAtCurrentPositionNoOp
com.vaadin.flow.dom.ShadowRootTest ‑ insertAttachedChild
com.vaadin.flow.dom.ShadowRootTest ‑ insertChildAfterLast
com.vaadin.flow.dom.ShadowRootTest ‑ insertChildAsLast
com.vaadin.flow.dom.ShadowRootTest ‑ insertChildFirst
com.vaadin.flow.dom.ShadowRootTest ‑ insertChildMiddle
com.vaadin.flow.dom.ShadowRootTest ‑ insertNullChild
com.vaadin.flow.dom.ShadowRootTest ‑ insertWithNullParameter
com.vaadin.flow.dom.ShadowRootTest ‑ notEqualsNull
com.vaadin.flow.dom.ShadowRootTest ‑ publicElementMethodsShouldReturnElement
com.vaadin.flow.dom.ShadowRootTest ‑ removeAllChildren
com.vaadin.flow.dom.ShadowRootTest ‑ removeAllChildrenEmpty
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildAfterLast
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildBeforeFirst
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildFirst
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildFirstIndex
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildLast
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildLastIndex
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildMiddle
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildMiddleIndex
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildrenFirst
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildrenLast
com.vaadin.flow.dom.ShadowRootTest ‑ removeChildrenMiddle
com.vaadin.flow.dom.ShadowRootTest ‑ removeFromParent
com.vaadin.flow.dom.ShadowRootTest ‑ removeNonChild
com.vaadin.flow.dom.ShadowRootTest ‑ removeNullChild
com.vaadin.flow.dom.ShadowRootTest ‑ replaceAfterAfterLastChild
com.vaadin.flow.dom.ShadowRootTest ‑ replaceAfterLastChild
com.vaadin.flow.dom.ShadowRootTest ‑ replaceBeforeFirstChild
com.vaadin.flow.dom.ShadowRootTest ‑ replaceChildWithItself
com.vaadin.flow.dom.ShadowRootTest ‑ replaceFirstChild
com.vaadin.flow.dom.ShadowRootTest ‑ replaceNullChild
com.vaadin.flow.dom.ShadowRootTest ‑ setAttachedChild
com.vaadin.flow.dom.ShadowRootTest ‑ setForEmptyParent
com.vaadin.flow.dom.ShadowRootTest ‑ testGetChildren
com.vaadin.flow.dom.ShadowRootTest ‑ testGetChildren_empty
com.vaadin.flow.dom.ShadowRootTest ‑ visitOnlyNode_hasDescendants_nodeAndDescendatnsAreVisited
com.vaadin.flow.dom.ShadowRootTest ‑ visitOnlyNode_hasDescendants_nodeVisitedAndNoDescendantsVisited
com.vaadin.flow.dom.StyleUtilTest ‑ attributeToProperty
com.vaadin.flow.dom.StyleUtilTest ‑ propertyToAttribute
com.vaadin.flow.dom.impl.ElementStateProviderDeserializationTest ‑ shouldRemoveChildComponentFromDeserializedParent
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ add
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ addAll
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ addDuplicates
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ clear
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ iteratorRemoval
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ remove
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ removeAll
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ removeAllThemes
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ retainAll
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ themeListCreatedWithDuplicateThemes
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ themeListCreatedWithMultipleThemes
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ themeListCreatedWithNoThemes
com.vaadin.flow.dom.impl.ThemeListImplTest ‑ themeListCreatedWithOneThemes
com.vaadin.flow.eagerbootstrap.ParameterIT ‑ setParameterCalledAsExpected[any_Chrome_]
com.vaadin.flow.frontend.ChangeFrontendContentIT ‑ litTemplateWebComponentAdded_newBundleCreated_hashCalculated[any_Chrome_]
com.vaadin.flow.frontend.DevBundleCssImportIT ‑ cssImportedStyles_hashCalculatedWithNotQuestionMark[any_Chrome_]
com.vaadin.flow.frontend.DevBundleCssImportIT ‑ cssImportedStyles_stylesInMetaInfResources_stylesApplied_hashCalculated[any_Chrome_]
com.vaadin.flow.frontend.DevBundleJsModuleIT ‑ frontendJsModules_hashCalculated[any_Chrome_]
com.vaadin.flow.frontend.ViteImportedCSSIT ‑ cssImportedByVite_availableInApp[any_Chrome_]
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_emptyArguments_hotswappersNotInvoked
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_forcedReload_liveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_hotswapperFailure_doNotFail
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_mixedPushState_classInUITreeChanged_liveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_noActiveSession_onlyGlobalHookCalled
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_nullArguments_hotswappersNotInvoked
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_changedClassNotInUITree_skipLiveReloadAndUIRefresh
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_layoutChildClassChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_routeAndLayoutChildClassChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_routeAndLayoutClassesChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_routeChildClassChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_routeClassChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushDisabled_routeLayoutClassChanged_UINotRefreshedButLiveReloadTriggered
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_changedClassNotInUITree_skipRefresh
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_layoutChildrenClassChanged_activeChainRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_routeAndLayoutChildClassChanged_activeChainRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_routeAndLayoutClassesChanged_activeChainRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_routeChildrenClassChanged_routeRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_routeClassChanged_routeRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_pushEnabled_routeLayoutClassChanged_activeChainRefreshed
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_serviceDestroyed_hotswappersNotInvoked
com.vaadin.flow.hotswap.HotswapperTest ‑ onHotswap_sessionHookCalledOnlyForActiveSessions
com.vaadin.flow.hotswap.HotswapperTest ‑ register_developmentMode_trackingListenerInstalled
com.vaadin.flow.hotswap.HotswapperTest ‑ register_productionMode_trackingListenerNotInstalled
com.vaadin.flow.i18n.DefaultInstantiatorI18NTest ‑ onlyDefaultTranslation_instantiateDefaultI18N
com.vaadin.flow.i18n.DefaultInstantiatorI18NTest ‑ onlyLangTransalation_nonExistingLangReturnsKey
com.vaadin.flow.i18n.DefaultInstantiatorI18NTest ‑ translate_withoutInstantiator_throwsIllegalStateException
com.vaadin.flow.i18n.DefaultInstantiatorI18NTest ‑ translationFileOnClasspath_instantiateDefaultI18N
com.vaadin.flow.i18n.DefaultInstantiatorI18NTest ‑ translationFilesOnClassPath_getI18NProvider_usesThreadContextClassLoader
com.vaadin.flow.i18n.I18NUtilTest ‑ foundResourceFolder_returnsExpectedLocales
com.vaadin.flow.i18n.I18NUtilTest ‑ jbossVfs_translationFilesInJar_returnsTrueForDefault_findsLanguages
com.vaadin.flow.i18n.I18NUtilTest ‑ noTranslationFilesInExistingFolder_returnsFalseForDefault
com.vaadin.flow.i18n.I18NUtilTest ‑ noTranslationFiles_returnsEmptyList
com.vaadin.flow.i18n.I18NUtilTest ‑ onlyDefaultTranslationFile_returnsEmptyList
com.vaadin.flow.i18n.I18NUtilTest ‑ onlyDefaultTranslationFile_returnsTrueForDefault
com.vaadin.flow.i18n.I18NUtilTest ‑ openliberty_translationFilesInJar_returnsTrueForDefault_findsLanguages
com.vaadin.flow.i18n.I18NUtilTest ‑ translationFilesInJar_returnsTrueForDefault_findsLanguages
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ languageTagWithCountryAvailable_responseIsCorrect
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ languageTagWithUnderscoresAvailable_responseIsCorrect
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ languageTagWithoutCountryAvailable_responseIsCorrect
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ pathDoesNotMatch_requestNotHandled
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ productionMode_withCustomI18nProvider_requestedLocaleBundleAvailable_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ productionMode_withCustomizedDefaultI18nProvider_requestedLocaleBundleAvailable_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ tagContainsOnlyLanguage_languageOnlyAvailableWithCountry_responseHasTheCorrectLanguage
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withCustomI18nProvider_requestedLocaleBundleAvailable_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withCustomizedDefaultI18nProvider_requestedLocaleBundleAvailable_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withRootBundle_languageTagIsEmpty_responseIsRootBundle
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withRootBundle_languageTagIsNull_responseIsRootBundle
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withRootBundle_languageTagWithUnderscoresNotAvailable_responseIsRootBundle
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withRootBundle_requestedLocaleBundleNotAvailable_responseIsRootBundle
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withoutRootBundle_languageTagIsEmpty_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withoutRootBundle_languageTagIsNull_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withoutRootBundle_languageTagWithUnderscoresNotAvailable_responseIsEmpty
com.vaadin.flow.i18n.TranslationFileRequestHandlerTest ‑ withoutRootBundle_requestedLocaleBundleNotAvailable_responseIsEmpty
com.vaadin.flow.internal.CaseUtilTest ‑ capitalize
com.vaadin.flow.internal.CaseUtilTest ‑ upperCaseUnderscoreToHumanFriendly
com.vaadin.flow.internal.ConstantPoolTest ‑ constantPoolKey_exportedDirectly_idCreated
com.vaadin.flow.internal.ConstantPoolTest ‑ differentValue_differentId
com.vaadin.flow.internal.ConstantPoolTest ‑ newConstantPool_noNewItems
com.vaadin.flow.internal.ConstantPoolTest ‑ sameValue_sameId
com.vaadin.flow.internal.ConstantPoolTest ‑ valueIsRegistered
com.vaadin.flow.internal.CurrentInstanceTest ‑ nonInheritableThreadLocals
com.vaadin.flow.internal.CurrentInstanceTest ‑ testClearedAfterRemove
com.vaadin.flow.internal.CurrentInstanceTest ‑ testClearedWithClearAll
com.vaadin.flow.internal.CurrentInstanceTest ‑ testInitiallyCleared
com.vaadin.flow.internal.CurrentInstanceTest ‑ testRestoreWithGarbageCollectedValue
com.vaadin.flow.internal.CurrentInstanceTest ‑ testRestoringNullSessionWorks
com.vaadin.flow.internal.CurrentInstanceTest ‑ testRestoringNullUIWorks
com.vaadin.flow.internal.CustomElementNameValidatorTest ‑ testInvalidElementNames
com.vaadin.flow.internal.CustomElementNameValidatorTest ‑ testValidButWithWarning
com.vaadin.flow.internal.CustomElementNameValidatorTest ‑ testValidNamesWithoutErrorOrWarning
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_booleanJson
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_jsonValue
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_jsonValueWrongType_classCastException
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_nullJson
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_numberJson
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_stringJson
com.vaadin.flow.internal.JsonCodecTest ‑ decodeAs_unsupportedType
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithTypeInfo_attachedElement
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithTypeInfo_basicTypes
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithTypeInfo_detachedElement
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithTypeInfo_unsupportedTypes
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithoutTypeInfo_supportedTypes
com.vaadin.flow.internal.JsonCodecTest ‑ encodeWithoutTypeInfo_unsupportedTypes
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeBasicTypes_returnJsonBasicTypes
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeEmptyObjectWithBasicCollections_returnJsonObjectWithNullProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeEmptyObjectWithBasicTypes_returnJsonObjectWithEmptyProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeEmptyObjectWithObjects_returnJsonObjectWithNullProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeEmptyRecursiveObject_returnJsonObjectWithNullProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeNull_returnNull
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeObjectWithCollections_returnJsonObjectWithPopulatedProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeObjectWithObjects_returnJsonObjectWithPopulatedProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializePopulatedObjectWithBasicTypes_returnJsonObjectWithDefinedProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializePopulatedRecursiveObject_returnJsonObjectWithPopulatedProperties
com.vaadin.flow.internal.JsonSerializerTest ‑ serializeRecordWithRecordAndObject_returnJsonObjectWithPopulatedProperties
com.vaadin.flow.internal.JsonUtilsTest ‑ beanWithListAndMap
com.vaadin.flow.internal.JsonUtilsTest ‑ beanWithTimeFields
com.vaadin.flow.internal.JsonUtilsTest ‑ collectEmptyStream
com.vaadin.flow.internal.JsonUtilsTest ‑ createObject
com.vaadin.flow.internal.JsonUtilsTest ‑ nestedBeanToJson
com.vaadin.flow.internal.JsonUtilsTest ‑ nullChildBean
com.vaadin.flow.internal.JsonUtilsTest ‑ simpleBeanListToJson
com.vaadin.flow.internal.JsonUtilsTest ‑ simpleBeanToJson
com.vaadin.flow.internal.JsonUtilsTest ‑ simpleMapToJson
com.vaadin.flow.internal.JsonUtilsTest ‑ testAsArray
com.vaadin.flow.internal.JsonUtilsTest ‑ testCreateArray
com.vaadin.flow.internal.JsonUtilsTest ‑ testCreateEmptyArray
com.vaadin.flow.internal.JsonUtilsTest ‑ testCreateEmptyObject
com.vaadin.flow.internal.JsonUtilsTest ‑ testEquals
com.vaadin.flow.internal.JsonUtilsTest ‑ testEquals_firstNull_throws
com.vaadin.flow.internal.JsonUtilsTest ‑ testEquals_secondNull_throws
com.vaadin.flow.internal.JsonUtilsTest ‑ testNumberStream
com.vaadin.flow.internal.JsonUtilsTest ‑ testObjectStream
com.vaadin.flow.internal.JsonUtilsTest ‑ testReadObject
com.vaadin.flow.internal.JsonUtilsTest ‑ testStream
com.vaadin.flow.internal.LocaleUtilTest ‑ exact_match_provided_matches
com.vaadin.flow.internal.LocaleUtilTest ‑ language_match_gets_correct_target_by_request_priority
com.vaadin.flow.internal.LocaleUtilTest ‑ language_match_returns_null_when_no_match
com.vaadin.flow.internal.LocaleUtilTest ‑ no_exact_match_returns_null
com.vaadin.flow.internal.RangeTest ‑ boundsTest
com.vaadin.flow.internal.RangeTest ‑ combine_barelyOverlapping
com.vaadin.flow.internal.RangeTest ‑ combine_emptyInside
com.vaadin.flow.internal.RangeTest ‑ combine_firstEmptyNotOverlapping
com.vaadin.flow.internal.RangeTest ‑ combine_intersecting
com.vaadin.flow.internal.RangeTest ‑ combine_notOverlappingFirstSmaller
com.vaadin.flow.internal.RangeTest ‑ combine_notOverlappingSecondLarger
com.vaadin.flow.internal.RangeTest ‑ combine_secondEmptyNotOverlapping
com.vaadin.flow.internal.RangeTest ‑ combine_subRange
com.vaadin.flow.internal.RangeTest ‑ constructorEquivalenceTest
com.vaadin.flow.internal.RangeTest ‑ containsTest
com.vaadin.flow.internal.RangeTest ‑ emptySplitTest
com.vaadin.flow.internal.RangeTest ‑ emptyTest
com.vaadin.flow.internal.RangeTest ‑ equalsTest
com.vaadin.flow.internal.RangeTest ‑ expand_basic
com.vaadin.flow.internal.RangeTest ‑ expand_negativeIllegal1
com.vaadin.flow.internal.RangeTest ‑ expand_negativeIllegal2
com.vaadin.flow.internal.RangeTest ‑ expand_negativeLegal
com.vaadin.flow.internal.RangeTest ‑ intersectsTest
com.vaadin.flow.internal.RangeTest ‑ intersects_emptyInside
com.vaadin.flow.internal.RangeTest ‑ intersects_emptyOutside
com.vaadin.flow.internal.RangeTest ‑ lengthTest
com.vaadin.flow.internal.RangeTest ‑ negativeLengthTest
com.vaadin.flow.internal.RangeTest ‑ offsetTest
com.vaadin.flow.internal.RangeTest ‑ rangeEndsAfterTest
com.vaadin.flow.internal.RangeTest ‑ rangeEndsBeforeTest
com.vaadin.flow.internal.RangeTest ‑ rangeStartsAfterTest
com.vaadin.flow.internal.RangeTest ‑ rangeStartsBeforeTest
com.vaadin.flow.internal.RangeTest ‑ restrictTo_empty
com.vaadin.flow.internal.RangeTest ‑ restrictTo_endOutside
com.vaadin.flow.internal.RangeTest ‑ restrictTo_fullyInside
com.vaadin.flow.internal.RangeTest ‑ restrictTo_fullyOutside
com.vaadin.flow.internal.RangeTest ‑ restrictTo_notInterstecting
com.vaadin.flow.internal.RangeTest ‑ restrictTo_startOutside
com.vaadin.flow.internal.RangeTest ‑ splitTest
com.vaadin.flow.internal.RangeTest ‑ split_valueAfter
com.vaadin.flow.internal.RangeTest ‑ split_valueBefore
com.vaadin.flow.internal.RangeTest ‑ startAfterEndTest
com.vaadin.flow.internal.RangeTest ‑ subsetTest
com.vaadin.flow.internal.ReflectToolsGetFieldValueByTypeTest ‑ getFieldValue
com.vaadin.flow.internal.ReflectToolsGetFieldValueByTypeTest ‑ getFieldValueViaGetter
com.vaadin.flow.internal.ReflectToolsGetPrimitiveFieldValueTest ‑ getFieldValueViaGetter
com.vaadin.flow.internal.ReflectToolsTest ‑ ClassWithoutNonArgConstructorShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ abstractClassShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ createConstructorThrowsExceptionClass
com.vaadin.flow.internal.ReflectToolsTest ‑ createNonStaticInnerClass
com.vaadin.flow.internal.ReflectToolsTest ‑ createPrivateInnerClass
com.vaadin.flow.internal.ReflectToolsTest ‑ createProxyForNonStaticInnerClass
com.vaadin.flow.internal.ReflectToolsTest ‑ createStaticInnerConstructorNeedsParamsClass
com.vaadin.flow.internal.ReflectToolsTest ‑ createStaticInnerPrivateConstructorClass
com.vaadin.flow.internal.ReflectToolsTest ‑ findClosestCommonClassLoaderAncestor_empty_whenEitherOrBothNull
com.vaadin.flow.internal.ReflectToolsTest ‑ findClosestCommonClassLoaderAncestor_findAncestor_whenBothArgumentsAreTheSame
com.vaadin.flow.internal.ReflectToolsTest ‑ findClosestCommonClassLoaderAncestor_findsAncestor_whenAncestorsAreOnDifferentLevels
com.vaadin.flow.internal.ReflectToolsTest ‑ findClosestCommonClassLoaderAncestor_findsAncestor_whenLoadersShareParent
com.vaadin.flow.internal.ReflectToolsTest ‑ findClosestCommonClassLoaderAncestor_findsAncestor_whenOneIsParentOfTheOther
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_aExtendsB
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_bExtendsA
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_commonBase
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_interfaceNotSupported
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_noCommonBase
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_primitiveNotSupported
com.vaadin.flow.internal.ReflectToolsTest ‑ findCommonBaseType_sameType
com.vaadin.flow.internal.ReflectToolsTest ‑ getAnnotationMethodValue_annotaitonHasMethod_theValueIsReturned
com.vaadin.flow.internal.ReflectToolsTest ‑ getAnnotationMethodValue_annotationHasNoMethod_throws
com.vaadin.flow.internal.ReflectToolsTest ‑ getAnnotation_annotationIsAbsent_returnsEmpty
com.vaadin.flow.internal.ReflectToolsTest ‑ getAnnotation_annotationPresents_returnsAnnotation
com.vaadin.flow.internal.ReflectToolsTest ‑ getGenericInterfaceClass
com.vaadin.flow.internal.ReflectToolsTest ‑ getGenericInterfaceClasses
com.vaadin.flow.internal.ReflectToolsTest ‑ getSetters_classIsGeneric_syntheticMethodsAreFilteredOut
com.vaadin.flow.internal.ReflectToolsTest ‑ hasAnnotationWithSimpleName_annotationIsAbsent_returnsFalse
com.vaadin.flow.internal.ReflectToolsTest ‑ hasAnnotationWithSimpleName_annotationPresents_returnsTrue
com.vaadin.flow.internal.ReflectToolsTest ‑ hasAnnotation_annotationIsAbsent_returnsFalse
com.vaadin.flow.internal.ReflectToolsTest ‑ hasAnnotation_annotationPresents_returnsTrue
com.vaadin.flow.internal.ReflectToolsTest ‑ intefaceShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ localClass
com.vaadin.flow.internal.ReflectToolsTest ‑ nonPublicClassShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ nonStaticInnerClassShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ normalSericieShouldBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ privateInnerClassShouldNotBeInstantiableService
com.vaadin.flow.internal.ReflectToolsTest ‑ testCreateInstance
com.vaadin.flow.internal.ReflectToolsTest ‑ testCreateInstance_varArgsCtor
com.vaadin.flow.internal.ReflectionCacheTest ‑ cacheClear
com.vaadin.flow.internal.ReflectionCacheTest ‑ cacheContains
com.vaadin.flow.internal.ReflectionCacheTest ‑ cacheIsClearedAfterGc
com.vaadin.flow.internal.ReflectionCacheTest ‑ cacheIsGarbageCollected
com.vaadin.flow.internal.ReflectionCacheTest ‑ clearAll
com.vaadin.flow.internal.ReflectionCacheTest ‑ currentInstancesNotAvailable
com.vaadin.flow.internal.ReflectionCacheTest ‑ generateCachedValues
com.vaadin.flow.internal.ResponseWriterTest ‑ acceptsBrotliResource
com.vaadin.flow.internal.ResponseWriterTest ‑ acceptsGzippedResource
com.vaadin.flow.internal.ResponseWriterTest ‑ contentType
com.vaadin.flow.internal.ResponseWriterTest ‑ noContentType
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeBothEndsOpen
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeEmpty
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeEndOmitted
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeFromStart
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMalformed
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMultiPartNonSequential
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMultiPartOverlapping
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMultiPartSequential
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMultiPartTooManyOverlappingRequested
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeMultiPartTooManyRequested
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangePastFileSize
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeStartOmitted
com.vaadin.flow.internal.ResponseWriterTest ‑ writeByteRangeSubset
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataBrotli
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataBrotliDisabled
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataBrowserDoesNotAcceptBrotli

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 1506 to 2201)

There are 4883 tests, see "Raw output" for the list of tests 1506 to 2201.
Raw output
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataBrowserDoesNotAcceptGzippedVersion
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataGzipped
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataGzippedClassPathResource
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataNoBrotliVersion
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataNoGzippedVersion
com.vaadin.flow.internal.ResponseWriterTest ‑ writeDataNotGzippedClassPathNotAcceptedPath
com.vaadin.flow.internal.StateNodeTest ‑ appendChildBeforeParent
com.vaadin.flow.internal.StateNodeTest ‑ appendParentBeforeChild
com.vaadin.flow.internal.StateNodeTest ‑ attachDetachChangeCollection
com.vaadin.flow.internal.StateNodeTest ‑ attachListener_listenerRemoved_listenerNotTriggered
com.vaadin.flow.internal.StateNodeTest ‑ attachListener_onSetParent_listenerTriggered
com.vaadin.flow.internal.StateNodeTest ‑ attachParent_detachFirstOnAttachLast_noEvents
com.vaadin.flow.internal.StateNodeTest ‑ attachParent_detachLastOnAttachFirst_attachDetachEvents
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_inactivateViaParent_initiallyActiveElement_sendOnlyDisalowFeatureChangesWhenInactive
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_inertChildMoved_inertStateInherited
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_inertElement_inertChangesCollected
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_initiallyActiveElement_sendOnlyDisalowFeatureChangesWhenInactive
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_initiallyInactiveElement_sendOnlyDisalowAndReportedFeatures_sendAllChangesWhenActive
com.vaadin.flow.internal.StateNodeTest ‑ collectChanges_initiallyInactiveViaParentElement_sendOnlyDisalowAndReportedFeatures_sendAllChangesWhenActive
com.vaadin.flow.internal.StateNodeTest ‑ detachListener_listenerRemoved_listenerNotTriggered
com.vaadin.flow.internal.StateNodeTest ‑ detachListener_onSetParent_listenerTriggered
com.vaadin.flow.internal.StateNodeTest ‑ detachListener_removesNode_notUnregisteredTwice
com.vaadin.flow.internal.StateNodeTest ‑ detachParent_appendChildOnDetach_noEvents
com.vaadin.flow.internal.StateNodeTest ‑ detachParent_detachFirstChildOnDetachLast_oneDetachEvent
com.vaadin.flow.internal.StateNodeTest ‑ detachParent_detachLastChildOnDetachFirst_oneDetachEvent
com.vaadin.flow.internal.StateNodeTest ‑ detachParent_insertChildAsFirstOnDetach_noEvents
com.vaadin.flow.internal.StateNodeTest ‑ getMissingFeatureThrows
com.vaadin.flow.internal.StateNodeTest ‑ invisibleNodeNoExtraChanges
com.vaadin.flow.internal.StateNodeTest ‑ invisibleParentNodeNoExtraChanges
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_firstAsParent_lastAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_firstAsParent_middleAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_lastAsParent_firstAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_lastAsParent_middleAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_middleAsParent_firstAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInAttachListener_middleAsParent_lastAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_firstAsParent_lastAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_firstAsParent_middleAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_lastAsParent_firstAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_lastAsParent_middleAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_middleAsParent_firstAsChild
com.vaadin.flow.internal.StateNodeTest ‑ modifyNodeTreeInDetachListener_middleAsParent_lastAsChild
com.vaadin.flow.internal.StateNodeTest ‑ newNodeState
com.vaadin.flow.internal.StateNodeTest ‑ nodeContainsDefinedFeatures
com.vaadin.flow.internal.StateNodeTest ‑ nodeTreeOnAttach_bottomUpTraversing_brokenParentInChildDoesNotEndInLoop
com.vaadin.flow.internal.StateNodeTest ‑ nodeTreeOnAttach_bottomUpTraversing_correctOrder
com.vaadin.flow.internal.StateNodeTest ‑ recursiveAndStandAloneVisibility
com.vaadin.flow.internal.StateNodeTest ‑ recursiveTreeNavigation_resilienceInDepth
com.vaadin.flow.internal.StateNodeTest ‑ recursiveTreeNavigation_resilienceInSize
com.vaadin.flow.internal.StateNodeTest ‑ removeFromTree_closeUI_allowsToSetANewTree
com.vaadin.flow.internal.StateNodeTest ‑ removeFromTree_nodeAttachedAndInDetachListener_detachedAndDescendantsReset
com.vaadin.flow.internal.StateNodeTest ‑ removeFromTree_nodeAttachedThenDetached_detachEventCollected
com.vaadin.flow.internal.StateNodeTest ‑ removeFromTree_nodeAttached_detachedAndDescendantsReset
com.vaadin.flow.internal.StateNodeTest ‑ removeFromTree_nodeAttached_detachedFullReset_noDetachEventCollected
com.vaadin.flow.internal.StateNodeTest ‑ requiredFeatures
com.vaadin.flow.internal.StateNodeTest ‑ runMultipleWhenAttachedNodeNotAttached
com.vaadin.flow.internal.StateNodeTest ‑ runWhenAttachedNodeAttached
com.vaadin.flow.internal.StateNodeTest ‑ runWhenAttachedNodeNotAttached
com.vaadin.flow.internal.StateNodeTest ‑ runWhenAttached_detachingNode_childNodeSchedulesCommandOnAttach
com.vaadin.flow.internal.StateNodeTest ‑ runWhenAttached_detachingNode_schedulesCommandOnAttach
com.vaadin.flow.internal.StateNodeTest ‑ setAsOwnParent
com.vaadin.flow.internal.StateNodeTest ‑ setChildAsParent
com.vaadin.flow.internal.StateTreeTest ‑ allValuesAfterReattach
com.vaadin.flow.internal.StateTreeTest ‑ attachedNodeIsAttached
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_failingExecutionWithNullErrorHandler_NoNPE
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_failingExecutionWithNullSession_NoNPE
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_initiallyAttachedToOneUI_executedWithAnother_executionDoesNotHappen
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_initiallyNotAttached_executedWithUI_executionRun
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_nodeGarbageCollectedDespiteClosure
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_regularOrder
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_withAttachedNodesDuringExecution
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_withInnerRunnables
com.vaadin.flow.internal.StateTreeTest ‑ beforeClientResponse_withUnattachedNodes
com.vaadin.flow.internal.StateTreeTest ‑ collectChanges_parentIsInactive_childrenAreCollected
com.vaadin.flow.internal.StateTreeTest ‑ collectChanges_updateActiveState
com.vaadin.flow.internal.StateTreeTest ‑ detachedNodeGarbageCollected
com.vaadin.flow.internal.StateTreeTest ‑ moveNodeToOtherRoot_removeFromTree_doesNotThrow
com.vaadin.flow.internal.StateTreeTest ‑ moveNodeToOtherRoot_throws
com.vaadin.flow.internal.StateTreeTest ‑ pendingJavascriptExecutionForInitiallyInvisibleNode
com.vaadin.flow.internal.StateTreeTest ‑ pendingJavascriptExecutionForVisibleAndInvisibleNode
com.vaadin.flow.internal.StateTreeTest ‑ pendingJavascriptExecutionForVisibleAndInvisibleParentNode
com.vaadin.flow.internal.StateTreeTest ‑ prepareForResync_nodeHasAttachAndDetachListeners_treeIsDirtyAndListenersAreCalled
com.vaadin.flow.internal.StateTreeTest ‑ reattachedNodeRetainsId
com.vaadin.flow.internal.StateTreeTest ‑ rootNodeState
com.vaadin.flow.internal.StateTreeTest ‑ rootNode_setNullAsParent_nodeIsDetached
com.vaadin.flow.internal.StateTreeTest ‑ rootNode_setStateNodeAsParent_throws
com.vaadin.flow.internal.StateTreeTest ‑ testDetachInChanges
com.vaadin.flow.internal.StateTreeTest ‑ testDirtyNodeCollection
com.vaadin.flow.internal.StateTreeTest ‑ testDirtyNodeCollectionOrder
com.vaadin.flow.internal.StateTreeTest ‑ testNoRootAttachChange
com.vaadin.flow.internal.StateTreeTest ‑ testSerializable
com.vaadin.flow.internal.StateTreeTest ‑ testTreeChangeCollection
com.vaadin.flow.internal.StringUtilTest ‑ commentRemoval_emojiInString_removalDoesnotThrowResultIsTheSame
com.vaadin.flow.internal.StringUtilTest ‑ commentRemoval_handlesCommentsCorrectly
com.vaadin.flow.internal.StringUtilTest ‑ removeComments_commentsWithAsterisksInside_commentIsRemoved
com.vaadin.flow.internal.StringUtilTest ‑ removeJsComments_handlesApostropheAsInString
com.vaadin.flow.internal.StringUtilTest ‑ stripSuffix
com.vaadin.flow.internal.UrlUtilTest ‑ encodeURIComponent_mustBeEscaped
com.vaadin.flow.internal.UrlUtilTest ‑ encodeURIComponent_shouldNotBeEscaped
com.vaadin.flow.internal.UrlUtilTest ‑ encodeURI_mustBeEscaped
com.vaadin.flow.internal.UrlUtilTest ‑ encodeURI_shouldNotBeEscaped
com.vaadin.flow.internal.UrlUtilTest ‑ getServletPathRelative
com.vaadin.flow.internal.UrlUtilTest ‑ isExternal_URLContainsAnySchemaAsPrefix_returnsTrue
com.vaadin.flow.internal.UrlUtilTest ‑ isExternal_URLDoesnotContainSchema_returnsFalse
com.vaadin.flow.internal.UrlUtilTest ‑ isExternal_URLStartsWithTwoSlashes_returnsTrue
com.vaadin.flow.internal.UrlUtilTest ‑ plusAndSpaceHandledCorrectly
com.vaadin.flow.internal.UsageStatisticsExporterTest ‑ should_append_script_element_to_the_body
com.vaadin.flow.internal.change.ListChangeTest ‑ testBasicJson
com.vaadin.flow.internal.change.ListChangeTest ‑ testEmptyAddNotInJson
com.vaadin.flow.internal.change.ListChangeTest ‑ testZeroRemoveNotInJson
com.vaadin.flow.internal.change.MapPutChangeTest ‑ testJson
com.vaadin.flow.internal.change.MapPutChangeTest ‑ testJsonValueTypes
com.vaadin.flow.internal.change.MapPutChangeTest ‑ testNodeValueType
com.vaadin.flow.internal.change.MapRemoveChangeTest ‑ testJson
com.vaadin.flow.internal.nodefeature.AttachExistingElementFeatureTest ‑ forEachChild_register_registeredStatNodeIsAChild
com.vaadin.flow.internal.nodefeature.AttachExistingElementFeatureTest ‑ register_dataIsAvailaleByNode
com.vaadin.flow.internal.nodefeature.AttachExistingElementFeatureTest ‑ unregister_dataIsNotAvailaleByNode
com.vaadin.flow.internal.nodefeature.ClientCallableHandlersTest ‑ attach_noComponent
com.vaadin.flow.internal.nodefeature.ClientCallableHandlersTest ‑ attach_noFeature
com.vaadin.flow.internal.nodefeature.ClientCallableHandlersTest ‑ nonTemplateComponentWithEventHandler
com.vaadin.flow.internal.nodefeature.ClientCallableHandlersTest ‑ nonTemplateComponentWithoutEventHandler
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addDependencyPerformance
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addJavaScriptDependency_eager1
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addJavaScriptDependency_eager2
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addJavaScriptDependency_inline
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addJavaScriptDependency_lazy
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addSameDependencyInDifferentModes_usesMostEagerLoadMode
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addStyleSheetDependency_eager1
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addStyleSheetDependency_eager2
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addStyleSheetDependency_inline
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ addStyleSheetDependency_lazy
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ ensureDependenciesSentToClientHaveTheSameOrderAsAdded
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ specialUrls
com.vaadin.flow.internal.nodefeature.DependencyListTest ‑ urlAddedOnlyOnce
com.vaadin.flow.internal.nodefeature.ElementDataTest ‑ collectChanges_setBothTagAndPayload_twoChanges
com.vaadin.flow.internal.nodefeature.ElementDataTest ‑ collectChanges_setPayloadOnly_onlyOneChanges
com.vaadin.flow.internal.nodefeature.ElementDataTest ‑ collectChanges_setTagOnly_onlyOneChanges
com.vaadin.flow.internal.nodefeature.ElementDataTest ‑ setGetPayload
com.vaadin.flow.internal.nodefeature.ElementDataTest ‑ setGetTag
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ addAndRemoveEventData
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ addEventDataElement_eventTarget_usesMapEventTargetInstead
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ addEventDataElement_targetNodeInJsonData_elementMapped
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ addedListenerGetsEvent
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ addingRemovingAndAddingListenerOfTheSameType
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ disabledElement_listenerDoesntReceiveEvent
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ disabledElement_listenerWithAlwaysUpdateModeReceivesEvent
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ eventDataInEvent
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ eventDataKeyNotPresentNotFail
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ eventNameInClientData
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ implicitlyDisabledElement_listenerDoesntReceiveEvent
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ mapEventTargetToElement_targetNodeIdInJsonData_elementMapped
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ serializable
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ settingsAreOnlyUpdated_should_ListenersSharingTheTypeOfRemovedListenerExist
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_alwaysMode
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_bothModes
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_emptyArgument_illegalArgumentException
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_hasExpressionToken
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_hasSynchronizedProperty
com.vaadin.flow.internal.nodefeature.ElementListenersTest ‑ synchronizeProperty_nullArgument_illegalArgumentException
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ addPropertyChangeListener_fireClientEvent_listenerIsNotified
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ addPropertyChangeListener_fireServerEvent_listenerIsNotified
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ addSeveralPropertyChangeListeners_fireEvent_listenersAreNotified
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ basicUpdateFromClientFilter
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ childPropertyUpdateFilter_deepNesting
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ childPropertyUpdateFilter_renameProperty
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ childPropertyUpdateFilter_setFilterAfterChild
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ childPropertyUpdateFilter_setFilterBeforeChild
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_clientFilterAcceptUpdate_putResultRunnable
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_clientFiltersOutUpdate_noOpRunnable
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_filterAllowsUpdate
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_filterAllowsUpdate_propertyIsForbidden_throw
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_filterDisallowUpdate_eventIsSynchronized
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_filterDisallowsUpdate
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_listChild_filterAllowsUpdate
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_listChild_filterDisallowsUpdate
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_listItem_noFilter_throws
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_noFilter_throws
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ deferredUpdateFromClient_updateNotAllowed_throw
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ listChildPropertyUpdateFilter_setFilterBeforeChild
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ producePutChange_innerHTMLProperty_valueIsTheSame_returnsTrue
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ producePutChange_notInnerHTMLProperty_valueIsTheSame_returnsFalse
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ put_ignoreSameValue
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ removePropertyChangeListener_fireEvent_listenerIsNotNotified
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ removeProperty_fireEvent_listenerIsNotNotified
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ resolveModelList_modelListStateNodeHasReportedFeature
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ resolveModelMap_modelMapStateNodeHasReportedFeature
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ updateFromClientFilter_replaceFilter
com.vaadin.flow.internal.nodefeature.ElementPropertyMapTest ‑ updateSynchronizedPropertyDespiteFilter
com.vaadin.flow.internal.nodefeature.InertDataTest ‑ inertDataUpdates_hierarchyWithGaps_updatesCascaded
com.vaadin.flow.internal.nodefeature.InertDataTest ‑ inertData_defaults
com.vaadin.flow.internal.nodefeature.InertDataTest ‑ inertData_hasShadowRoot_handlesInertCheck
com.vaadin.flow.internal.nodefeature.InertDataTest ‑ inertData_inheritingInert_allPermutations
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewAdd
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewClear
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewContains
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewDifferentFeatureEquals
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewIteratorIterate
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewIteratorRemove
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewRemove
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewSameFeatureEquals
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewSize
com.vaadin.flow.internal.nodefeature.ListFeatureSetViewTest ‑ testSetViewValidateAdd
com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMapTest ‑ defaults
com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMapTest ‑ setGetDefaultThemeApplied
com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMapTest ‑ setGetFirstDelay
com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMapTest ‑ setGetSecondDelay
com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMapTest ‑ setGetThirdDelay
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ priorityOrder
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ testCreateNullNodeThrows
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ testCreateNullTypeThrows
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ testCreateUnknownFeatureThrows
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ testGetById
com.vaadin.flow.internal.nodefeature.NodeFeatureTest ‑ testGetIdValues
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ addAll_immediatelyRemove_changeIsAdjusted
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ addOperationAfterDelete_addRemove_subsequentOoperationsAreNotAffected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ add_addInBetweenAndRemove_changesAreAdjusted
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ add_immediatelyRemove_changesDiscarded
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clearInBetween_addRemove_removeIsAdjustedProperly
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clearNodeList_clearChanges_generateChangesFromEmpty_clearChangeIsCollected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clearNodeList_clearChanges_reatach_generateChangesFromEmpty_clearChangeIsCollected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clear_collectChanges_allPreviousEventsAreRemoved
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clear_collectChanges_resetChangeTracker_clearEventIsCollected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clear_collectChanges_resetChangeTracker_reattach_clearEventIsCollected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clear_modifyList_collectChanges_clearChangeIsCollected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ clear_onlyListClearChange
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ collectChanges_clearNodeListIsDoneFirst_noClearEventinCollectedChanges
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ insertAfter_addAllAndRemove_changesAreAdjusted
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ insertBefore_addAndRemove_changesAreDiscarded
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ removeInBetween_addRemove_removeIsNotAdjusted
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ removeOperationAfterDelete_addRemove_subsequentOperationsAreNotAffected
com.vaadin.flow.internal.nodefeature.NodeListAddRemoveTest ‑ remove_add_changesAreNotAdjusted
com.vaadin.flow.internal.nodefeature.NodeListEmptyRequiredFeatureTest ‑ collectChanges_featureHasEmptyChange
com.vaadin.flow.internal.nodefeature.NodeListEmptyRequiredFeatureTest ‑ collectChanges_noEmptyChange
com.vaadin.flow.internal.nodefeature.NodeListEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_featureHasChangesToCollect
com.vaadin.flow.internal.nodefeature.NodeListEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_noEmptyChange
com.vaadin.flow.internal.nodefeature.NodeMapEmptyRequiredFeatureTest ‑ collectChanges_featureHasEmptyChange
com.vaadin.flow.internal.nodefeature.NodeMapEmptyRequiredFeatureTest ‑ collectChanges_noEmptyChange
com.vaadin.flow.internal.nodefeature.NodeMapEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_featureHasChangesToCollect
com.vaadin.flow.internal.nodefeature.NodeMapEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_noEmptyChange
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ collectChanges_sameValue_alwaysCollect_allValueChangesCollected
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ collectChanges_sameValue_neverCollect_noValueChanges
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ put_replaceSingleValue_stillUseSingleValue
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ put_sameValue_alwaysProduceChange_nodeIsDirty
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ put_sameValue_hasNoEffect
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ put_sameValue_neverProduceChange_nodeIsNotDirty
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ streamSingleNullValue
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testBasicFunctionality
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testClear
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCoalesceDoublePut
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCoalescePutRemove
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCoalescePutSame
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCoalesceRemovePut
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCoalesceRemoveReset
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testCollectChange
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testGetBooleanDefaultValue
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testGetIntDefaultValue
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testGetStringDefaultValue
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testNoChangeEvent
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testNoChangeOverwritesOldChanges
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testNullKeyThrows
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testPutAttachDetachChildren
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testRemoveDetachChildren
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testResetChanges
com.vaadin.flow.internal.nodefeature.NodeMapTest ‑ testSerializable
com.vaadin.flow.internal.nodefeature.NodeValueEmptyRequiredFeatureTest ‑ collectChanges_featureHasEmptyChange
com.vaadin.flow.internal.nodefeature.NodeValueEmptyRequiredFeatureTest ‑ collectChanges_noEmptyChange
com.vaadin.flow.internal.nodefeature.NodeValueEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_featureHasChangesToCollect
com.vaadin.flow.internal.nodefeature.NodeValueEmptyRequiredFeatureTest ‑ generateChangesFromEmpty_noEmptyChange
com.vaadin.flow.internal.nodefeature.PollConfigurationMapTest ‑ setDefaultPollInterval
com.vaadin.flow.internal.nodefeature.PollConfigurationMapTest ‑ setGetPollInterval
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testCorrectMethodWithDifferentAnnotations
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testEventDataParam
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testMultipleAnnotationsOnOneParam
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testNoParamsMethod
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testNotAnnotatedParam
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testRepeatIndexParam1
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testRepeatIndexParam2
com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlersTest ‑ testWrongTypeOfRepeatIndexParam
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ fallbackTransportLongPolling
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ fallbackTransportWebsocket
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ fallbackTransportWebsocketXHR
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ parameterNames
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ transportLongPolling
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ transportLongWebsocketXHR
com.vaadin.flow.internal.nodefeature.PushConfigurationMapTest ‑ transportWebsocket
com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMapTest ‑ defaults
com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMapTest ‑ setGetDialogText
com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMapTest ‑ setGetDialogTextGaveUp
com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMapTest ‑ setGetReconnectAttempts
com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMapTest ‑ setGetReconnectInterval
com.vaadin.flow.internal.nodefeature.ReturnChannelMapTest ‑ registerHandler_regstrationHasCorrectData
com.vaadin.flow.internal.nodefeature.ReturnChannelMapTest ‑ shorthandHandler_invoked
com.vaadin.flow.internal.nodefeature.ReturnChannelMapTest ‑ twoArgsHandler_invoked
com.vaadin.flow.internal.nodefeature.SerializableNodeListTest ‑ clearUsingIterator
com.vaadin.flow.internal.nodefeature.SerializableNodeListTest ‑ testRemoveUsingIterator
com.vaadin.flow.internal.nodefeature.SerializableNodeListTest ‑ testSerializable
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ nullNotAllowed
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testAddingAndRemoving
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testAttachDetachChildren
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testChangesAfterReset
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testClear
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testIndexOf
com.vaadin.flow.internal.nodefeature.StateNodeNodeListTest ‑ testSerializable
com.vaadin.flow.internal.nodefeature.VirtualChildrenListTest ‑ clear_throw
com.vaadin.flow.internal.nodefeature.VirtualChildrenListTest ‑ insert_atIndexWithPayload_payloadIsSetAndElementIsInserted
com.vaadin.flow.internal.nodefeature.VirtualChildrenListTest ‑ insert_atIndexWithType_payloadIsSetAndElementIsInserted
com.vaadin.flow.internal.nodefeature.VirtualChildrenListTest ‑ iteratorAndSize_addTwoItems_methodsReturnCorrectValues
com.vaadin.flow.internal.nodefeature.VirtualChildrenListTest ‑ remove_withIndex_removesNodeAndPayload
com.vaadin.flow.internal.nodefeature.VisibilityDataTest ‑ allowsChanges_delegateToIsVisible
com.vaadin.flow.internal.nodefeature.VisibilityDataTest ‑ setVisible
com.vaadin.flow.misc.ui.CompressedResourceIT ‑ compressedResourcesAreServedCompressed[any_Firefox_]
com.vaadin.flow.misc.ui.ExceptionLoggingIT ‑ productionModeExceptionViaExternalJsShouldLogException[any_Chrome_]
com.vaadin.flow.misc.ui.ExceptionLoggingIT ‑ productionModeExceptionViaServerJsShouldLogException[any_Chrome_]
com.vaadin.flow.misc.ui.JavascriptServedAsUtf8IT ‑ loadJavascriptWithUtf8[any_Chrome_]
com.vaadin.flow.misc.ui.MiscelaneousIT ‑ handlesIncorrectIconProperly[any_Chrome_]
com.vaadin.flow.misc.ui.MiscelaneousIT ‑ should_loadThemedComponent_fromLocal[any_Chrome_]
com.vaadin.flow.misc.ui.NpmThemedComponentIT ‑ importedClientSideComponentIsThemed[any_Chrome_]
com.vaadin.flow.misc.ui.PreserveOnRefreshCloseUIsIT ‑ preserveOnRefreshUiClosed_weakReferenceCleanedAfterGC[any_Chrome_]
com.vaadin.flow.misc.ui.PreserveOnRefreshCloseUIsIT ‑ preserveOnRefreshView_pageReload_previousUIImmediatelyClosed[any_Chrome_]
com.vaadin.flow.misc.ui.PreserveOnRefreshCloseUIsIT ‑ preserveOnRefreshView_tabClosed_uiClosedAfterHeartbeatTimeout[any_Chrome_]
com.vaadin.flow.misc.ui.PreserveOnRefreshCloseUIsIT ‑ preserveOnRefreshView_windowClosed_uiClosedAfterHeartbeatTimeout[any_Chrome_]
com.vaadin.flow.misc.ui.ProdModeConfigIT ‑ prodMode_devTools_alwaysDisabled_shouldNotRenderDevToolsPopup[any_Chrome_]
com.vaadin.flow.misc.ui.ProdModeConfigIT ‑ prodMode_liveReload_alwaysDisabled_shouldNotRenderIndicator[any_Chrome_]
com.vaadin.flow.misc.ui.TranslationIT ‑ translationFilesExist_defaultI18NInstantiated_languagesWork[any_Chrome_]
com.vaadin.flow.misc.ui.TranslationIT ‑ translationFilesExist_defaultI18NInstantiated_updateFromExternalThreadWorks[any_Chrome_]
com.vaadin.flow.mixedtest.ui.IdTestIT(production) ‑ Unknown test
com.vaadin.flow.mixedtest.ui.IdTestIT(production) ‑ testIds[any_Chrome_]
com.vaadin.flow.mixedtest.ui.NpmUsedIT(production) ‑ npmIsUsed
com.vaadin.flow.mixedtest.ui.PolymerIdTestIT(production) ‑ testIds[any_Chrome_]
com.vaadin.flow.multiwar.deployment.TwoAppsIT ‑ bothWebComponentsEmbedded[any_Chrome_]
com.vaadin.flow.multiwar.deployment.TwoAppsIT ‑ testWar1Works[any_Chrome_]
com.vaadin.flow.multiwar.deployment.TwoAppsIT ‑ testWar2Works[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT ‑ offline_goingOnline_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT ‑ offline_serverConnectionAttempted_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT ‑ offline_serverConnectionAttempted_javaCustomisedMessagesShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT ‑ online_goingOffline_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT(production) ‑ offline_goingOnline_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT(production) ‑ offline_serverConnectionAttempted_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT(production) ‑ offline_serverConnectionAttempted_javaCustomisedMessagesShown[any_Chrome_]
com.vaadin.flow.navigate.ConnectionIndicatorIT(production) ‑ online_goingOffline_customisedMessageShown[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ navigateFromViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ navigateToViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openFlowView_isConnectedOnAttach[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openFlowView_navigateToTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openTsView_navigateToFlowView_isConnectedOnAttach[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openTsView_navigateToFlow_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openViewWithSpecialCharactersInQueryParameters[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT ‑ openViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ navigateFromViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ navigateToViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openFlowView_isConnectedOnAttach[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openFlowView_navigateToTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openTsView_navigateToFlowView_isConnectedOnAttach[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openTsView_navigateToFlow_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openViewWithSpecialCharactersInQueryParameters[any_Chrome_]
com.vaadin.flow.navigate.NavigateBetweenViewsIT(production) ‑ openViewWithSpecialCharactersInRoute[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineDeepPath_reload_viewReloaded_baseUrlRewritten[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineNonRoot_reload_viewReloaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineRoot_reload_viewReloaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineServerView_navigateToServerView_offlineStubShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineServerView_navigateToTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineStub_backOnline_stubRemoved_serverViewShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineTsView_navigateToOtherTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offlineTsView_navigateToServerView_offlineStubShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ offline_cachedResourceRequest_resourceLoaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT ‑ onlineRoot_serviceWorkerInstalled_serviceWorkerActive[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineDeepPath_reload_viewReloaded_baseUrlRewritten[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineNonRoot_reload_viewReloaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineRoot_reload_viewReloaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineServerView_navigateToServerView_offlineStubShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineServerView_navigateToTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineStub_backOnline_stubRemoved_serverViewShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineTsView_navigateToOtherTsView_navigationSuccessful[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offlineTsView_navigateToServerView_offlineStubShown[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ offline_cachedResourceRequest_resourceLoaded[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerIT(production) ‑ onlineRoot_serviceWorkerInstalled_serviceWorkerActive[any_Chrome_]
com.vaadin.flow.navigate.ServiceWorkerOnNestedMappingIT ‑ Unknown test
com.vaadin.flow.navigate.ServiceWorkerOnNestedMappingIT(production) ‑ Unknown test
com.vaadin.flow.prodbuild.ParentThemeIT ‑ parentTheme_stylesAppliedFromParentTheme[any_Chrome_]
com.vaadin.flow.prodbuild.ParentThemeInFrontendIT ‑ imagesLocatedInThemeAndWebapp_shouldResolveUrlsAndRenderImages[any_Chrome_]
com.vaadin.flow.prodbuild.ParentThemeInFrontendIT ‑ parentThemeInFrontendFolder_stylesAppliedFromParentTheme[any_Chrome_]
com.vaadin.flow.prodbuild.ThemeComponentsCssIT ‑ themeComponentsCSS_stylesApplied[any_Chrome_]
com.vaadin.flow.pwatest.MainIT ‑ noAttemptsToRegisterServiceWorker[any_Chrome_]
com.vaadin.flow.pwatest.MainIT ‑ registerFakeServiceWorker_reload_serviceWorkerIsUnregistered[any_Chrome_]
com.vaadin.flow.pwatest.MainIT ‑ tryToRegisterServiceWorker_serviceWorkerIsNotAvailable[any_Chrome_]
com.vaadin.flow.pwatest.MainIT(production) ‑ noAttemptsToRegisterServiceWorker[any_Chrome_]
com.vaadin.flow.pwatest.MainIT(production) ‑ registerFakeServiceWorker_reload_serviceWorkerIsUnregistered[any_Chrome_]
com.vaadin.flow.pwatest.MainIT(production) ‑ tryToRegisterServiceWorker_serviceWorkerIsNotAvailable[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT ‑ compareUncompressedAndCompressedServiceWorkerJS[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT ‑ testPwaOfflinePath[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT ‑ testPwaResourcesOffline[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT ‑ testPwaResources[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT(production) ‑ compareUncompressedAndCompressedServiceWorkerJS[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT(production) ‑ testPwaOfflinePath[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT(production) ‑ testPwaResourcesOffline[any_Chrome_]
com.vaadin.flow.pwatest.ui.PwaTestIT(production) ‑ testPwaResources[any_Chrome_]
com.vaadin.flow.router.DefaultRouteResolverTest ‑ basic_route_navigation_target_resolved_correctly
com.vaadin.flow.router.DefaultRouteResolverTest ‑ clientRouteRequest_getDefinedLayout
com.vaadin.flow.router.DefaultRouteResolverTest ‑ clientRouteRequest_noLayoutForPath_Throws
com.vaadin.flow.router.DefaultRouteResolverTest ‑ no_route_found_resolves_to_null
com.vaadin.flow.router.DefaultRouteResolverTest ‑ route_precedence_with_parameters
com.vaadin.flow.router.DefaultRouteResolverTest ‑ string_url_parameter_correctly_set_to_state
com.vaadin.flow.router.DefaultRouteResolverTest ‑ wrong_number_of_parameters_does_not_match
com.vaadin.flow.router.ErrorParameterTest ‑ matchingCauseType
com.vaadin.flow.router.ErrorParameterTest ‑ matchingExceptionType
com.vaadin.flow.router.ErrorParameterTest ‑ superExceptionType
com.vaadin.flow.router.ErrorParameterTest ‑ superMatchingCauseType
com.vaadin.flow.router.EventUtilTest ‑ collectAfterNavigationObservers
com.vaadin.flow.router.EventUtilTest ‑ collectBeforeNavigationObserversFromChains
com.vaadin.flow.router.EventUtilTest ‑ collectBeforeNavigationObserversFromUI
com.vaadin.flow.router.EventUtilTest ‑ collectBeforeNavigationObserversFromUI_elementHasVirtualChildren
com.vaadin.flow.router.EventUtilTest ‑ collectLocaleChangeObserverFromComponentList
com.vaadin.flow.router.EventUtilTest ‑ collectLocaleChangeObserverFromComponentList_elementHasVirtualChildren
com.vaadin.flow.router.EventUtilTest ‑ collectLocaleChangeObserverFromElement
com.vaadin.flow.router.EventUtilTest ‑ collectLocaleChangeObserverFromElement_elementHasVirtualChildren
com.vaadin.flow.router.EventUtilTest ‑ getImplementingComponents
com.vaadin.flow.router.EventUtilTest ‑ getImplementingComponents_elementHasVirtualChildren
com.vaadin.flow.router.EventUtilTest ‑ getImplementingComponents_hasComposite_originalComponentIsReturned
com.vaadin.flow.router.EventUtilTest ‑ inspectChildrenHierarchy
com.vaadin.flow.router.EventUtilTest ‑ inspectChildrenHierarchy_selective
com.vaadin.flow.router.EventUtilTest ‑ inspectMixedChildrenHierarchy
com.vaadin.flow.router.HighlightConditionsTest ‑ locationPrefix_defaultRoute_emptyLocationMatches
com.vaadin.flow.router.HighlightConditionsTest ‑ locationPrefix_defaultRoute_nonEmptyLocationDoesNotMatch
com.vaadin.flow.router.HighlightConditionsTest ‑ locationPrefix_notDefaultRoute_nonPrefixDoesNotMatch
com.vaadin.flow.router.HighlightConditionsTest ‑ locationPrefix_notDefaultRoute_prefixMatches
com.vaadin.flow.router.InternalServerErrorTest ‑ nonProductionMode_hasLogBinding_showStacktraceAndNoWarning
com.vaadin.flow.router.InternalServerErrorTest ‑ nonProductionMode_noLogBinding_showWaringAndStacktrace
com.vaadin.flow.router.InternalServerErrorTest ‑ productionMode_noWarningAndStacktrace
com.vaadin.flow.router.LocationTest ‑ colonInLocationPath_locationIsParsed
com.vaadin.flow.router.LocationTest ‑ dotDotLocationShouldNotWork
com.vaadin.flow.router.LocationTest ‑ emptyLocation
com.vaadin.flow.router.LocationTest ‑ locationFromSegments
com.vaadin.flow.router.LocationTest ‑ locationNameShouldBeAbleToHaveDotDot
com.vaadin.flow.router.LocationTest ‑ locationShouldBeRelative
com.vaadin.flow.router.LocationTest ‑ locationShouldNotEndWithDotDotSegment
com.vaadin.flow.router.LocationTest ‑ locationWithFragment_fragmentRetainedForPathWithQueryParameters
com.vaadin.flow.router.LocationTest ‑ locationWithParamAndEmptyValue
com.vaadin.flow.router.LocationTest ‑ locationWithParamWithAndWithoutValue
com.vaadin.flow.router.LocationTest ‑ locationWithParametersPath_emptyParams
com.vaadin.flow.router.LocationTest ‑ locationWithParametersPath_withTrailingSlash
com.vaadin.flow.router.LocationTest ‑ locationWithParametersPath_withoutTrailingSlash
com.vaadin.flow.router.LocationTest ‑ locationWithParamsInUrl
com.vaadin.flow.router.LocationTest ‑ locationWithParamsInUrlAndParameters
com.vaadin.flow.router.LocationTest ‑ locationWithUrlEncodedCharacters
com.vaadin.flow.router.LocationTest ‑ noSubLocation_emptyOptional
com.vaadin.flow.router.LocationTest ‑ parseLocation
com.vaadin.flow.router.LocationTest ‑ parseLocationStartingWithSlash
com.vaadin.flow.router.LocationTest ‑ parseLocationWithEndingSlash
com.vaadin.flow.router.LocationTest ‑ parseLocationWithQueryStringOnly
com.vaadin.flow.router.LocationTest ‑ parseLocationWithQueryString_emptyValue
com.vaadin.flow.router.LocationTest ‑ parseLocationWithQueryString_noValue
com.vaadin.flow.router.LocationTest ‑ parseNullLocation
com.vaadin.flow.router.LocationTest ‑ parseNullLocationWithParameters
com.vaadin.flow.router.LocationTest ‑ pathShouldBeEmpty
com.vaadin.flow.router.LocationTest ‑ queryValue_decodedCorrectly
com.vaadin.flow.router.LocationTest ‑ spaceInLocation
com.vaadin.flow.router.LocationTest ‑ subLocation
com.vaadin.flow.router.LocationTest ‑ toggleTrailingSlash
com.vaadin.flow.router.LocationTest ‑ toggleTrailingSlash_emtpyLocation
com.vaadin.flow.router.LocationTest ‑ umlautInLocation
com.vaadin.flow.router.ParameterDeserializerTest ‑ parameterizedViaClass
com.vaadin.flow.router.ParameterDeserializerTest ‑ parameterizedViaInterface
com.vaadin.flow.router.ParameterDeserializerTest ‑ testGenericInterface
com.vaadin.flow.router.ParameterDeserializerTest ‑ testInterface
com.vaadin.flow.router.ParameterDeserializerTest ‑ testSimple
com.vaadin.flow.router.QueryParametersTest ‑ complexParameters
com.vaadin.flow.router.QueryParametersTest ‑ complexParametersFromQueryString
com.vaadin.flow.router.QueryParametersTest ‑ complexParametersToQueryString
com.vaadin.flow.router.QueryParametersTest ‑ emptyParameters
com.vaadin.flow.router.QueryParametersTest ‑ emptyParametersToQueryString
com.vaadin.flow.router.QueryParametersTest ‑ equalsAndHashCode
com.vaadin.flow.router.QueryParametersTest ‑ excluding
com.vaadin.flow.router.QueryParametersTest ‑ excludingNone
com.vaadin.flow.router.QueryParametersTest ‑ fromString_blankString_getsEmptyParameters
com.vaadin.flow.router.QueryParametersTest ‑ fromString_emptyString_getsEmptyParameters
com.vaadin.flow.router.QueryParametersTest ‑ fromString_nullString_getsEmptyParameters
com.vaadin.flow.router.QueryParametersTest ‑ including
com.vaadin.flow.router.QueryParametersTest ‑ includingNonExisting
com.vaadin.flow.router.QueryParametersTest ‑ includingNone
com.vaadin.flow.router.QueryParametersTest ‑ merging
com.vaadin.flow.router.QueryParametersTest ‑ mergingAll
com.vaadin.flow.router.QueryParametersTest ‑ mergingMultiValue
com.vaadin.flow.router.QueryParametersTest ‑ parameterWithEmptyValue
com.vaadin.flow.router.QueryParametersTest ‑ parameterWithoutValue
com.vaadin.flow.router.QueryParametersTest ‑ shortHands
com.vaadin.flow.router.QueryParametersTest ‑ simpleParameters
com.vaadin.flow.router.QueryParametersTest ‑ simpleParametersFromQueryString
com.vaadin.flow.router.QueryParametersTest ‑ simpleParametersToQueryString
com.vaadin.flow.router.QueryParametersTest ‑ toStringValidation
com.vaadin.flow.router.QueryParametersTest ‑ underlyingListsUnmodifiable_full
com.vaadin.flow.router.QueryParametersTest ‑ underlyingListsUnmodifiable_simple
com.vaadin.flow.router.QueryParametersTest ‑ underlyingMapUnmodifiable_empty
com.vaadin.flow.router.QueryParametersTest ‑ underlyingMapUnmodifiable_full
com.vaadin.flow.router.QueryParametersTest ‑ underlyingMapUnmodifiable_simple
com.vaadin.flow.router.RouteConfigurationTest ‑ addListenerToApplicationScoped_noEventForSessionChange
com.vaadin.flow.router.RouteConfigurationTest ‑ addListenerToSessionScoped_alsoEventsForApplicationScope
com.vaadin.flow.router.RouteConfigurationTest ‑ configurationForApplicationScope_buildsWithCorrectRegistry
com.vaadin.flow.router.RouteConfigurationTest ‑ configurationForSessionRegistry_buildsWithCorrectRegistry
com.vaadin.flow.router.RouteConfigurationTest ‑ isRouteRegistered_returnsCorrectly
com.vaadin.flow.router.RouteConfigurationTest ‑ parentLayoutAnnotatedClass_parentsCorrecltCollected
com.vaadin.flow.router.RouteConfigurationTest ‑ registeredRouteWithAlias_allPathsAreRegistered
com.vaadin.flow.router.RouteConfigurationTest ‑ routeConfigurationUpdateLock_configurationIsUpdatedOnlyAfterUnlock
com.vaadin.flow.router.RouteConfigurationTest ‑ routeConfiguration_getMethodsReturnCorrectly
com.vaadin.flow.router.RouteConfigurationTest ‑ routeConfiguration_routeTemplatesWorkCorrectly
com.vaadin.flow.router.RouteConfigurationTest ‑ routeWithParent_parentsAreCollectedCorrectly
com.vaadin.flow.router.RouteConfigurationTest ‑ setRoutes_allExpectedRoutesAreSet
com.vaadin.flow.router.RouteNotFoundErrorTest ‑ setErrorParameter_devMode_noRoutes
com.vaadin.flow.router.RouteNotFoundErrorTest ‑ setErrorParameter_productionMode_pathContainRoutesTemplate_renderedElementHasNoRoutes
com.vaadin.flow.router.RouteParametersTest ‑ getters_provide_correct_values
com.vaadin.flow.router.RouteParametersTest ‑ getters_provide_empty_values
com.vaadin.flow.router.RouteParametersTest ‑ integer_getter_longParameter_throws
com.vaadin.flow.router.RouteParametersTest ‑ integer_getter_stringParameter_throws
com.vaadin.flow.router.RouteParametersTest ‑ integer_getter_varaargsParameter_throws
com.vaadin.flow.router.RouteParametersTest ‑ long_getter_stringParameter_throws
com.vaadin.flow.router.RouteParametersTest ‑ long_getter_varaargsParameter_throws
com.vaadin.flow.router.RouteParametersTest ‑ varargs_initializer_throws_exception
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ basic_url_resolving
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ getTemplate_returns_url_template
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ getUrlBase_returns_url_without_parameter_even_for_required_parameters
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ getUrl_for_has_url_with_supported_parameters
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ getUrl_returns_url_if_parameter_is_wildcard_or_optional
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ getUrl_throws_for_required_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ layout_with_url_parameter_url_resolving
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ navigation_targets_remove_route_target_with_same_path_and_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ navigation_targets_remove_route_with_same_path
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ navigation_targets_remove_route_with_same_path_and_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ navigation_targets_with_same_route_and_one_with_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ navigation_targets_with_same_route_and_two_with_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ nested_layouts_url_resolving
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ root_navigation_target_with_optional_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ root_navigation_target_with_wildcard_parameter
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ routerLinkInParent_updatesWhenNavigating
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ url_resolves_correctly_for_optional_and_wild_parameters
com.vaadin.flow.router.RouterConfigurationUrlResolvingTest ‑ wildcardPathWithEmptyParameter_emptyParameterIsAvailable
com.vaadin.flow.router.RouterLayoutTest ‑ remove_removesContent
com.vaadin.flow.router.RouterLayoutTest ‑ show_nonNull_childrenUpdated
com.vaadin.flow.router.RouterLayoutTest ‑ show_null_noChildren
com.vaadin.flow.router.RouterLinkTest ‑ createReconfigureRouterLink_explicitRouter
com.vaadin.flow.router.RouterLinkTest ‑ createReconfigureRouterLink_implicitCurrentVaadinServiceRouter
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_explicitRouter
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_explicitRouterWithTargetViewNoText
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_explicitRouterWithTargetViewWithParameterNoText
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_explicitRouterWithTargetViewWithRouteParametersNoText
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_implicitCurrentVaadinServiceRouter
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_withTargetViewNoText
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_withTargetViewWithParameterNoText
com.vaadin.flow.router.RouterLinkTest ‑ createRouterLink_withTargetViewWithRouteParametersNoText
com.vaadin.flow.router.RouterLinkTest ‑ noImplicitRouter
com.vaadin.flow.router.RouterLinkTest ‑ reconfigureRouterLink_attachedLink
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkClassNameHightlightAction
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkClearOldHighlightAction
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkCreationForNormalRouteTarget
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkCreationForUrlParameterRouteTarget
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkDefaultHighlightCondition
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkLocationPrefixHighlightCondition
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkQueryParameters
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkSameLocationHighlightCondition
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkThemeHightlightAction
com.vaadin.flow.router.RouterLinkTest ‑ routerLinkToNotRouterTarget_throwsIAE
com.vaadin.flow.router.RouterLinkTest ‑ routerLink_WithRouteParameters
com.vaadin.flow.router.RouterLinkTest ‑ routerLink_withoutRouter_WithRouteParameters
com.vaadin.flow.router.RouterLinkTest ‑ setRoute_attachedLink
com.vaadin.flow.router.RouterLinkTest ‑ setRoute_withoutRouter
com.vaadin.flow.router.RouterLinkTest ‑ setRoute_withoutRouterWithParameter
com.vaadin.flow.router.RouterTest ‑ after_event_not_fired_on_detach
com.vaadin.flow.router.RouterTest ‑ after_navigation_event_has_route_parameters
com.vaadin.flow.router.RouterTest ‑ after_navigation_listener_is_only_invoked_once_for_redirect
com.vaadin.flow.router.RouterTest ‑ alias_has_two_parents_even_if_route_doesnt
com.vaadin.flow.router.RouterTest ‑ away_navigation_should_not_inform_observer
com.vaadin.flow.router.RouterTest ‑ base_route_and_optional_parameter_throws_configuration_error
com.vaadin.flow.router.RouterTest ‑ basic_naming_based_routes
com.vaadin.flow.router.RouterTest ‑ basic_naming_based_routes_with_trailing_view
com.vaadin.flow.router.RouterTest ‑ basic_navigation
com.vaadin.flow.router.RouterTest ‑ before_and_after_event_fired_in_correct_order
com.vaadin.flow.router.RouterTest ‑ before_enter_listener_is_invoked_for_each_redirect_when_redirecting_on_before_enter
com.vaadin.flow.router.RouterTest ‑ before_enter_listener_is_invoked_once_and_before_leave_twice_when_redirecting_on_before_leave
com.vaadin.flow.router.RouterTest ‑ before_leave_listener_is_invoked_for_each_redirect
com.vaadin.flow.router.RouterTest ‑ before_navigation_event_is_triggered
com.vaadin.flow.router.RouterTest ‑ before_navigation_event_is_triggered_for_attach_and_detach
com.vaadin.flow.router.RouterTest ‑ components_are_not_created_when_parent_layout_redirects
com.vaadin.flow.router.RouterTest ‑ correctly_return_route_with_one_base_route_with_optionals
com.vaadin.flow.router.RouterTest ‑ customRoutePathProvider_name_view
com.vaadin.flow.router.RouterTest ‑ customRoutePathProvider_naming_based_routes
com.vaadin.flow.router.RouterTest ‑ custom_access_denied_exception_target_should_override_default_ones
com.vaadin.flow.router.RouterTest ‑ custom_accessdenied_target_is_used
com.vaadin.flow.router.RouterTest ‑ custom_exception_target_is_used
com.vaadin.flow.router.RouterTest ‑ custom_exception_target_should_override_default_ones
com.vaadin.flow.router.RouterTest ‑ default_wildcard_support_only_for_string
com.vaadin.flow.router.RouterTest ‑ do_not_accept_same_exception_targets
com.vaadin.flow.router.RouterTest ‑ error_target_has_parent_layout
com.vaadin.flow.router.RouterTest ‑ event_listeners_are_invoked_starting_with_parent_component
com.vaadin.flow.router.RouterTest ‑ event_listeners_are_invoked_starting_with_parent_component_when_preserved_on_refresh
com.vaadin.flow.router.RouterTest ‑ exception_during_navigation_is_caught_and_show_in_internalServerError
com.vaadin.flow.router.RouterTest ‑ exception_event_should_keep_original_trigger
com.vaadin.flow.router.RouterTest ‑ exception_in_exception_handler_while_navigating_should_clear_last_handled
com.vaadin.flow.router.RouterTest ‑ exception_while_navigating_should_succeed_and_clear_last_handled
com.vaadin.flow.router.RouterTest ‑ fail_for_multiple_classes_extending_the_same_exception_class
com.vaadin.flow.router.RouterTest ‑ faulty_error_response_code_should_throw_exception
com.vaadin.flow.router.RouterTest ‑ forwardToExternalUrl_forwardsToUrl
com.vaadin.flow.router.RouterTest ‑ forwardToExternalUrl_preventsViewFromBeingCreated
com.vaadin.flow.router.RouterTest ‑ forward_and_reroute_at_the_same_time_exception
com.vaadin.flow.router.RouterTest ‑ forward_fromSetParameters_withoutBeforeEnterObserver
com.vaadin.flow.router.RouterTest ‑ forward_queryParameters
com.vaadin.flow.router.RouterTest ‑ forward_queryParameters_sameNavigationTarget
com.vaadin.flow.router.RouterTest ‑ forward_sameQueryParameters_sameNavigationTarget
com.vaadin.flow.router.RouterTest ‑ forward_toSameTarget_withDifferentURL
com.vaadin.flow.router.RouterTest ‑ forward_withRouteAndQueryParameters_succeed
com.vaadin.flow.router.RouterTest ‑ forward_withRouteParameters_succeed
com.vaadin.flow.router.RouterTest ‑ forward_withWrongRouteParameters_fails
com.vaadin.flow.router.RouterTest ‑ forward_with_url_parameter_in_url
com.vaadin.flow.router.RouterTest ‑ has_url_with_supported_parameters_navigation
com.vaadin.flow.router.RouterTest ‑ layout_chain_is_included_in_before_events
com.vaadin.flow.router.RouterTest ‑ leave_and_enter_listeners_only_receive_correct_state
com.vaadin.flow.router.RouterTest ‑ leave_navigate_and_enter_listeners_execute_in_correct_order
com.vaadin.flow.router.RouterTest ‑ longParameter_deserialization
com.vaadin.flow.router.RouterTest ‑ manual_after_listener_is_fired_before_observer
com.vaadin.flow.router.RouterTest ‑ manual_before_listeners_are_fired_before_observers
com.vaadin.flow.router.RouterTest ‑ manually_registered_listeners_should_fire_for_every_navigation
com.vaadin.flow.router.RouterTest ‑ navigateToAnotherTargetWithParameter_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToChainLinkWithParameterAndTarget_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToChainLinkWithParameter_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToDetailsView_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToParameterTypesView_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToParametersApiView_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToParametersForumThreadView_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToParametersRegexView_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToRoot_errorCode_dontRedirect
com.vaadin.flow.router.RouterTest ‑ navigateToTargetWithOptionalParameters_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateToTargetWithParameter_routeParametersAreExtractedCorrectly
com.vaadin.flow.router.RouterTest ‑ navigateWithinOneParent_oneAfterNavigationEventOneEventOnly
com.vaadin.flow.router.RouterTest ‑ navigateWithinOneParent_oneLeaveEventOneEnterEvent
com.vaadin.flow.router.RouterTest ‑ navigate_incorrectParameter_shouldNotBeResolved
com.vaadin.flow.router.RouterTest ‑ navigating_to_route_with_wildcard_parameter
com.vaadin.flow.router.RouterTest ‑ navigating_with_class_and_parameter_gets_correct_component
com.vaadin.flow.router.RouterTest ‑ navigating_with_class_gets_correct_component
com.vaadin.flow.router.RouterTest ‑ navigation_should_fire_locale_change_observer
com.vaadin.flow.router.RouterTest ‑ noRemoveLayout_oldContentRetained
com.vaadin.flow.router.RouterTest ‑ optional_parameter_gets_parameter
com.vaadin.flow.router.RouterTest ‑ optional_parameter_matches_no_parameter
com.vaadin.flow.router.RouterTest ‑ optional_parameter_non_existing_route
com.vaadin.flow.router.RouterTest ‑ page_title_not_set_from_annotation_in_parent
com.vaadin.flow.router.RouterTest ‑ page_title_set_dynamically
com.vaadin.flow.router.RouterTest ‑ page_title_set_dynamically_from_event_handler
com.vaadin.flow.router.RouterTest ‑ page_title_set_dynamically_from_url_parameter
com.vaadin.flow.router.RouterTest ‑ page_title_set_from_annotation
com.vaadin.flow.router.RouterTest ‑ page_title_set_from_dynamic_title_in_parent
com.vaadin.flow.router.RouterTest ‑ parent_layouts_are_reused_when_change_url
com.vaadin.flow.router.RouterTest ‑ pick_custom_from_multiple_error_targets_when_other_is_default_annotated
com.vaadin.flow.router.RouterTest ‑ postpone_forever_on_before_navigation_event
com.vaadin.flow.router.RouterTest ‑ postpone_obsoleted_by_new_navigation_transition
com.vaadin.flow.router.RouterTest ‑ postpone_then_resume_on_before_navigation_event
com.vaadin.flow.router.RouterTest ‑ postpone_then_resume_with_multiple_listeners
com.vaadin.flow.router.RouterTest ‑ preserve_initial_ui_contents
com.vaadin.flow.router.RouterTest ‑ proceedRightAfterPostpone_navigationIsDone
com.vaadin.flow.router.RouterTest ‑ redirect_to_routeNotFound_error_view_when_no_route_found
com.vaadin.flow.router.RouterTest ‑ repeatedly_navigating_to_same_ur_through_ui_navigate_should_not_loop
com.vaadin.flow.router.RouterTest ‑ rerouteToDefaultAccessDeniedHandler_rerouteToNotFoundPreservingMessage
com.vaadin.flow.router.RouterTest ‑ reroute_and_forward_from_parent_layout
com.vaadin.flow.router.RouterTest ‑ reroute_fails_with_faulty_route_parameters
com.vaadin.flow.router.RouterTest ‑ reroute_fails_with_faulty_url_parameter
com.vaadin.flow.router.RouterTest ‑ reroute_fails_with_no_url_parameter
com.vaadin.flow.router.RouterTest ‑ reroute_on_before_navigation_event
com.vaadin.flow.router.RouterTest ‑ reroute_on_hasParameter_step
com.vaadin.flow.router.RouterTest ‑ reroute_queryParameters
com.vaadin.flow.router.RouterTest ‑ reroute_queryParameters_sameNavigationTarget
com.vaadin.flow.router.RouterTest ‑ reroute_sameQueryParameters_sameNavigationTarget
com.vaadin.flow.router.RouterTest ‑ reroute_to_error_from_has_param
com.vaadin.flow.router.RouterTest ‑ reroute_to_error_opens_expected_error_target
com.vaadin.flow.router.RouterTest ‑ reroute_to_error_with_custom_message_message_is_used
com.vaadin.flow.router.RouterTest ‑ reroute_withRouteAndQueryParameters_succeed
com.vaadin.flow.router.RouterTest ‑ reroute_withRouteParameters_succeed
com.vaadin.flow.router.RouterTest ‑ reroute_withWrongRouteParameters_fails
com.vaadin.flow.router.RouterTest ‑ reroute_with_multiple_route_parameters
com.vaadin.flow.router.RouterTest ‑ reroute_with_multiple_route_parameters_fails_to_parameterless_target
com.vaadin.flow.router.RouterTest ‑ reroute_with_multiple_route_parameters_fails_to_single_parameter_target
com.vaadin.flow.router.RouterTest ‑ reroute_with_url_parameter
com.vaadin.flow.router.RouterTest ‑ reroute_with_url_parameter_in_url
com.vaadin.flow.router.RouterTest ‑ resolveNavigation_pathContainsDots_dotSegmentIsNotParentReference_noException
com.vaadin.flow.router.RouterTest ‑ resolveNavigation_pathContainsDots_pathIsRelative_noException
com.vaadin.flow.router.RouterTest ‑ root_navigation_target_with_required_parameter
com.vaadin.flow.router.RouterTest ‑ route_as_parent_layout_handles_as_expected
com.vaadin.flow.router.RouterTest ‑ route_precedence_when_one_has_parameter
com.vaadin.flow.router.RouterTest ‑ route_with_wildcard_parameter_should_be_last_hit
com.vaadin.flow.router.RouterTest ‑ router_navigate_should_not_loop
com.vaadin.flow.router.RouterTest ‑ routes_withAlternateOptionalParameter_failToRegister
com.vaadin.flow.router.RouterTest ‑ test_naming_based_routes_with_name_view
com.vaadin.flow.router.RouterTest ‑ test_router_resolve
com.vaadin.flow.router.RouterTest ‑ ui_navigate_should_only_have_one_history_marking_on_loop
com.vaadin.flow.router.RouterTest ‑ unparsable_url_parameter
com.vaadin.flow.router.RouterTest ‑ url_parameter_is_invoked_right_before_enter_events
com.vaadin.flow.router.RouterTest ‑ url_parameter_is_invoked_where_before_enter_is_not_observed
com.vaadin.flow.router.RouterTest ‑ verify_collisions_not_allowed_with_naming_convention
com.vaadin.flow.router.RouterTest ‑ without_optional_parameter
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ changeListenerAddedDuringUpdate_eventIsFiredForListener
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ check_has_parameters_returns_correctly
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_normal_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_normal_work_together

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 2202 to 2795)

There are 4883 tests, see "Raw output" for the list of tests 2202 to 2795.
Raw output
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_optional_parameter_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_optional_parameter_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_wildcard_and_normal_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_wildcard_and_optional_parameter_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ has_url_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ lockingConfiguration_configurationIsUpdatedOnlyAfterUnlock
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ multipleLayouts_stricterLayoutMatches_correctLayoutsReturned
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ multiple_normal_routes_throw_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ normal_and_has_url_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ normal_and_has_url_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ normal_and_optional_throws_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ normal_and_wildcard_and_has_url_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ normal_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ only_has_url_target_works_as_expected
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ only_normal_target_works_as_expected
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ only_optional_target_works_as_expected
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ only_wildcard_target_works_as_expected
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ optional_and_normal_throws_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ optional_parameter_and_has_url_and_wildcard_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ optional_parameter_and_wildcard_and_has_url_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ removeChangeListener_noEventsAreFired
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ removing_all_targets_is_possible_and_returns_empty
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ removing_target_leaves_others
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ routeChangeListener_blockChangesAreGivenCorrectlyInEvent
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ routeChangeListener_correctChangesAreReturned
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ routeChangedEvent_testPathAddedAndRemoved
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ routeChangedEvent_testRouteAddedAndRemoved
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ routeWithAliases_eventShowsCorrectlyAsRemoved
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ singleLayout_nonMatchingPathsReturnFalseOnHasLayout
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ two_has_route_parameters_throw_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ two_optionals_throw_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ two_wildcard_parameters_throw_exception
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ wildcard_and_has_url_and_optional_parameter_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ wildcard_and_has_url_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ wildcard_and_normal_and_has_url_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ wildcard_and_normal_work_together
com.vaadin.flow.router.internal.AbstractRouteRegistryTest ‑ wildcard_and_optional_parameter_and_has_url_work_together
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ duplicateParameterPathRegistration_throwsException
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ duplicateRootPathRegistration_throwsException
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfigurationClear_preservesErrorRoute
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfigurationClear_removesRegisteredRoutes
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfiguration_canSetErrorTargets
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfiguration_canSetRouteTarget
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfiguration_canSetTargetRoute
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ mutableConfiguration_makingImmutableHasCorrectData
com.vaadin.flow.router.internal.ConfigureRoutesTest ‑ populatedMutableConfiguration_clearRemovesAllContent
com.vaadin.flow.router.internal.ConfiguredRoutesTest ‑ configuration_provides_formatted_url_for_route_not_routeAlias
com.vaadin.flow.router.internal.ConfiguredRoutesTest ‑ configuration_provides_formatted_url_template
com.vaadin.flow.router.internal.ConfiguredRoutesTest ‑ configuration_provides_target_url
com.vaadin.flow.router.internal.ConfiguredRoutesTest ‑ emptyConfiguration_allGetMethodsWork
com.vaadin.flow.router.internal.ConfiguredRoutesTest ‑ mutableConfiguration_makingImmutableHasCorrectData
com.vaadin.flow.router.internal.ErrorStateRendererTest ‑ handle_errorViewLayoutForwardsToAView_viewIsNavigated
com.vaadin.flow.router.internal.ErrorStateRendererTest ‑ handle_openNPEErrorTarget_infiniteReroute_noStackOverflow_throws
com.vaadin.flow.router.internal.ErrorStateRendererTest ‑ handle_openNPEView_infiniteReroute_noStackOverflow_throws
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ getRouteTarget_supportsProxyClasses
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ getRouteTarget_usageStatistics
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ getRouterLayoutForMulipleLayers
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ getRouterLayoutForSingle
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ getRouterLayoutForSingleParent
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_clientNavigation_withMatchingFlowRoute
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_normalView_refreshCurrentRouteRecreatesComponents
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefreshAndWindowNameKnown_componentIsCachedRetrievedAndFlushed
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefreshAndWindowNameNotKnown_clientSideCallTriggered
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefreshView_refreshCurrentRouteRecreatesComponents
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefreshView_routerLayoutIsPreserved_oldUiIsClosed
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefresh_otherUIChildrenAreMoved
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefresh_refreshIsFlaggedInEvent
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_preserveOnRefresh_sameUI_uiIsNotClosed_childrenAreNotRemoved
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ handle_variousInputs_checkPushStateShouldBeCalledOrNot
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ instantiatorUse
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ purgeInactiveUIPreservedChainCache_activeUI_throws
com.vaadin.flow.router.internal.NavigationStateRendererTest ‑ purgeInactiveUIPreservedChainCache_inactiveUI_clearsCache
com.vaadin.flow.router.internal.PathUtilTest ‑ methods_output_expected_values
com.vaadin.flow.router.internal.RouteModelTest ‑ mutable_methods_throw_when_model_is_immutable
com.vaadin.flow.router.internal.RouteModelTest ‑ remove_route_target_not_found
com.vaadin.flow.router.internal.RouteModelTest ‑ remove_route_url_not_found
com.vaadin.flow.router.internal.RouteModelTest ‑ route_model_provides_navigation_route_target
com.vaadin.flow.router.internal.RouteModelTest ‑ route_model_provides_parameters
com.vaadin.flow.router.internal.RouteModelTest ‑ route_model_provides_route_target
com.vaadin.flow.router.internal.RouteModelTest ‑ route_model_provides_routes
com.vaadin.flow.router.internal.RouteModelTest ‑ route_model_provides_url_template_format
com.vaadin.flow.router.internal.RouteModelTest ‑ varargs_url_parameter_defined_only_as_last_segment
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ onClassLoadEvent_applicationRegistry_changesApplied
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ onClassLoadEvent_applicationRegistry_lazyRouteAdded_noChangesApplied
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ onClassLoadEvent_sessionRegistries_modifiedClass_routePathShouldBePreserved
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ onClassLoadEvent_sessionRegistries_updatesOnlyOnModifiedAndRemovedClasses
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ updateRegistries_emptyClassSet_registriesNotUpdated
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ updateRegistries_notComponentClasses_registriesNotUpdated
com.vaadin.flow.router.internal.RouteRegistryHotswapperTest ‑ updateRegistries_nullClassSet_registriesNotUpdated
com.vaadin.flow.router.internal.RouteUtilTest ‑ abolute_route_alias_gets_expected_parent_layouts
com.vaadin.flow.router.internal.RouteUtilTest ‑ absolute_middle_parent_for_route_alias_should_not_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ absolute_middle_parent_route_should_not_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ absolute_route_alias_should_not_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ absolute_route_gets_expected_parent_layouts
com.vaadin.flow.router.internal.RouteUtilTest ‑ absolute_route_should_not_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ also_non_routes_can_be_used_to_get_top_parent_layout
com.vaadin.flow.router.internal.RouteUtilTest ‑ automaticLayoutShouldBeGottenForDefaultRoute
com.vaadin.flow.router.internal.RouteUtilTest ‑ changedAliasesRouteAnnotatedClass_updateRouteRegistry_routeIsUpdatedInRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ changedFromLazyRouteAnnotatedClass_updateRouteRegistry_routeIsRemovedInRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ changedToLazyRouteAnnotatedClass_updateRouteRegistry_routeIsRemovedInRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ deannotatedRouteClass_updateRouteRegistry_routeIsRemovedFromRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ deletedNotAnnotatedRouteClass_sessionRegistry_updateRouteRegistry_routeIsRemovedFromRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ deletedNotAnnotatedRouteClass_updateRouteRegistry_routeIsRemovedFromRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ deletedRouteAnnotatedClass_sessionRegistry_updateRouteRegistry_routeIsRemovedFromRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ deletedRouteAnnotatedClass_updateRouteRegistry_routeIsRemovedFromRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ expected_parent_layouts_are_found_for_route
com.vaadin.flow.router.internal.RouteUtilTest ‑ expected_parent_layouts_are_found_for_route_alias
com.vaadin.flow.router.internal.RouteUtilTest ‑ expected_to_get_parent_layout
com.vaadin.flow.router.internal.RouteUtilTest ‑ modifiedLazyRouteAnnotatedClass_updateRouteRegistry_existingRoutesArePreserved
com.vaadin.flow.router.internal.RouteUtilTest ‑ newComponentClass_sessionRegistry_updateRouteRegistry_routeIsNotAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ newLazyRouteAnnotatedClass_sessionRegistry_updateRouteRegistry_routeIsNotAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ newLazyRouteAnnotatedClass_updateRouteRegistry_routeIsNotAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ newRouteAnnotatedClass_sessionRegistry_updateRouteRegistry_routeIsNotAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ newRouteAnnotatedClass_updateRouteRegistry_routeIsAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ newRouteComponentWithoutRouteAnnotation_updateRouteRegistry_routeIsNotAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ no_top_parent_layout_for_route_alias
com.vaadin.flow.router.internal.RouteUtilTest ‑ parent_layouts_resolve_correctly_for_route_parent
com.vaadin.flow.router.internal.RouteUtilTest ‑ renamedRouteAnnotatedClass_updateRouteRegistry_routeIsUpdatedInRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ routeAnnotatedClassAddedModifiedAndRemoved_updateRouteRegistry_routeIsAddedToRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ route_alias_path_should_not_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ route_alias_should_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ route_path_should_contain_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ route_path_should_contain_route_and_parent_prefix
com.vaadin.flow.router.internal.RouteUtilTest ‑ sessionRegistryWithManualRegisteredRouteClass_updateRouteRegistry_routeIsUpdatedInRegistry
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_layout_resolves_correctly_for_route_parent
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_for_absolute_route
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_for_absolute_route_alias
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_for_absolute_route_alias_parent
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_for_absolute_route_parent
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_for_route_alias
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_should_be_found_for_base_route
com.vaadin.flow.router.internal.RouteUtilTest ‑ top_parent_layout_should_be_found_for_non_base_route
com.vaadin.flow.server.AbstractConfigurationTest ‑ getProjectFolder_gradleKotlinProject_detected
com.vaadin.flow.server.AbstractConfigurationTest ‑ getProjectFolder_gradleProject_detected
com.vaadin.flow.server.AbstractConfigurationTest ‑ getProjectFolder_mavenProject_detected
com.vaadin.flow.server.AbstractConfigurationTest ‑ getProjectFolder_unknownProject_throws
com.vaadin.flow.server.AbstractDeploymentConfigurationTest ‑ getClassLoader_returnsClassloaderPropertyValue
com.vaadin.flow.server.AbstractDeploymentConfigurationTest ‑ getUIClass_returnsUIParameterPropertyValue
com.vaadin.flow.server.BootstrapContextTest ‑ getPushAnnotation_routeTargetIsAbsent_pushFromTheErrorNavigationTargetIsUsed
com.vaadin.flow.server.BootstrapContextTest ‑ getPushAnnotation_routeTargetIsAbsent_pushIsDefinedOnParentLayout_pushFromTheErrorNavigationTargetParentLayoutIsUsed
com.vaadin.flow.server.BootstrapContextTest ‑ getPushAnnotation_routeTargetPresents_pushDefinedOnParentLayout_pushFromTheClassDefinitionIsUsed
com.vaadin.flow.server.BootstrapContextTest ‑ getPushAnnotation_routeTargetPresents_pushFromTheClassDefinitionIsUsed
com.vaadin.flow.server.CustomUIClassLoaderTest ‑ testWithClassLoader
com.vaadin.flow.server.CustomUIClassLoaderTest ‑ testWithDefaultClassLoader
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ booleanValueReadIgnoreTheCase_false
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ booleanValueReadIgnoreTheCase_true
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ booleanValueRead_emptyIsTrue
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ booleanValueRead_exceptionOnNonBooleanValue
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ checkLockStrategy_configurableViaPropertyParameter
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ checkLockStrategy_defaultsToAssert
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ defaultPushServletMapping
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ frontendHotDeploy_hillaInLegacyFrontendFolderExists_usesLegacyAndHotdeploy
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ frontendHotdeployParameter_expressBuildFeatureFlagIsON_resetsFrontendHotdeployToFalse
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ isProductionMode_productionModeIsSetViaParentOnly_productionModeIsTakenFromParent
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ isProductionMode_productionModeIsSetViaPropertiesAndViaParent_productionModeIsTakenFromProperties
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ isXsrfProtectionEnabled_valueIsSetViaParentOnlyAndViaParent_valueIsTakenFromParent
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ isXsrfProtectionEnabled_valueIsSetViaParentOnly_valueIsTakenFromParent
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ maxMessageSuspendTimeout_invalidValue_defaultValue
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ maxMessageSuspendTimeout_validValue_accepted
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ productionModeTrue_frontendHotdeployTrue_frontendHotdeployReturnsFalse
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ pushUrl
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ testGetSystemProperty
com.vaadin.flow.server.DefaultDeploymentConfigurationTest ‑ testGetSystemPropertyForDefaultPackage
com.vaadin.flow.server.DefaultErrorHandlerTest ‑ error_acceptedException_errorHandled
com.vaadin.flow.server.DefaultErrorHandlerTest ‑ error_ignoredException_notHandled
com.vaadin.flow.server.DefaultErrorHandlerTest ‑ error_loggerAtDebugLevel_errorHandled
com.vaadin.flow.server.DefaultErrorHandlerTest ‑ error_subclassOfIgnoredException_errorHandled
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_initParamtersAreSet_tokenDevModePropertiesAreNotSet
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_readDevModeProperties
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_tokenFileIsSetViaContext_externalStatsFileIsReadFromTokenFile_predefinedProperties
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_tokenFileIsSetViaContext_externalStatsUrlIsReadFromTokenFile_predefinedProperties
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_tokenFileIsSetViaContext_setPropertyFromTokenFile
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_valuesAreTakenFromservletConfigAndTokenFile_valuesFromTokenFileOverridenByServletConfig
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ createInitParameters_valuesFromContextAreIgnored_valuesAreTakenFromservletConfig
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ externalStatsFileTrue_predefinedValuesAreNotOverridden_productionMode
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ servletConfigParametersOverrideServletContextParameters
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ servletConfigParameters_nullValues_ignored
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ servletWithEnclosingUI_hasItsNameInConfig
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ servletWithNoEnclosingUI_hasDefaultUiInConfig
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ shouldNotThrow_tokenFileFoldersExist
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ shouldNotThrow_tokenFileFrontendFolderInDevMode
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ shouldThrow_tokenFileContainsNonExistingFrontendFolderNoNpmFolder
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ shouldThrow_tokenFileContainsNonExistingFrontendFolderOutsideNpmSubFolder
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ shouldThrow_tokenFileContainsNonExistingNpmFolderInDevMode
com.vaadin.flow.server.DeploymentConfigurationFactoryTest ‑ should_readConfigurationFromTokenFile
com.vaadin.flow.server.DevToolsTokenTest ‑ init_nullProjectFolder_useInMemoryToken
com.vaadin.flow.server.DevToolsTokenTest ‑ init_tokenFileNotExising_createTokenFile
com.vaadin.flow.server.ErrorHandlerUtilTest ‑ illegalArgumentException_doesNotExecuteErrorView
com.vaadin.flow.server.ErrorHandlerUtilTest ‑ nullPointerException_executesErrorView
com.vaadin.flow.server.ErrorHandlerUtilTest ‑ redrawnExceptionView_alsoInitializesParent
com.vaadin.flow.server.HandlerHelperTest ‑ getPathIfInsideServlet_all_urls_servlet
com.vaadin.flow.server.HandlerHelperTest ‑ getPathIfInsideServlet_default_servlet
com.vaadin.flow.server.HandlerHelperTest ‑ getPathIfInsideServlet_root_only_servlet
com.vaadin.flow.server.HandlerHelperTest ‑ getPathIfInsideServlet_sevlet_using_single_path
com.vaadin.flow.server.HandlerHelperTest ‑ getPathIfInsideServlet_sevlet_with_context_path
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_fakeUploadUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_flowPushUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_hillaPushUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_noType
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_noType_withServletMappingAndPath
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_staticFileUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_unknownType
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_uploadUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_nonRootServlet
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_nonRootServlet_pathInsideServlet
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_pathInsideServlet
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_pathInsideServlet_noType
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_servletRoot
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinRequest_servletRoot_noType
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_vaadinServletMapping_flowPushUrl
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_validType_emptyPathinfo
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_validType_nullPathInfo
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_validType_slashPathinfo
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_validType_withPath
com.vaadin.flow.server.HandlerHelperTest ‑ isFrameworkInternalRequest_validType_withServletMappingAndPath
com.vaadin.flow.server.HandlerHelperTest ‑ publicResources
com.vaadin.flow.server.HttpStatusCodeTest ‑ isValidStatusCode_invalidCode_returnsFalse
com.vaadin.flow.server.HttpStatusCodeTest ‑ isValidStatusCode_validCode_returnsTrue
com.vaadin.flow.server.I18NProviderTest ‑ no_property_defined_should_leave_with_default_locale
com.vaadin.flow.server.I18NProviderTest ‑ property_defined_should_init_registry_with_provider
com.vaadin.flow.server.I18NProviderTest ‑ translate_calls_provider
com.vaadin.flow.server.I18NProviderTest ‑ translate_withoutVaadinService_throwIllegalStateException
com.vaadin.flow.server.I18NProviderTest ‑ with_defined_provider_locale_should_be_the_available_one
com.vaadin.flow.server.InitParametersTest ‑ publicMembersAreStringConstants
com.vaadin.flow.server.PlatformTest ‑ testGetHillaVersionReturnsEmptyOptionalWhenHillaNotOnClasspath
com.vaadin.flow.server.PlatformTest ‑ testGetHillaVersionReturnsProperVersionWhenHillaOnClasspath
com.vaadin.flow.server.PlatformTest ‑ testGetVaadinHillaVersionReturnsProperVersionWhenBothVaadinAndHillaOnClasspath
com.vaadin.flow.server.PlatformTest ‑ testGetVaadinVersionReturnsEmptyOptionalWhenVaadinNotOnClasspath
com.vaadin.flow.server.PlatformTest ‑ testGetVaadinVersionReturnsProperVersionWhenVaadinOnClasspath
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ allDefaultAbstractConfigurationMethodsAreOverridden
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ frontendHotDeploy_hillaInLegacyFrontendFolderExists_usesLegacyAndHotdeploy
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ frontendHotdeploy_valueIsProvidedViaParentOnly_propertyIsSetToAnotherValue_valueFromParentIsReturnedViaAPI
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ frontendHotdeploy_valueIsProvidedViaParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ frontendHotdeploy_valueIsProvidedViaPropertiesAndParent_valueIsAlwaysTrueIfExpressBuildIsOFF
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ getApplicationProperty_propertyIsDefinedInParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ getApplicationProperty_propertyIsDefinedInPropertiesAndParent_valueFromPropertiesIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ getInitParameters_prorprtiesAreMergedFromParentAndDeploymentConfig
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isPnpmEnabled_valueIsProvidedViaParentOnly_propertyIsSetToAnotherValue_valueFromParentIsReturnedViaAPI
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isPnpmEnabled_valueIsProvidedViaParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isPnpmEnabled_valueIsProvidedViaPropertiesAndParent_valueFromPropertiesIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isProductionMode_modeIsProvidedViaParentOnly_propertyIsSetToAnotherValue_valueFromParentIsReturnedViaAPI
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isProductionMode_modeIsProvidedViaParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isProductionMode_modeIsProvidedViaPropertiesAndParent_valueFromPropertiesIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isXsrfProtectionEnabled_valueIsProvidedViaParentOnly_propertyIsSetToAnotherValue_valueFromParentIsReturnedViaAPI
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isXsrfProtectionEnabled_valueIsProvidedViaParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ isXsrfProtectionEnabled_valueIsProvidedViaPropertiesAndParent_valueFromPropertiesIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ reuseDevServer_valueIsProvidedViaParentOnly_propertyIsSetToAnotherValue_valueFromParentIsReturnedViaAPI
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ reuseDevServer_valueIsProvidedViaParentOnly_valueFromParentIsReturned
com.vaadin.flow.server.PropertyDeploymentConfigurationTest ‑ reuseDevServer_valueIsProvidedViaPropertiesAndParent_valueFromPropertiesIsReturned
com.vaadin.flow.server.PwaConfigurationTest ‑ pwaDefaultStartUrl_should_BeDotInsteadOfEmptyString
com.vaadin.flow.server.PwaConfigurationTest ‑ pwaOfflinePathEmpty_should_beDisabled
com.vaadin.flow.server.PwaRegistryTest ‑ pwaIconIsGeneratedBasedOnClasspathIcon_servletContextHasNoResources
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithCustomBaseIconPath_splashScreenIconForAllSupportedAppleDevicesAndOrientationsAreGenerated
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithCustomBaseIconPath_splashScreenIconForAppleDevices_areGeneratedBasedOnIconPath
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithCustomBaseIconPath_splashScreenIconForIPadDevices_includeBothOrientations
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithCustomBaseIconPath_splashScreenIconForIPhoneDevices_includeBothOrientations
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithCustomOfflinePath_getRuntimeServiceWorkerJsContainsCustomOfflinePath
com.vaadin.flow.server.PwaRegistryTest ‑ pwaWithoutCustomOfflinePath_getRuntimeServiceWorkerJsContainsCustomOfflinePath
com.vaadin.flow.server.SessionRouteRegistryTest ‑ addMultipleClassesToSameRoute_removeClassLeavesRoute
com.vaadin.flow.server.SessionRouteRegistryTest ‑ addSameClassForMultipleRoutes_removalOfRouteClassClearsRegisttry
com.vaadin.flow.server.SessionRouteRegistryTest ‑ getTargetUrl_annotatedRoute_rootIsAlias_mainRouteIsNotRoot_mainRouteIsReturned
com.vaadin.flow.server.SessionRouteRegistryTest ‑ getTargetUrl_annotatedRoute_rootIsAlias_mainRouteIsParamerterized_routeAliasIsReturned
com.vaadin.flow.server.SessionRouteRegistryTest ‑ lockingConfiguration_configurationIsUpdatedOnlyAfterUnlockk
com.vaadin.flow.server.SessionRouteRegistryTest ‑ manuallyRegisteredAliases_RouteDataIsReturnedCorrectly
com.vaadin.flow.server.SessionRouteRegistryTest ‑ maskedPathsInParent_eventContainsOnlyChangesVisibleForSession
com.vaadin.flow.server.SessionRouteRegistryTest ‑ registerRouteWithAliases_routeAliasesRegisteredAsExpected
com.vaadin.flow.server.SessionRouteRegistryTest ‑ registeredParentLayouts_changingListDoesntChangeRegistration
com.vaadin.flow.server.SessionRouteRegistryTest ‑ registeredParentLayouts_returnedListInSameOrder
com.vaadin.flow.server.SessionRouteRegistryTest ‑ registeredRouteWithAliasGlobally_sessionRegistryOverridesMainUrl
com.vaadin.flow.server.SessionRouteRegistryTest ‑ registeredRouteWithAliasGlobally_sessionRegistryReturnsFromGlobal
com.vaadin.flow.server.SessionRouteRegistryTest ‑ removeListener_noEventsAreGottenForAnyRegistry
com.vaadin.flow.server.SessionRouteRegistryTest ‑ routeChangeListener_blockChangesAreGivenCorrectlyInEvent
com.vaadin.flow.server.SessionRouteRegistryTest ‑ routeChangeListener_correctChangesAreReturned
com.vaadin.flow.server.SessionRouteRegistryTest ‑ routeRegisteredOnMultiplePaths_removalOfDefaultPathUpdatesDefaultPath
com.vaadin.flow.server.SessionRouteRegistryTest ‑ routeWithAliases_eventShowsCorrectlyAsRemoved
com.vaadin.flow.server.SessionRouteRegistryTest ‑ routesWithParentLayouts_parentLayoutReturnsAsExpected
com.vaadin.flow.server.SessionRouteRegistryTest ‑ serialize_deserialize_parentRegistryIsANewOne
com.vaadin.flow.server.SessionRouteRegistryTest ‑ sessionRegistryOverridesParentRegistryForGetTargetUrl_globalRouteStillAccessible
com.vaadin.flow.server.SessionRouteRegistryTest ‑ sessionRegistryOverridesParentRegistryWithOwnClass_globalRouteReturnedAfterClassRemoval
com.vaadin.flow.server.SessionRouteRegistryTest ‑ sessionScopeContainsTemplateRoute_applicationRegistryBetterMatchIsReturned
com.vaadin.flow.server.SessionRouteRegistryTest ‑ sessionScopeContainsTemplateRoute_applicationRegistryExactMatchIsReturned
com.vaadin.flow.server.SessionRouteRegistryTest ‑ setSameRouteValueFromDifferentThreads_ConcurrencyTest
com.vaadin.flow.server.SessionRouteRegistryTest ‑ settingSessionRouteRegistryOfAnotherSession_getRegistryFails
com.vaadin.flow.server.SessionRouteRegistryTest ‑ updateAndRemoveFromMultipleThreads_endResultAsExpected
com.vaadin.flow.server.SessionRouteRegistryTest ‑ updateRoutesFromMultipleThreads_allRoutesAreRegistered
com.vaadin.flow.server.SessionRouteRegistryTest ‑ useRouteResolutionFromDifferentThreads_ConcurrencyTest
com.vaadin.flow.server.StaticFileServerTest ‑ ServletPath_serveStaticBundleBuildResource
com.vaadin.flow.server.StaticFileServerTest ‑ ServletPath_serveStaticFileResource
com.vaadin.flow.server.StaticFileServerTest ‑ browserHasNewestVersionInvalidModificiationTime
com.vaadin.flow.server.StaticFileServerTest ‑ browserHasNewestVersionNewerIfModifiedSinceHeader
com.vaadin.flow.server.StaticFileServerTest ‑ browserHasNewestVersionNoIfModifiedSinceHeader
com.vaadin.flow.server.StaticFileServerTest ‑ browserHasNewestVersionOlderIfModifiedSinceHeader
com.vaadin.flow.server.StaticFileServerTest ‑ browserHasNewestVersionUnknownModificiationTime
com.vaadin.flow.server.StaticFileServerTest ‑ concurrentRequestsToJarResources_checksAreCorrect
com.vaadin.flow.server.StaticFileServerTest ‑ contextAndServletPath_serveStaticBundleBuildResource
com.vaadin.flow.server.StaticFileServerTest ‑ contextAndServletPath_serveStaticFileResource
com.vaadin.flow.server.StaticFileServerTest ‑ contextPath_serveStaticBundleBuildResource
com.vaadin.flow.server.StaticFileServerTest ‑ contextPath_serveStaticFileResource
com.vaadin.flow.server.StaticFileServerTest ‑ customStaticBuildResource_isServed
com.vaadin.flow.server.StaticFileServerTest ‑ customStatsJson_isServedFromServlet
com.vaadin.flow.server.StaticFileServerTest ‑ directoryIsNotResourceRequest
com.vaadin.flow.server.StaticFileServerTest ‑ getCacheTime
com.vaadin.flow.server.StaticFileServerTest ‑ getRequestFilename
com.vaadin.flow.server.StaticFileServerTest ‑ getRequestFilename_shouldAlwaysBeResolvedAsRootResourceForServiceWorkerRequest
com.vaadin.flow.server.StaticFileServerTest ‑ getStaticResource_delegateToVaadinService
com.vaadin.flow.server.StaticFileServerTest ‑ isNotResourceRequest
com.vaadin.flow.server.StaticFileServerTest ‑ isNotResourceRequestWithContextPath
com.vaadin.flow.server.StaticFileServerTest ‑ isResourceRequest
com.vaadin.flow.server.StaticFileServerTest ‑ isResourceRequestWithContextPath
com.vaadin.flow.server.StaticFileServerTest ‑ isStaticResource_jarInAJar_detectsAsStaticResources
com.vaadin.flow.server.StaticFileServerTest ‑ isStaticResource_jarWarFileScheme_detectsAsStaticResources
com.vaadin.flow.server.StaticFileServerTest ‑ nonProductionMode_writeCacheHeadersCacheResource_noCache
com.vaadin.flow.server.StaticFileServerTest ‑ nonProductionMode_writeCacheHeadersDoNotCacheResource
com.vaadin.flow.server.StaticFileServerTest ‑ nonexistingStaticBuildResource_notServed
com.vaadin.flow.server.StaticFileServerTest ‑ openFileServerExistsForZip_openingNewDoesNotFail
com.vaadin.flow.server.StaticFileServerTest ‑ openingJarFileSystemForDifferentFilesInSameJar_existingFileSystemIsUsed
com.vaadin.flow.server.StaticFileServerTest ‑ serveNonExistingStaticResource
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticBundleBuildResource
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticFileResource
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResourceBrowserHasLatest
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResourceFromWebjarWithIncorrectPath
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResourceFromWebjarWithIncorrectPathAndFixingDisabled
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_externalThemeResourceRequest_serveFromBundle
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_projectThemeResourceRequest_serveFromFrontend
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_themeResourceRequest_productionMode_notServeFromBundleNorFromFrontend
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeInTheEndWithBackslash_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeInTheEndWithEncodedBackslashLowerCase_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeInTheEndWithEncodedBackslashUpperCase_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeInTheEndWithSlash_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeWithBackslash_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeWithEncodedBackslashLowerCase_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeWithEncodedBackslashUpperCase_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithDirectoryChangeWithSlash_returnsImmediatelyAndSetsBadRequestStatus
com.vaadin.flow.server.StaticFileServerTest ‑ serveStaticResource_uriWithPercent_isServed
com.vaadin.flow.server.StaticFileServerTest ‑ staticManifestPathIndexHtmlResource_notServed
com.vaadin.flow.server.StaticFileServerTest ‑ staticManifestPathResource_isServed
com.vaadin.flow.server.StaticFileServerTest ‑ writeCacheHeadersCacheResource
com.vaadin.flow.server.StaticFileServerTest ‑ writeCacheHeadersDoNotCacheResource
com.vaadin.flow.server.StaticFileServerTest ‑ writeModificationTimestampBrowserDoesNotHaveLatest
com.vaadin.flow.server.StaticFileServerTest ‑ writeModificationTimestampBrowserHasLatest
com.vaadin.flow.server.StreamResourceRegistryTest ‑ getResourceUriIsEncoded_withContainingPlus
com.vaadin.flow.server.StreamResourceRegistryTest ‑ getResourceUriIsEncoded_withQueryParams
com.vaadin.flow.server.StreamResourceRegistryTest ‑ getResourceUriIsEncoded_withSimpleSpace
com.vaadin.flow.server.StreamResourceRegistryTest ‑ registerResource_registrationResultCanBeFound
com.vaadin.flow.server.StreamResourceRegistryTest ‑ registerTwoResourcesWithSameName_resourcesHasDifferentURI
com.vaadin.flow.server.StreamResourceRegistryTest ‑ unregisterResource_resourceIsRemoved
com.vaadin.flow.server.StreamResourceTest ‑ getDefaultContentTypeResolver
com.vaadin.flow.server.StreamResourceTest ‑ setContentType
com.vaadin.flow.server.StreamResourceTest ‑ setContentTypeResolver
com.vaadin.flow.server.StreamResourceTest ‑ setHeader_headerIsInHeadersListAndGetterReturnsTheValue
com.vaadin.flow.server.VaadinRequestTest ‑ getContentLengthLong_delegateToGetContentLength
com.vaadin.flow.server.VaadinServiceDauTest ‑ init_dauEnabled_lookupCustomIdentitySupplier
com.vaadin.flow.server.VaadinServiceDauTest ‑ init_developmentMode_dauNotEnabled
com.vaadin.flow.server.VaadinServiceDauTest ‑ init_productionMode_dauBuild_dauEnabled
com.vaadin.flow.server.VaadinServiceDauTest ‑ init_productionMode_dauBuild_subscriptionKeyNotAvailable_throws
com.vaadin.flow.server.VaadinServiceDauTest ‑ init_productionMode_notDauBuild_dauNotEnabled
com.vaadin.flow.server.VaadinServiceTest ‑ captionIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ createRequestHandlers_pwaHandlerIsInList_webComponentHandlersAreInList
com.vaadin.flow.server.VaadinServiceTest ‑ currentInstancesAfterPendingAccessTasks
com.vaadin.flow.server.VaadinServiceTest ‑ dependencyFilterOrder_bundeFiltersAfterApplicationFilters
com.vaadin.flow.server.VaadinServiceTest ‑ fireSessionDestroy_sessionStateIsSetToClosed
com.vaadin.flow.server.VaadinServiceTest ‑ loadInstantiators_instantiatorIsLoadedUsingFactoryFromLookup
com.vaadin.flow.server.VaadinServiceTest ‑ loadInstantiators_twoFactoriesInLookup_throws
com.vaadin.flow.server.VaadinServiceTest ‑ messageSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ messageWithDetailsIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ nullCaptionIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ nullMessageIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ nullMessageSentAsNullInACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ nullUrlIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServiceTest ‑ reinitializeSession_setVaadinSessionAttriuteWithLock
com.vaadin.flow.server.VaadinServiceTest ‑ removeFromHttpSession_setExplicitSessionCloseAttribute
com.vaadin.flow.server.VaadinServiceTest ‑ serviceContainsStreamRequestHandler
com.vaadin.flow.server.VaadinServiceTest ‑ should_reported_routing_hybrid
com.vaadin.flow.server.VaadinServiceTest ‑ should_reported_routing_server
com.vaadin.flow.server.VaadinServiceTest ‑ testFireSessionDestroy
com.vaadin.flow.server.VaadinServiceTest ‑ testServiceInitListener_accessApplicationRouteRegistry_registryAvailable
com.vaadin.flow.server.VaadinServiceTest ‑ urlIsSetToACriticalNotification
com.vaadin.flow.server.VaadinServletConfigTest ‑ getPropertyNames_returnsExpectedProperties
com.vaadin.flow.server.VaadinServletConfigTest ‑ vaadinContextThroughConfig_setAndGetAttribute
com.vaadin.flow.server.VaadinServletContextTest ‑ getAttributeWithProvider
com.vaadin.flow.server.VaadinServletContextTest ‑ getMissingAttributeWithoutProvider
com.vaadin.flow.server.VaadinServletContextTest ‑ getPropertyNames_returnsExpectedProperties
com.vaadin.flow.server.VaadinServletContextTest ‑ removeValue_removeMethod_valueIsRemoved
com.vaadin.flow.server.VaadinServletContextTest ‑ removeValue_setWithClass_valueIsRemoved
com.vaadin.flow.server.VaadinServletContextTest ‑ setAndGetAttribute
com.vaadin.flow.server.VaadinServletContextTest ‑ setNullAttributeNotAllowed
com.vaadin.flow.server.VaadinServletContextTest ‑ setValueBasedOnSuperType_explicitClass_found
com.vaadin.flow.server.VaadinServletContextTest ‑ setValueBasedOnSuperType_implicitClass_notFound
com.vaadin.flow.server.VaadinServletRequestTest ‑ getContentLengthLong_delegateToServletRequestGetContentLengthLong
com.vaadin.flow.server.VaadinServletServiceTest ‑ filtersAreCalledWhenHandlingARequest
com.vaadin.flow.server.VaadinServletServiceTest ‑ getContextRootRelativePath_useVariousContextPathAndServletPathsAndPathInfo
com.vaadin.flow.server.VaadinServletServiceTest ‑ getPwaRegistry_servletInitialized_getsRegistry
com.vaadin.flow.server.VaadinServletServiceTest ‑ getPwaRegistry_servletNotInitialized_getsNull
com.vaadin.flow.server.VaadinServletServiceTest ‑ init_classLoaderIsSetUsingServletContext
com.vaadin.flow.server.VaadinServletServiceTest ‑ resolveNullThrows
com.vaadin.flow.server.VaadinServletServiceTest ‑ resolveResource
com.vaadin.flow.server.VaadinServletServiceTest ‑ resolveResourceNPM_production
com.vaadin.flow.server.VaadinServletTest ‑ createStaticFileHandler_delegateToStaticFileHandlerFactory
com.vaadin.flow.server.VaadinServletTest ‑ destroy_servletConfigAvailableInServbiceDestroy
com.vaadin.flow.server.VaadinServletTest ‑ destroy_servletIsInitializedBeforeDestroy_servletConfigIsNullAfterDestroy
com.vaadin.flow.server.VaadinServletTest ‑ init_appClassLoaderIsSet
com.vaadin.flow.server.VaadinServletTest ‑ init_contextHasLookup_servletIsInitialized
com.vaadin.flow.server.VaadinServletTest ‑ init_contextInitializationIsExecuted
com.vaadin.flow.server.VaadinServletTest ‑ init_initIsCalledAfterDestroy_passDifferentConfigInstance_servletIsInitialized
com.vaadin.flow.server.VaadinServletTest ‑ init_initOnlyConfig_CurrentInstanceClearAllIsCalled
com.vaadin.flow.server.VaadinServletTest ‑ init_initServlet_CurrentInstanceClearAllIsCalled
com.vaadin.flow.server.VaadinServletTest ‑ init_noLookup_servletIsNotInitialized
com.vaadin.flow.server.VaadinServletTest ‑ init_passDifferentConfigInstance_throws
com.vaadin.flow.server.VaadinServletTest ‑ init_superInitCalledOnce
com.vaadin.flow.server.VaadinServletTest ‑ testGetLastPathParameter
com.vaadin.flow.server.VaadinSessionTest ‑ checkHasLock_assert
com.vaadin.flow.server.VaadinSessionTest ‑ checkHasLock_log
com.vaadin.flow.server.VaadinSessionTest ‑ checkHasLock_noCheckInDevMode
com.vaadin.flow.server.VaadinSessionTest ‑ checkHasLock_throw
com.vaadin.flow.server.VaadinSessionTest ‑ findComponent_existingComponentFound
com.vaadin.flow.server.VaadinSessionTest ‑ findComponent_nonExistingAppIdThrows
com.vaadin.flow.server.VaadinSessionTest ‑ findComponent_nonExistingNodeIdThrows
com.vaadin.flow.server.VaadinSessionTest ‑ setLocale_setLocaleForAllUIs
com.vaadin.flow.server.VaadinSessionTest ‑ setState_closedState_sessionFieldIsCleanedUp
com.vaadin.flow.server.VaadinSessionTest ‑ testValueUnbound
com.vaadin.flow.server.VaadinSessionTest ‑ threadLocalsAfterUnderlyingSessionTimeout
com.vaadin.flow.server.VaadinSessionTest ‑ valueUnbound_explicitVaadinSessionClose_wrappedSessionIsNotCleanedUp
com.vaadin.flow.server.VaadinSessionTest ‑ valueUnbound_implicitVaadinSessionClose_wrappedSessionIsCleanedUp
com.vaadin.flow.server.VaadinSessionTest ‑ valueUnbound_sessionIsNotInitialized_noAnyInteractions
com.vaadin.flow.server.WebBrowserTest ‑ isAndroid_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isChromeOS_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isIPhone_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isLinux_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isMacOSX_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isWindowsPhone_noDetails_returnsFalse
com.vaadin.flow.server.WebBrowserTest ‑ isWindows_noDetails_returnsFalse
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ adminRoleAccessAllowed
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ anonymousAccessAllowed
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ hasClassAccessNoCurrentRequest
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ hasClassAccessUsingCurrentRequest
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ hasMethodAccessNoCurrentRequest
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ hasMethodAccessUsingCurrentRequest
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ loggedInUserAccessAllowed
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ should_ReturnEnclosingClassAsSecurityTarget_When_NoSecurityAnnotationsPresent
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ should_ReturnEnclosingClassAsSecurityTarget_When_OnlyClassHasSecurityAnnotations
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ should_ReturnMethodAsSecurityTarget_When_BothClassAndMethodHaveSecurityAnnotations
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ should_ReturnMethodAsSecurityTarget_When_OnlyMethodHasSecurityAnnotations
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ should_Throw_When_PrivateMethodIsPassed
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ specialViewsMustBeAccessible
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ userAndAdminRoleAccessAllowed
com.vaadin.flow.server.auth.AccessAnnotationCheckerTest ‑ userRoleAccessAllowed
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ create_denyWithoutReason_throws
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ create_getsResultInstance
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ create_nullReason_throws
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ create_rejectWithoutReason_throws
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ deny_noReason_throws
com.vaadin.flow.server.auth.AccessCheckResultTest ‑ reject_noReason_throws
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToPermitAllViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationAnonymousAllowedByGrandParent_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationAnonymousAllowedByParent_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationPermitAllByGrandParentAsInterfacesIgnoredView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationPermitAllByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ anyAccess_to_noAnnotationDenyAllAsInterfacesIgnoredView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToRolesAllowedAdminViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccess_To_noAnnotationRolesAllowedAdminByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationPermitAllByGrandParentAsInterfacesIgnoredView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccessToRolesAllowedUserViewAllowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationRolesAllowedUserByGrandParentView_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ openingNoAnnotationViewShowsReasonAndHint
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ rerouteToError_customAnonymousErrorHandler_allowed
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ rerouteToError_customNotAnnotatedErrorHandler_deny
com.vaadin.flow.server.auth.AnnotatedViewAccessCheckerTest ‑ rerouteToError_defaultErrorHandler_allowed
com.vaadin.flow.server.auth.DefaultInstantiatorMenuAccessControlTest ‑ defaultInstantiator_getMenuAccessControlWithInvalidType_throwException
com.vaadin.flow.server.auth.DefaultInstantiatorMenuAccessControlTest ‑ defaultInstantiator_getMenuAccessControl_customMenuAccessControl
com.vaadin.flow.server.auth.DefaultInstantiatorMenuAccessControlTest ‑ defaultInstantiator_getMenuAccessControl_defaultMenuAccessControl
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_anonymous_allCheckersAllowAccess_allowNavigation
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_anonymous_allCheckersDenyAccess_rerouteToNotFound
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_anonymous_allCheckersNeutral_rerouteToNotFound
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_anonymous_allowAndNeutralCheckers_allowNavigation
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_anonymous_denyAndNeutralCheckers_allowNavigation
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_developmentMode_anonymous_mixedCheckersConsensus_exceptionThrown
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_disabledNavigationControl_alwaysPasses_rejectsWhenEnabled
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_errorHandlingViewReroute_allCheckersNeutral_allowNavigation
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginUrl_accessToLoginUrlAlwaysAllowed
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginUrl_anonymousUser_accessDenied_forwardToLoginUrl
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginUrl_authenticatedUser_accessDenied
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginView_accessToLoginViewAlwaysAllowed
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginView_anonymousUser_accessDenied_forwardToLoginView
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_loginView_authenticatedUser_accessDenied
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_noCheckersConfigured_alwaysPasses
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_principalAndRoleCheckerProvidedToCheckers
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_productionMode_allCheckersDenyAccess_routeNotFoundWithNoReasonsExposed
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_productionMode_allCheckersNeutral_routeNotFoundWithNoReasonsExposed
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_productionMode_mixedCheckersConsensus_routeNotFoundWithNoReasonsExposed
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_redirectUrlNotStoredForLoggedInUsers
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ beforeEnter_redirectUrlStoredForAnonymousUsers
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ setLoginViewClassCannotBeCalledAfterSettingClass
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ setLoginViewClassCannotBeCalledAfterSettingString
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ setLoginViewStringCannotBeCalledAfterSettingClass
com.vaadin.flow.server.auth.NavigationAccessControlTest ‑ setLoginViewStringCannotBeCalledAfterSettingString
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ forbiddenPath_accessToViewWithoutAliases_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ forbiddenPath_anonymousAccessAnnotatedView_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ forbiddenPath_anonymousAccessToAnonymousViewMainPath_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ forbiddenPath_loggedInNoRolesAccessToAnnotatedView_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ forbiddenPath_loggedInNoRolesAccessToAnonymousViewMainPath_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ openingForbiddenPath_showsReasonAndHintInDevelopmentMode
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ pathAliasWithParent_aliasPathAllowed_accessGranted
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ pathAliasWithParent_aliasPathForbidden_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ pathAlias_aliasPathAllowed_accessGranted
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ pathAlias_aliasPathForbidden_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ permittedPath_accessToViewWithoutAliases_accessAllowed
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ permittedPath_anonymousAccessToAnonymousViewMainPath_accessAllowed
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ permittedPath_loggedInNoRolesAccessToAnnotatedView_accessAllowed
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ permittedPath_loggedInNoRolesAccessToAnonymousViewMainPath_accessAllowed
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ rerouteToError_neutral
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ templatePathAlias_aliasPathAllowed_accessGranted
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ templatePathAlias_aliasPathForbidden_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ templateRoutePath_locationPathIsChecked
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ urlParameterPath_locationPathIsChecked
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ wildcardPathAlias_aliasPathAllowed_accessGranted
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ wildcardPathAlias_aliasPathForbidden_accessDenied
com.vaadin.flow.server.auth.RoutePathAccessCheckerTest ‑ wildcardRoutePath_locationPathIsChecked
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToPermitAllViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationAnonymousAllowedByGrandParent_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationAnonymousAllowedByParent_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationPermitAllByGrandParentAsInterfacesIgnoredView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationPermitAllByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anonymousAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ anyAccess_to_noAnnotationDenyAllAsInterfacesIgnoredView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ disabledAccessCheckerAlwaysPasses_rejectsWhenEnabled
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToRolesAllowedAdminViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccess_To_noAnnotationRolesAllowedAdminByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInAdminRoleAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToAnonymousViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccessToRolesAllowedUserViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationPermitAllByGrandParentAsInterfacesIgnoredView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInNoRolesAccess_to_noAnnotationRolesAllowedUserByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToAnonymousViewAllowed

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 2796 to 3343)

There are 4883 tests, see "Raw output" for the list of tests 2796 to 3343.
Raw output
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToDenyAllViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToNoAnnotationViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToPermitAllViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToRolesAllowedAdminViewDenied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccessToRolesAllowedUserViewAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationAnonymousAllowedByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationDenyAllByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationPermitAllByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationRolesAllowedAdminByGrandParentView_denied
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loggedInUserRoleAccess_to_noAnnotationRolesAllowedUserByGrandParentView_allowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ loginViewAccessAlwaysAllowed
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingCustomAccessDeniedViewDoesNotShowAnyReasonAndHintInProductionMode
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingCustomAccessDeniedViewShowsReasonAndHintInDevelopmentMode
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingNoAnnotationViewDoesNotShowAnyReasonAndHintInProductionMode
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingNoAnnotationViewShowsReasonAndHintInDevelopmentMode
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingRestrictedViewRedirectsAnonymousUserToLogin
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingRestrictedViewRedirectsAnonymousUserToLogin_whenUsingLoginPath
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingRestrictedViewShowsNotFoundForLoggedInUser
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ openingRestrictedViewShowsReasonInDevelopmentMode
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ redirectUrlNotStoredForLoggedInUsers
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ redirectUrlStoredForAnonymousUsers
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ redirectWhenNoLoginSet
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ setLoginViewClassCannotBeCalledAfterSettingClass
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ setLoginViewClassCannotBeCalledAfterSettingString
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ setLoginViewStringCannotBeCalledAfterSettingClass
com.vaadin.flow.server.auth.ViewAccessCheckerTest ‑ setLoginViewStringCannotBeCalledAfterSettingString
com.vaadin.flow.server.communication.AtmospherePushConnectionTest ‑ disconnectWhilePush_messageSentAndThenDisconnected
com.vaadin.flow.server.communication.AtmospherePushConnectionTest ‑ disconnect_concurrentRequests_preventDeadlocks
com.vaadin.flow.server.communication.AtmospherePushConnectionTest ‑ pushWhileDisconnect_disconnectedWithoutSendingMessage
com.vaadin.flow.server.communication.AtmospherePushConnectionTest ‑ pushWhileDisconnect_preventDeadlocks
com.vaadin.flow.server.communication.AtmospherePushConnectionTest ‑ testSerialization
com.vaadin.flow.server.communication.FragmentedMessageTest ‑ lengthEqualsLimitHandledCorrectly
com.vaadin.flow.server.communication.FragmentedMessageTest ‑ longMessageConcatenated
com.vaadin.flow.server.communication.FragmentedMessageTest ‑ shortMessageCompleteImmediately
com.vaadin.flow.server.communication.HeartbeatHandlerTest ‑ synchronizedHandleRequest_uiPresent_setLastHeartbeatTimestampIsCalledOnce
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ bootstrapListener_addListener_responseIsModified
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_allow_oldBrowser
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_doNotHandle_imageRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_doNotHandle_scriptRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_doNotHandle_vaadinStaticResources
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_handle_indexHtmlRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_handle_serviceWorkerDocumentRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_requestWithRootPath_handleRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_withBootstrapUrlPredicate
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ canHandleRequest_withoutBootstrapUrlPredicate
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_allowedHostsMatchesIp
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_allowedHostsMatchesIpAndForwardedFor
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_customRemoteIPHeader_allowedIfIpMatches
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_disable_stubPushFunctionRegistered
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_externalOrNoIpDeniedByDefault
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_forwardedForIsEmpty_denyAccess
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_forwardedForIsLocal_denyAccess
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_loopbackAllowedByDefault
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ devTools_multipleForwardedForHeader_allChecked
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ eagerServerLoad_requestParameters_forwardedToLocationObject
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ internal_request_no_bootstrap_page
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serveIndexHtml_language_attribute_is_present
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serveIndexHtml_requestWithRootPath_hasBaseHrefElement
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serveIndexHtml_requestWithRootPath_serveContentFromTemplate
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serveIndexHtml_requestWithSomePath_hasBaseHrefElement
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serveNotFoundIndexHtml_requestWithRootPath_failsWithIOException
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ serviceWorkerRequest_canNotHandleRequest
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ servingStylesCss_productionMode_noLinkTagAdded
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_NOT_export_usage_statistics_in_production_mode
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_add_elements_when_appShellWithConfigurator
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_add_initialUidl_when_includeInitialBootstrapUidl
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_add_metaAndPwa_Inline_Elements_when_appShellPresent
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_apply_theme_variant
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_export_usage_statistics_in_development_mode
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_getter_UI_return_empty_when_not_includeInitialBootstrapUidl
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_getter_UI_return_not_empty_when_includeInitialBootstrapUidl
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_include_spring_csrf_token_in_meta_tags_when_return_not_null_spring_csrf_in_request
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_include_spring_token_in_dom_when_referer_is_service_worker
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_initialize_UI_and_add_initialUidl_when_valid_route
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_not_add_initialUidl_when_not_includeInitialBootstrapUidl
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_not_add_metaElements_when_not_appShellPresent
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_not_include_spring_csrf_token_in_meta_tags_when_return_null_spring_csrf_in_request
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_not_include_token_in_dom_when_return_null_csrfToken_in_session
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_not_initialize_UI_and_add_initialUidl_when_invalid_route
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ should_store_IndexHtmltitleToUI_When_LoadingServerEagerly
com.vaadin.flow.server.communication.IndexHtmlRequestHandlerTest ‑ synchronizedHandleRequest_badLocation_noUiCreated
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_attachViewTo_UiContainer
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_handleRequest_when_initTypeRequest
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_initialize_UI
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_invoke_modifyPushConfiguration
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_not_handleRequest_if_not_initTypeRequest
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_not_handleRequest_when_pathInfo_set
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_produceValidJsonResponse
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_respondPushScript_when_annotatedInAppShell
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_respondPushScript_when_enabledInDeploymentConfiguration
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ should_respondPushScript_when_nonRootServletPath
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ synchronizedHandleRequest_badLocation_noUiCreated
com.vaadin.flow.server.communication.JavaScriptBootstrapHandlerTest ‑ synchronizedHandleRequest_noLocationParameter_noUiCreated
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_messageAlreadySeen_abort
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_messageNotYetSeen_addToCacheAndContinue
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_missingLastSeenServerSyncId_continueWithCurrentMessage
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_notLongPollingTransport_continueWithCurrentMessage
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_notPushMessage_continueWithCurrentMessage
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ filter_syncIdCheckDisabled_continueWithCurrentMessage
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ onConnect_longPollingAndSeenServerSyncIdHeaderSent_sessionAttributeStored
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ onConnect_notLongPollingTransport_sessionAttributeNotSet
com.vaadin.flow.server.communication.LongPollingCacheFilterTest ‑ onConnect_seenServerSyncIdHeaderMissing_sessionAttributeNotSet
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeAsyncTag
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeAsyncWithSystemMessages
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeRedirectWithActiveSession
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeRedirectWithExpiredSession
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeRepaintAndAsyncTag
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeRepaintTag
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeSessionExpiredTag_sessionIsClosed
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeSessionExpiredTag_sessionIsClosing
com.vaadin.flow.server.communication.MetadataWriterTest ‑ writeSessionExpiredTag_sessionIsOpen
com.vaadin.flow.server.communication.PushAtmosphereHandlerTest ‑ writeSessionExpiredAsyncGet
com.vaadin.flow.server.communication.PushAtmosphereHandlerTest ‑ writeSessionExpiredAsyncPost
com.vaadin.flow.server.communication.PushHandlerTest ‑ connect_noSession_sendNotification
com.vaadin.flow.server.communication.PushHandlerTest ‑ connectionLost_connectWithoutSession_doNotSendNotification
com.vaadin.flow.server.communication.PushHandlerTest ‑ connectionLost_noSession_currentInstancesAreCleared
com.vaadin.flow.server.communication.PushHandlerTest ‑ connectionLost_sessionIsSetViaCurrent_currentInstancesAreCleared
com.vaadin.flow.server.communication.PushHandlerTest ‑ debugWindowConnection_productionMode_mustNeverBeConnected
com.vaadin.flow.server.communication.PushHandlerTest ‑ onConnect_devMode_notWebsocket_refreshConnection_delegteCallWithUI
com.vaadin.flow.server.communication.PushHandlerTest ‑ onConnect_devMode_websocket_noRefreshConnection_delegteCallWithUI
com.vaadin.flow.server.communication.PushHandlerTest ‑ onConnect_devMode_websocket_refreshConnection_onConnectIsCalled_callWithUIIsNotCalled
com.vaadin.flow.server.communication.PushHandlerTest ‑ onConnect_notWebsocketTransport_requestStartIsNotCalledOnServiceInstance
com.vaadin.flow.server.communication.PushHandlerTest ‑ onConnect_websocketTransport_requestStartIsCalledOnServiceInstance
com.vaadin.flow.server.communication.PushHandlerTest ‑ onMessage_devMode_websocket_refreshConnection_callWithUIIsNotCalled
com.vaadin.flow.server.communication.PushHandlerTest ‑ onMessage_notWebsocketTransport_requestStartIsNotCalledOnServiceInstance
com.vaadin.flow.server.communication.PushHandlerTest ‑ onMessage_websocketTransport_requestStartIsCalledOnServiceInstance
com.vaadin.flow.server.communication.PwaHandlerTest ‑ handleRequest_noPwaRegistry_returnsFalse
com.vaadin.flow.server.communication.PwaHandlerTest ‑ handleRequest_pwaRegistryConfigIsDisabled_returnsFalse
com.vaadin.flow.server.communication.PwaHandlerTest ‑ handleRequest_pwaRegistryConfigIsEnabled_handlerIsInitializedOnce
com.vaadin.flow.server.communication.PwaHandlerTest ‑ handleRequest_pwaRegistryConfigIsEnabled_pathIsPwaResource_returnsTrue
com.vaadin.flow.server.communication.PwaHandlerTest ‑ handleRequest_writeIconOnResponseFailure_doesNotThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_pollEventMixedWithOtherEvents_throw
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_pollEvent_doNoThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_resynchronization_doNoThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_returnChannelMessageMixedWithOtherEvents_throw
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_returnChannelMessage_doNoThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_throws
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_dauEnforcement_unloadBeacon_doNoThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_duplicateMessage_doNotThrow
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_resynchronize_throwsExceptionAndDirtiesTreeAndClearsDependenciesSent
com.vaadin.flow.server.communication.ServerRpcHandlerTest ‑ handleRpc_unexpectedMessage_throw
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleMultipartFileUpload_IOExceptionIsThrown_exceptionIsNotRethrown_exceptionIsNotHandlerByErrorHandler
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleMultipartFileUpload_hasParts_uploadFailed_responseStatusIs500
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleMultipartFileUpload_noPart_uploadFailed_responseStatusIs500_getContentLengthLongCalled
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleXhrFilePost_happyPath_setContentTypeNoExplicitSetStatus
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleXhrFilePost_outputStreamGetterThrows_responseStatusIs500
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ doHandleXhrFilePost_outputStreamThrowsOnWrite_responseStatusIs500
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ exceptionIsThrownOnUnexpectedEnd
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ handleFileUploadValidationAndData_inputStreamThrowsIOExceptionOnClose_exceptionIsNotRethrown_exceptionIsNotHandlerByErrorHandler
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ handleFileUploadValidationAndData_inputStreamThrowsIOException_exceptionIsNotRethrown_exceptionIsNotHandlerByErrorHandler
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ partsAreUsedDirectlyIfPresentWithoutParsingInput
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ responseIsNotSentOnIncorrectSecurityKey
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ responseIsNotSentOnMissingSecurityKey
com.vaadin.flow.server.communication.StreamReceiverHandlerTest ‑ responseIsSentOnCorrectSecurityKey
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsPlusAndSpaces_resourceWriter_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsPlusAndSpaces_streamFactory_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsPlus_resourceWriter_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsPlus_streamFactory_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsSpaceEndsWithPluses_resourceWriter_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameContainsSpaceEndsWithPluses_streamFactory_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameEndsInPlus_resourceWriter_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameEndsInPlus_streamFactory_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameEndsWithPluses_resourceWriter_resourceIsStreamed
com.vaadin.flow.server.communication.StreamRequestHandlerTest ‑ streamResourceNameEndsWithPluses_streamFactory_resourceIsStreamed
com.vaadin.flow.server.communication.StreamResourceHandlerTest ‑ inputStreamFactoryThrowsException_responseStatusIs500
com.vaadin.flow.server.communication.StreamResourceHandlerTest ‑ inputStreamResourceHasHeader_headerIsWritten
com.vaadin.flow.server.communication.StreamResourceHandlerTest ‑ inputStreamResourceWriterAndResponseThrows_streamResourceWriterExceptionIsPropagated
com.vaadin.flow.server.communication.StreamResourceHandlerTest ‑ inputStreamResourceWriterIsNull_responseStatusIs500
com.vaadin.flow.server.communication.StreamResourceHandlerTest ‑ inputStreamResourceWriterThrows_responseStatusIs500
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ should_changeURL_when_v7LocationProvided
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ should_modifyUidl_when_MPR
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ should_not_modify_non_MPR_Uidl
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ should_not_update_browser_history_if_no_hash_in_location
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ should_updateHash_when_v7LocationNotProvided
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ synchronizedHandleRequest_DauEnforcementException_setsStatusCode503
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ writeSessionExpired
com.vaadin.flow.server.communication.UidlRequestHandlerTest ‑ writeSessionExpired_whenUINotFound
com.vaadin.flow.server.communication.UidlWriterTest ‑ checkAllTypesOfDependencies_npmMode
com.vaadin.flow.server.communication.UidlWriterTest ‑ componentDependencies_developmentMode_onlySendComponentSpecificChunks
com.vaadin.flow.server.communication.UidlWriterTest ‑ componentDependencies_npmMode
com.vaadin.flow.server.communication.UidlWriterTest ‑ componentDependencies_productionMode_scanForParentClasses
com.vaadin.flow.server.communication.UidlWriterTest ‑ createUidl_allChangesCollected_uiIsNotDirty
com.vaadin.flow.server.communication.UidlWriterTest ‑ createUidl_collectChangesUIStillDirty_shouldNotLoopEndlessly
com.vaadin.flow.server.communication.UidlWriterTest ‑ resynchronizationRequested_responseFieldContainsResynchronize
com.vaadin.flow.server.communication.UidlWriterTest ‑ testComponentInterfaceDependencies_npmMode
com.vaadin.flow.server.communication.UidlWriterTest ‑ testEncodeExecuteJavaScript_npmMode
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ canHandleRequest_hasNoWebComponentConfigPathIsWebComponentUI_returnsFalse
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ canHandleRequest_hasWebComponentConfigPathIsWebComponentUI_returnsTrue
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ usageStatistics
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_devToolsDisabled
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_noExportChunk
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_noPWA
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_scriptSrcHasDoubleQuotes_throws
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_scriptSrcHasNoDoubleQuotes_attributeIsTransferred
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_skipMetaAndStyleHeaderElements
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_spepe
com.vaadin.flow.server.communication.WebComponentBootstrapHandlerViteTest ‑ writeBootstrapPage_withExportChunk
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ canHandleRequest_hasNoWebComponentConfigPathIsWebComponentUI_returnsFalse
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ canHandleRequest_hasWebComponentConfigPathIsWebComponentUI_returnsTrue
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ faultyTag_handlerInformsNotHandled
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ nonHandledPaths_handlerInformsNotHandled
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ providesDifferentGeneratedHTMLForEachExportedComponent
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ setExporters_exportersHasOnePush_pushIsSet
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ setExporters_exportersHasSamePushDeclarations_pushIsSet
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ setExporters_exportersHasVariousPushes_throws
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ webComponentGenerator_responseGetsResult
com.vaadin.flow.server.communication.WebComponentProviderTest ‑ webComponentNotPresent_responseReturns404
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ handleInactiveNode_nodeIsNotHandled
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ handleInertNode_nodeIsNotHandled
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ handleVisibleAndEnabledNode_nodeIsHandled
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimateGreaterNumberOfKeysForPollingPayload_ignoresInvocation
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimateKeysForPollingPayload_ignoresInvocation
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimateNoNodeKeyForPollingPayload_throwsAssertionError
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimateNonRootNodeIdForPollingPayload_ignoresInvocation
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimatePollingPayload_logsIgnoredPayloadInDebugLevel
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingIllegitimateSmallerNumberOfKeysForPollingPayload_ignoresInvocation
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithPollingInterval_passingLegitimatePollingPayload_doesNotIgnorePolling
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUIWithoutPollInterval_passingLegitimatePollingPayload_logsIgnoredPayloadInDebugLevel
com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandlerTest ‑ inertUI_passingNoPollingPayload_ignoresPollingInvocation
com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandlerTest ‑ handleNode_error
com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandlerTest ‑ handleNode_requestedIdAndAssignedIdAreDifferent
com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandlerTest ‑ handleNode_requestedIdEqualsAssignedId
com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandlerTest ‑ handleNode_attachByIdExistingRequest_throwReservedId
com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandlerTest ‑ handleNode_attachById_elementNotFound
com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandlerTest ‑ handleNode_attachCustomElement_elementNotFound
com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandlerTest ‑ handleNode_attachCustonElementCustomId_throwReservedId
com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandlerTest ‑ handleNode_success_throwIllegalInvocation
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ isApplicable_applicableToStringAndEnum
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ isApplicable_notApplicableToBooleanAndEnum
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ isApplicable_notApplicableToStringAndAbstractEnum
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ isApplicable_notApplicableToStringAndString
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ stringToEnum_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.EnumDecoderTest ‑ stringToEnum_nonConvertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.EventRpcHandlerTest ‑ testElementEventData
com.vaadin.flow.server.communication.rpc.EventRpcHandlerTest ‑ testElementEventNoData
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ disabledElement_updateDisallowed_updateIsNotDone
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ disabledElement_updateIsAllowedByEventListener_updateIsDone
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ disabledElement_updateIsAllowedBySynchronizeProperty_updateIsDone
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ handleNode_callsElementPropertyMapDeferredUpdateFromClient
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ handleNode_stateNodePropertyDefaultValueNotSet_doesNotWarnForUnsetDisabledPropertyChange
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ handleNode_stateNodePropertyDefaultValueSet_warnsForSetDisabledPropertyChange
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ implicitlyDisabledElement_updateIsAllowedByEventListener_updateIsDone
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ implicitlyDisabledElement_updateIsAllowedBySynchronizeProperty_updateIsDone
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ noSyncPropertiesFeature_noExplicitAllow_throws
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ propertyIsNotExplicitlyAllowed_subproperty_throwsWithComponentInfo
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ propertyIsNotExplicitlyAllowed_throwsWithComponentInfo
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ propertyIsNotExplicitlyAllowed_throwsWithElementTagInfo
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ syncJSON_jsonIsForStateNodeInList_propertySetToStateNodeCopy
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ syncJSON_jsonIsNotListItemAndNotPropertyValue_propertySetToJSON
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ syncJSON_jsonIsPropertyValueOfStateNode_propertySetToNode
com.vaadin.flow.server.communication.rpc.MapSyncRpcHandlerTest ‑ testSynchronizeProperty
com.vaadin.flow.server.communication.rpc.NavigationRpcHandlerTest ‑ handleHistoryChange_uiIsInert_navigationTriggered
com.vaadin.flow.server.communication.rpc.NavigationRpcHandlerTest ‑ handleRouterLinkClick_navigationTriggered
com.vaadin.flow.server.communication.rpc.NavigationRpcHandlerTest ‑ handleRouterLinkClick_uiIsInert_navigationTriggered
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ disabledElement_ClientCallableIsNotInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ disabledElement_clientDelegateAllowsRPC_methodIsInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ enabledElement_methodIsInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodIsInvokectOnCompositeOfComposite
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodIsInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodIsInvokedOnCompositeContent
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodIsInvokedWhenInertAndInertAllowed
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodIsNotInvokedWhenInert
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithDecoderParameters_convertableValues_methodIsInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithDecoderParameters_nonConvertableValues_methodIsInvoked
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithSeveralArgsAndVarArg_acceptNoValues
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithVarArg_acceptNoValues
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithVarArg_acceptOneValue
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithVarArg_arrayIsCorrectlyHandled
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ methodWithoutArgs_argsProvided
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ noClientCallableMethodException
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ noMethodException
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ nullValueAreAcceptedForPrimitive
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ promiseFailure
com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandlerTest ‑ promiseSuccess
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ disabledElement_defaultRegistration_invocationIgnored
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ disabledElement_registrationAlwaysAllowed_invocationProcessed
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ happyPath_everythingWorks
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ modalComponent_registrationExists_invocationProcessed
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ modalComponent_unregisteredChannel_invocationIgnored
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ noReturnChannelMap_invocationIgnored
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ returnChannelMapNotInitialized_noInitializedAfterInvocation
com.vaadin.flow.server.communication.rpc.ReturnChannelHandlerTest ‑ unregisteredChannel_invocationIgnored
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ isApplicable_applicableToStringAndLong
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ isApplicable_applicableToStringAndNumber
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ isApplicable_notApplicableToBooleanAndNumber
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ isApplicable_notApplicableToStringAndAtomicInteger
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ isApplicable_notApplicableToStringAndString
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToByte_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToByte_doubleString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToByte_intString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToByte_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToDouble_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToDouble_minDoubleString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToDoublet_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToFloat_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToFloat_doubleString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToFloat_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToInteger_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToInteger_doubleString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToInteger_longString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToInteger_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToLong_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToLong_doubleString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToLong_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToNumber_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToShort_convertableString_valueIsConverted
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToShort_doubleString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToShort_intString_exceptionIsThrown
com.vaadin.flow.server.communication.rpc.StringToNumberDecoderTest ‑ stringToShort_nonConvertableString_exceptionIsThrown
com.vaadin.flow.server.dau.DAUUtilsTest ‑ jsonEnforcementResponse_customMessages
com.vaadin.flow.server.dau.DAUUtilsTest ‑ jsonEnforcementResponse_noDauCustomizer_defaultMessages
com.vaadin.flow.server.dau.DAUUtilsTest ‑ trackDAU_trackingIntegratedWithRequest_enforcement
com.vaadin.flow.server.dau.DAUUtilsTest ‑ trackDAU_trackingIntegratedWithRequest_noEnforcement
com.vaadin.flow.server.dau.DAUUtilsTest ‑ trackUser_notUidlRequest_track
com.vaadin.flow.server.dau.DAUUtilsTest ‑ trackUser_uidlRequest_deferTracking
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_dauCookiePresent_activeUser_identitySupplier_trackUser
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_dauCookiePresent_activeUser_trackUser
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_dauCookiePresent_notActiveUser_enforcement_tracksUser
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_dauCookiePresent_notActiveUser_trackUser
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_indexHtmlRequest_dauCookieAbsent_createCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_initRequest_dauCookieAbsent_createCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_invalidCookie_doNotTrack
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_noDauCookie_notActiveUser_enforcement_tracksUser
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_notTrackableInternalRequests_dauCookieAbsent_doNotCreateCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_notTrackablePWAIconsRequests_dauCookieAbsent_doNotCreateCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_notTrackableRequest_dauCookieAbsent_doNotCreateCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_notTrackableStaticResourceRequest_dauCookieAbsent_doNotCreateCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_trackableRequest_dauCookieAbsent_pushWebsocket_doNotCreateCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ requestStart_uidlRequest_dauCookieAbsent_createCookie
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ serviceDestroy_shouldStopDauTracking
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ serviceInit_shouldInstallServiceDestroyListenerToStopDauTrackingOnShutdown
com.vaadin.flow.server.dau.DAUVaadinRequestInterceptorTest ‑ serviceInit_shouldStartDauTracking
com.vaadin.flow.server.frontend.AbstractTaskClientGeneratorTest ‑ writeIfChanged_doesNotWriteWithoutChanges
com.vaadin.flow.server.frontend.AbstractTaskClientGeneratorTest ‑ writeIfChanged_writesWithChanges
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ frontendImportVariantsIncluded
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ frontendInTheMiddleNotTouched
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ jarImportVariantsIncluded
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ noPackageLockExists_devBundleLockIsCopied_notJarLock
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ noPackageLockExists_hillaUsed_hybridPackageLockNotPresentInJar_jarDevBundleIsCopied
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ noPackageLockExists_hillaUsed_jarHybridDevBundleLockIsCopied
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ noPackageLockExists_jarDevBundleLockIsCopied
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ packageLockExists_nothingIsCopied
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ pnpm_noPackageLockExists_devBundleLockYamlIsCopied_notJarLockOrJson
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ pnpm_packageLockExists_nothingIsCopied
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ themeVariantsFromJarHandled
com.vaadin.flow.server.frontend.BundleUtilsTest ‑ themeVariantsHandled
com.vaadin.flow.server.frontend.BundleValidationTest ‑ bundleMissesSomeEntries_devMode_skipBundleBuildSet_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ bundleMissesSomeEntries_devMode_skipBundleBuildSet_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ changeInIndexTs_rebuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ changeInIndexTs_rebuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ compressedProdBundleExists_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ compressedProdBundleExists_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ cssImportWithInline_statsAndImportsMatchAndNoBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ cssImportWithInline_statsAndImportsMatchAndNoBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ cssImport_cssInMetaInfResources_notThrow_bundleRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ cssImport_cssInMetaInfResources_notThrow_bundleRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultDevBundleExists_noCompressedDevBundleFile_reactDisabled_buildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultDevBundleExists_noCompressedDevBundleFile_reactDisabled_buildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFileAndWithVersionsJsonExclusions_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFileAndWithVersionsJsonExclusions_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_reactDisabled_buildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ defaultProdBundleExists_noCompressedProdBundleFile_reactDisabled_buildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ devBundleStatsJsonMissing_bundleCompilationRequires[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ devBundleStatsJsonMissing_bundleCompilationRequires[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ flowFrontendPackageInPackageJson_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ flowFrontendPackageInPackageJson_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ forceProductionBundle_bundleRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ forceProductionBundle_bundleRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ frontendFileHashMatches_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ frontendFileHashMatches_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ frontendFileHashMissmatch_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ frontendFileHashMissmatch_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ generatedFlowImports_bundleHasAllImports_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ generatedFlowImports_bundleHasAllImports_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ generatedFlowImports_bundleMissingImports_buildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ generatedFlowImports_bundleMissingImports_buildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_noNpmPackages_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_noNpmPackages_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasCaretRange_statsHasNewerFixed_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasCaretRange_statsHasNewerFixed_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasRange_statsHasFixed_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasRange_statsHasFixed_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasTildeRange_statsHasNewerFixed_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonHasTildeRange_statsHasNewerFixed_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonMissingNpmPackages_statsHasJsonPackages_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_packageJsonMissingNpmPackages_statsHasJsonPackages_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_statsMissingNpmPackages_compilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_statsMissingNpmPackages_compilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_statsMissingPackageJsonPackage_compilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ hashesMatch_statsMissingPackageJsonPackage_compilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ indexTsAdded_rebuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ indexTsAdded_rebuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ indexTsDeleted_rebuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ indexTsDeleted_rebuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsAdded_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsAdded_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsChanged_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsChanged_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsNotChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_contentsNotChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_removedFromProject_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ jarResourceThemeComponentsCSS_removedFromProject_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ loadDependenciesOnStartup_annotatedClassInProject_compilationRequiredForProduction[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ loadDependenciesOnStartup_annotatedClassInProject_compilationRequiredForProduction[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_differentReference_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_differentReference_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_notChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_notChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_parsableVersionInStats_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInPackageJson_parsableVersionInStats_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInStats_parsableVersionInPackageJson_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ localPackageInStats_parsableVersionInPackageJson_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noDevBundle_bundleCompilationRequires[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noDevBundle_bundleCompilationRequires[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noDevFolder_compressedDevBundleExists_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noDevFolder_compressedDevBundleExists_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noFileBundleOrJar_compressedBundleExists_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noFileBundleOrJar_compressedBundleExists_noBuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noFrontendFileHash_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noFrontendFileHash_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJsonHashAfterCleanFrontend_statsHasDefaultJsonPackages_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJsonHashAfterCleanFrontend_statsHasDefaultJsonPackages_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJsonHashAfterCleanFrontend_statsMissingDefaultJsonPackages_compilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJsonHashAfterCleanFrontend_statsMissingDefaultJsonPackages_compilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesAndModulesInStats_noBuildNeeded[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesAndModulesInStats_noBuildNeeded[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesInStats_missingNpmModules_buildNeeded[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesInStats_missingNpmModules_buildNeeded[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesInStats_noBuildNeeded[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ noPackageJson_defaultPackagesInStats_noBuildNeeded[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonContainsOldVersion_versionsJsonUpdates_noCompilation[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonContainsOldVersion_versionsJsonUpdates_noCompilation[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonContainsOldVersionsAfterVersionUpdate_updatedStatsMatches_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonContainsOldVersionsAfterVersionUpdate_updatedStatsMatches_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonHasOldPlatformDependencies_statsDoesNotHaveThem_noCompilationRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ packageJsonHasOldPlatformDependencies_statsDoesNotHaveThem_noCompilationRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ parentThemeInFrontend_parentHasEntriesInJson_bundleMissesSomeEntries_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ parentThemeInFrontend_parentHasEntriesInJson_bundleMissesSomeEntries_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileChange_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileChange_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileDeleted_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileDeleted_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileNotChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectFrontendFileNotChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsAdded_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsAdded_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsChanged_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsChanged_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsNotChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_contentsNotChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_removedFromProject_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentInJarThemeComponentsCSS_removedFromProject_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsAdded_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsAdded_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsChanged_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsChanged_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsNotChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_contentsNotChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_removedFromProject_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectParentThemeComponentsCSS_removedFromProject_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsAdded_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsAdded_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsChanged_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsChanged_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsNotChanged_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_contentsNotChanged_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_removedFromProject_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ projectThemeComponentsCSS_removedFromProject_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_newlyAddedTheme_noThemeJson_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_newlyAddedTheme_noThemeJson_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_noPreviouslyAddedThemes_justAddedNewTheme_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_noPreviouslyAddedThemes_justAddedNewTheme_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_noReusedThemes_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_noReusedThemes_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_assetsUpdate_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_assetsUpdate_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_justAddedNewTheme_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_justAddedNewTheme_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_noUpdates_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ reusedTheme_previouslyAddedThemes_noUpdates_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ standardVaadinComponent_notAddedToProjectAsJar_noRebuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ standardVaadinComponent_notAddedToProjectAsJar_noRebuildRequired[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_bundleHaveAllEntriesAndMore_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_bundleHaveAllEntriesAndMore_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_bundleMissesSomeEntries_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_bundleMissesSomeEntries_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_containsParentTheme_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_containsParentTheme_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_noProjectThemeHashInStats_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_noProjectThemeHashInStats_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsAndProjectThemeJsonEquals_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsAndProjectThemeJsonEquals_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsHasNoThemeJson_projectHasThemeJson_bundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsHasNoThemeJson_projectHasThemeJson_bundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsHasThemeJson_projectHasNoThemeJson_noBundleRebuild[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themeJsonUpdates_statsHasThemeJson_projectHasNoThemeJson_noBundleRebuild[1]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themedGeneratedFlowImports_bundleUsesTheme_noBuildRequired[0]
com.vaadin.flow.server.frontend.BundleValidationTest ‑ themedGeneratedFlowImports_bundleUsesTheme_noBuildRequired[1]
com.vaadin.flow.server.frontend.ComponentFlagsTest ‑ should_ExcludeExperimentalComponent_WhenFlagDisabled
com.vaadin.flow.server.frontend.ComponentFlagsTest ‑ should_ExcludeExperimentalComponent_WhenFlagFoo
com.vaadin.flow.server.frontend.ComponentFlagsTest ‑ should_IncludeExperimentalComponent_WhenFlagEnabled
com.vaadin.flow.server.frontend.CssBundlerTest ‑ conditionalImportsNotHandled
com.vaadin.flow.server.frontend.CssBundlerTest ‑ differentImportSyntaxesSupported
com.vaadin.flow.server.frontend.CssBundlerTest ‑ dollarAndBackslashWorks
com.vaadin.flow.server.frontend.CssBundlerTest ‑ layerImportsNotHandled
com.vaadin.flow.server.frontend.CssBundlerTest ‑ relativeUrl_notThemeResourceNotAssets_notRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ relativeUrlsInSubFolderRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ relativeUrlsRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ relativeUrlsWithExtraInfoRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ themeAssetsRelativeUrlsInSubFolderRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ themeAssetsRelativeUrlsRewritten
com.vaadin.flow.server.frontend.CssBundlerTest ‑ unhandledImportsAreMovedToTop
com.vaadin.flow.server.frontend.DevBundleUtilsTest ‑ compileDevBundle_uncompileDevBundle_filesHasSameHash
com.vaadin.flow.server.frontend.FileIOUtilsTest ‑ projectFolderOnMacOrLinux
com.vaadin.flow.server.frontend.FileIOUtilsTest ‑ projectFolderOnWindows
com.vaadin.flow.server.frontend.FileIOUtilsTest ‑ tempFilesAreTempFiles
com.vaadin.flow.server.frontend.FrontendResourcesAreCopiedAfterCleaningTest ‑ frontendResources_should_beCopiedFromJars_when_TaskUpdatePackagesRemovesThem
com.vaadin.flow.server.frontend.FrontendToolsLocatorTest ‑ nonExistentTool_notVerified
com.vaadin.flow.server.frontend.FrontendToolsLocatorTest ‑ toolLocated
com.vaadin.flow.server.frontend.FrontendToolsLocatorTest ‑ toolLocated_verificationFailed
com.vaadin.flow.server.frontend.FrontendToolsLocatorTest ‑ toolNotLocated
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ commandToString_commandContainsBaseDir_baseDirIsReplaced
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ commandToString_longCommand_resultIsWrapped
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ consumeProcessStreams_streamsConsumed
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ deleteNodeModules_canDeleteSymlinksAndNotFollowThem
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ deleteNodeModules_nopIfNotExists
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ deleteNodeModules_throwsIfNotNamedNodeModules
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ getVaadinHomeDirectory_noVaadinFolder_folderIsCreated
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ getVaadinHomeDirectory_vaadinFolderIsAFile_throws
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesMainLayoutTsx_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTs1_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTs2_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTs3_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTsx1_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTsx2_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_clientAndServerSideRoutesTsx3_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_emptyHillaViewContent_false
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_noViews_false
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_nonEmptyHillaViewInViews_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_onlyClientSideRoutesTs_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_onlyClientSideRoutesTsx_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_onlyServerSideRoutesTs_false
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_onlyServerSideRoutesTsx_false
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_serverSideRoutesMainLayoutTsx_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_withFileRoutes_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isHillaViewsUsed_withReactRoutes_true

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 3344 to 3902)

There are 4883 tests, see "Raw output" for the list of tests 3344 to 3902.
Raw output
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isReactRouterRequired_doesntImportVaadinRouter_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isReactRouterRequired_importsVaadinRouter_false
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ isReactRouterRequired_noIndexTsFile_true
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ parseEmptyToolVersions
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ parseValidToolVersions
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ parseValidVersions
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ should_getUnixRelativePath_when_givenTwoPaths
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ symlinkByNpm_deleteDirectory_doesNotDeleteSymlinkFolderFiles
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ validateLargerThan_passesForNewVersion
com.vaadin.flow.server.frontend.FrontendUtilsTest ‑ validateLargerThan_throwsForOldVersion
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ buildIdentifierNumbers_returnsAsExpected
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ emptyString_throwsException
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ faultyStringVersion_throwsException
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ newerVersionByBuildIdentifier
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ newerVersionIsCalculatedCorrectly
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ notANumber_throwsException
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ olderVersionByBuildIdentifier
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ olderVersionIsCalculatedCorrectly
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ onlyMajorVersion_allVersoinNumbersAreCalculated
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ stringParser_returnsExpectedVersions
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ testAgainstVersionWithValueInBuildInfo
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ testFrontedEquality
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ testIsEqualTo
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ testSimilarBuildIdentifiers
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ versionConstructors_returnExpectedVersions
com.vaadin.flow.server.frontend.FrontendVersionTest ‑ versionHandlesTildeAndCaretVersions
com.vaadin.flow.server.frontend.GeneratedFilesSupportTest ‑ getFile_filterByRootFolder
com.vaadin.flow.server.frontend.GeneratedFilesSupportTest ‑ writeIfChanged_newFilesTracked
com.vaadin.flow.server.frontend.GeneratedFilesSupportTest ‑ writeIfChanged_unchangedFilesTracked
com.vaadin.flow.server.frontend.GeneratedFilesSupportTest ‑ writeIfChanged_updatedFilesTracked
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ getImport_lineHasNoSemicolon
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ getImportsWithBlockComment
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ getImportsWithLineComments
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ getImports_onlyImportAsFirstStatementsAreCounted
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ getImports_thereAreNoImportsAtAll_noImportsFound
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ removeComments_blockCommentInsideImport
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ removeComments_blockCommentsAreRemoved
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ removeComments_lineCommentInsideImport
com.vaadin.flow.server.frontend.ImportExtractorTest ‑ removeComments_lineCommentsAreRemoved
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_directoryInsteadOfJar
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_existingFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_missingDirectoryStructure_scansForMatch
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_nonExistingJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_nonExistingPath
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ containsPath_notAJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_basePathAppendedWithTrailingSlash
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_casePreserved
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_copiedFromBasePathResultsAreContainedInAllPaths
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_directoryInsteadOfJar
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_doNotUpdateFileIfContentIsTheSame
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_exclusionsWork
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_fileInsteadOfDirectory
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_noBasePath_excludeEverything
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_noBasePath_noExclusions
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_nonExistingJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_notAJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_nullJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_nullOutputDirectory
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_updateFileIfContentIsNotTheSame
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ copyFilesFromJar_withBasePath_noExclusions
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_directoryInsteadOfJar
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_existingFiles
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_existingFiles_baseDirectoryMatters
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_nonExistingFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_nonExistingJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ findFiles_notAJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ getFileContents_directoryInsteadOfJar
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ getFileContents_existingFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ getFileContents_nonExistingFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ getFileContents_nonExistingJarFile
com.vaadin.flow.server.frontend.JarContentsManagerTest ‑ getFileContents_notAJarFile
com.vaadin.flow.server.frontend.NodeTasksExecutionTest ‑ nodeTasksContainsUnlistedCommand_throwsUnknownTaskException[VITE]
com.vaadin.flow.server.frontend.NodeTasksExecutionTest ‑ nodeTasks_alwaysExecutedInDefinedOrder[VITE]
com.vaadin.flow.server.frontend.NodeTasksExecutionTest ‑ nodeTasks_deletesOldGeneratedFiles[VITE]
com.vaadin.flow.server.frontend.NodeTasksExecutionTest ‑ nodeTasks_notExecutedInParallel[VITE]
com.vaadin.flow.server.frontend.NodeTasksHillaTest ‑ should_notHillaEngine_whenDisabled
com.vaadin.flow.server.frontend.NodeTasksHillaTest ‑ should_useHillaEngine_whenEnabled
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_BeAbleToCustomizeFolders
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_ExcludeExperimentalComponent_WhenFeatureDisabled
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_GenerateTsConfigAndTsDefinitions_When_Vaadin14BootstrapMode
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_IncludeExperimentalComponent_WhenFeatureEnabled
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_UseDefaultFolders
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_copyPackageLockJson_When_frontendHotdeploy
com.vaadin.flow.server.frontend.NodeTasksViteTest ‑ should_generateServiceWorkerWhenPwa
com.vaadin.flow.server.frontend.NodeUpdateImportsWithByteCodeScannerTest ‑ addAndRemoveJsModuleImports_addedImportIsNotPreseredAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdateImportsWithByteCodeScannerTest ‑ addModuleImportManuallyIntoGeneratedFile_importIsRemovedAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdateImportsWithByteCodeScannerTest ‑ generateImportsFile_fileContainsThemeLinesAndExpectedImportsAndCssImportLinesAndLogReports
com.vaadin.flow.server.frontend.NodeUpdateImportsWithByteCodeScannerTest ‑ noChanges_generatedJsFileIsNotUpdated
com.vaadin.flow.server.frontend.NodeUpdateImportsWithByteCodeScannerTest ‑ removeJsModuleImportFromFile_importIsReadedAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdateImportsWithFullCPScannerTest ‑ addAndRemoveJsModuleImports_addedImportIsNotPreseredAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdateImportsWithFullCPScannerTest ‑ addModuleImportManuallyIntoGeneratedFile_importIsRemovedAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdateImportsWithFullCPScannerTest ‑ generateImportsFile_fileContainsThemeLinesAndExpectedImportsAndCssImportLinesAndLogReports
com.vaadin.flow.server.frontend.NodeUpdateImportsWithFullCPScannerTest ‑ noChanges_generatedJsFileIsNotUpdated
com.vaadin.flow.server.frontend.NodeUpdateImportsWithFullCPScannerTest ‑ removeJsModuleImportFromFile_importIsReadedAfterRegeneration
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ frameworkManagedPackages_versionsAreUpdated
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ generatePackageJson_addedDependencies_updaterIsModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ generatePackageJson_noDependencies_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ generatePackageJson_removedDependencies_updaterIsModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ generatePackageJson_sameDependenciesInDifferentOrder_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ generatePackageJson_sameDependencies_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ legacyPackageJson_isCleanedCorrectly_npm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ legacyPackageJson_isCleanedCorrectly_pnpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ npmIsInUse_packageJsonContainsFlowDeps_removeFlowDeps
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ npmIsInUse_packageJsonContainsFlowFrontend_removeFlowFrontend
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ npmIsInUse_packageLockJsonContainsNonPMPMDeps_packageLockNotRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ oldVaadinDevDependency_missmatchWithDevDependency_vaadinDependencyIsUpdated
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ pnpmIsInUse_packageJsonContainsFlowDeps_removeFlowDeps
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ pnpmIsInUse_packageJsonContainsFlowFrontend_removeFlowFrontend
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ pnpmIsInUse_packageLockExists_removePackageLock
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ removedFrameworkDependencies_dependencyIsRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ should_AddNewDependencies
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ should_CreatePackageJson
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ should_not_ModifyPackageJson_WhenAlreadyExists
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ unmatchedDevDependency_devDependencyIsRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ updatedPackageJson_noDependencies_creatorAndUpdatedIsMarkedModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ userAddedDependencies_notCleanedByUpdater
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ versionsDoNotMatch_inVaadinJson_cleanUpNpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ versionsDoNotMatch_inVaadinJson_cleanUpPnpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ versionsMatch_forceCleanUp_cleanUp
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithByteCodeScannerTest ‑ versionsMatch_noCleanUp
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ frameworkManagedPackages_versionsAreUpdated
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ generatePackageJson_addedDependencies_updaterIsModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ generatePackageJson_noDependencies_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ generatePackageJson_removedDependencies_updaterIsModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ generatePackageJson_sameDependenciesInDifferentOrder_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ generatePackageJson_sameDependencies_updaterIsNotModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ legacyPackageJson_isCleanedCorrectly_npm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ legacyPackageJson_isCleanedCorrectly_pnpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ npmIsInUse_packageJsonContainsFlowDeps_removeFlowDeps
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ npmIsInUse_packageJsonContainsFlowFrontend_removeFlowFrontend
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ npmIsInUse_packageLockJsonContainsNonPMPMDeps_packageLockNotRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ oldVaadinDevDependency_missmatchWithDevDependency_vaadinDependencyIsUpdated
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ pnpmIsInUse_packageJsonContainsFlowDeps_removeFlowDeps
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ pnpmIsInUse_packageJsonContainsFlowFrontend_removeFlowFrontend
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ pnpmIsInUse_packageLockExists_removePackageLock
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ removedFrameworkDependencies_dependencyIsRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ should_AddNewDependencies
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ should_CreatePackageJson
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ should_not_ModifyPackageJson_WhenAlreadyExists
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ unmatchedDevDependency_devDependencyIsRemoved
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ updatedPackageJson_noDependencies_creatorAndUpdatedIsMarkedModified
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ userAddedDependencies_notCleanedByUpdater
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ versionsDoNotMatch_inVaadinJson_cleanUpNpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ versionsDoNotMatch_inVaadinJson_cleanUpPnpm
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ versionsMatch_forceCleanUp_cleanUp
com.vaadin.flow.server.frontend.NodeUpdatePackagesWithFullCPCodeScannerTest ‑ versionsMatch_noCleanUp
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ canUpdateNonParseableVersions
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ generateVersionsJson_noVersions_noDevDeps_versionsGeneratedFromPackageJson
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ generateVersionsJson_versionsGeneratedFromPackageJson_containsBothDepsAndDevDeps
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getDefaultDependencies_hillaIsNotUsed_doesntAddHillaComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getDefaultDependencies_includesAllDependencies
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getDefaultDependencies_reactIsUsed_addsHillaReactComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getDefaultDependencies_vaadinRouterIsUsed_addsHillaLitComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getDefaultDevDependencies_includesAllDependencies_whenUsingVite
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getGeneratedModules_should_includeOnlyWebComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ getJsonFileContent_incorrectPackageJsonContent_throwsExceptionWithFileName
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ readDependencies_doesntHaveDependencies_doesNotThrow
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ readPackageJsonIfAvailable_nonExistingFile_noErrorLog
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ readPackageJson_nonExistingFile_doesNotThrow
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ readPackageJson_nonExistingFile_jsonContainsDepsAndDevDeps
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ removedAllOldAndExistingPlugins
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ shouldSkipUpdatingNonParsableVersions
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ shouldUpdateExistingLocalFormPackageToNpmPackage
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ testGetPlatformPinnedDependencies_VaadinAndVaadinCoreVersionsArePresent_outputContainsBothCoreAndCommercialVersions
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ testGetPlatformPinnedDependencies_onlyVaadinCoreVersionIsPresent_outputContainsOnlyCoreVersions
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ testGetPlatformPinnedDependencies_reactAvailable_containsReactComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ testGetPlatformPinnedDependencies_reactNotAvailable_noReactComponents
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ testGetPlatformPinnedDependencies_vaadinCoreVersionIsNotPresent_outputIsEmptyJson
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ updateDefaultDependencies_newerVersionsAreNotChanged
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ updateDefaultDependencies_olderVersionsAreUpdated
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ updateMainDefaultDependencies_polymerVersionIsNull_useDefault
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ updateMainDefaultDependencies_polymerVersionIsProvidedByUser_useProvided
com.vaadin.flow.server.frontend.NodeUpdaterTest ‑ updateMainDefaultDependencies_vaadinIsProvidedByUser_useDefault
com.vaadin.flow.server.frontend.ProdBundleUtilsTest ‑ compressProdBundle_decompressProdBundle_filesHasSameHash
com.vaadin.flow.server.frontend.TaskCleanFrontendFilesTest ‑ createdFileAreRemoved
com.vaadin.flow.server.frontend.TaskCleanFrontendFilesTest ‑ existingFrontendFiles_onlyCreatedFileAreRemoved
com.vaadin.flow.server.frontend.TaskCleanFrontendFilesTest ‑ hillaIsUsed_nodeModulesFolderIsKept
com.vaadin.flow.server.frontend.TaskCleanFrontendFilesTest ‑ nodeModulesFolderIsCleared
com.vaadin.flow.server.frontend.TaskCleanFrontendFilesTest ‑ packageJsonExists_nodeModulesFolderIsKept
com.vaadin.flow.server.frontend.TaskCopyFrontendFilesTest ‑ should_collectJsAndCssFilesFromJars_modernResourceFolder
com.vaadin.flow.server.frontend.TaskCopyFrontendFilesTest ‑ should_collectJsAndCssFilesFromJars_obsoleteResourceFolder
com.vaadin.flow.server.frontend.TaskCopyFrontendFilesTest ‑ should_collectJsAndCssFilesFromJars_removeExtraFiles
com.vaadin.flow.server.frontend.TaskCopyFrontendFilesTest ‑ should_createPackageJson
com.vaadin.flow.server.frontend.TaskCopyLocalFrontendFilesTest ‑ directoryWithReadOnlyFile_canCopyMultipleTimesToSource
com.vaadin.flow.server.frontend.TaskCopyLocalFrontendFilesTest ‑ directoryWithReadOnlyFile_copyIsNotReadOnly
com.vaadin.flow.server.frontend.TaskCopyLocalFrontendFilesTest ‑ execute_copiedFilesAreTracked
com.vaadin.flow.server.frontend.TaskCopyTemplateFilesTest ‑ should_copyTemplateFilesFromCustomFrontendDirectory
com.vaadin.flow.server.frontend.TaskCopyTemplateFilesTest ‑ should_copyTemplateFilesFromDefaultFrontendDirectory
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ shouldNot_importDevTools_inProduction
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_importDevTools_inDevMode
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_importFeatureFlagTS
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_importFrontendIndexTS
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_importFrontendIndexTSX
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_importGeneratedIndexTS
com.vaadin.flow.server.frontend.TaskGenerateBootstrapTest ‑ should_load_AppTheme
com.vaadin.flow.server.frontend.TaskGenerateFeatureFlagsTest ‑ should_containEmptyExport
com.vaadin.flow.server.frontend.TaskGenerateFeatureFlagsTest ‑ should_defineAllFeatureFlags
com.vaadin.flow.server.frontend.TaskGenerateFeatureFlagsTest ‑ should_defineCorrectEnabledValue
com.vaadin.flow.server.frontend.TaskGenerateFeatureFlagsTest ‑ should_disableTypeChecksForGlobals
com.vaadin.flow.server.frontend.TaskGenerateFeatureFlagsTest ‑ should_setupFeatureFlagsGlobal
com.vaadin.flow.server.frontend.TaskGenerateIndexHtmlTest ‑ should_generateIndexHtml_IndexHtmlNotExist
com.vaadin.flow.server.frontend.TaskGenerateIndexHtmlTest ‑ should_loadCorrectContentOfDefaultFile
com.vaadin.flow.server.frontend.TaskGenerateIndexHtmlTest ‑ should_notOverwriteIndexHtml_IndexHtmlExists
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_ensureValidRelativePath_whenItHasNoRelativePrefix
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_generateIndexJs_IndexJsNotExist
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_notGenerateIndexTs_IndexJsExists
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_notGenerateIndexTs_IndexTsExists
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_not_reported_routing_client
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_reported_routing_client_when_IndexJsExists
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_reported_routing_client_when_IndexTsExists
com.vaadin.flow.server.frontend.TaskGenerateIndexTsTest ‑ should_reported_routing_client_when_IndexTsxExists
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ frontendCustomReactFilesAreCleanedAndBackUppedWhenReactIsDisabled
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ frontendReactFilesAreCleanedWhenReactIsDisabled
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ layoutsJson_containsExpectedPaths
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ missingImport_noServerRoutesDefined_noExceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ reactFilesAreWrittenToFrontend
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainExport_noConst_noExceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainExport_oneSingleExport_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainExport_twoSingleExports_noExceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainImportAndUsage_serverSideRoutes_noExceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainMultipleFlowImports_noExceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainNoImport_serverSideRoutes_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesContainOnlyImport_serverSideRoutes_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesExportMissing_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesMissingImportAndUsage_noBuildOrServerSideRoutes_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ routesMissingImport_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ withFallbackMissesImport_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ withFallbackMissing_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateReactFilesTest ‑ withFallbackReceivesDifferentObject_exceptionThrown
com.vaadin.flow.server.frontend.TaskGenerateServicWorkerTest ‑ should_generateServiceWorker_ServiceWorkerNotExist
com.vaadin.flow.server.frontend.TaskGenerateServicWorkerTest ‑ should_loadCorrectContentOfDefaultFile
com.vaadin.flow.server.frontend.TaskGenerateServicWorkerTest ‑ should_notGenerateServiceWorker_ServiceWorkerExists
com.vaadin.flow.server.frontend.TaskGenerateServicWorkerTest ‑ should_notGenerateServiceWorker_ServiceWorkerJsExists
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ defaultTsConfig_updatesSilently
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ olderTsConfig_updatesSilently
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ should_generateTsConfig_TsConfigNotExist
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ should_notGenerateTsConfig_TsConfigExist
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ testIsOlder
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ tsConfigHasCustomCodes_updatesAndLogsWarning
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ tsConfigHasLatestVersion_noUpdates
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ tsConfigUpdated_remindsUpdateVersionAndTemplates
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ viteShouldNotDowngradeFromEs2021
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ viteShouldNotUseEs2019
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ viteShouldUpgradeFromEs2019
com.vaadin.flow.server.frontend.TaskGenerateTsConfigTest ‑ warningIsLoggedOnlyOncePerRun
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ contentUpdateForSecondTime_tsDefinitionUpdatedAndWarningLoggedOnce
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_differentCSSModuleDefinition_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_flowContentsDifferentWhiteSpace_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_flowContentsNotMatching_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_flowContents_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_missingFlowContents_tsDefinitionUpdatedAndWarningLogged
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_v1FlowContents_tsDefinitionUpdatedAndWarningLogged
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_v2FlowContents_tsDefinitionUpdatedAndWarningLogged
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ customTsDefinition_windowsEOL_flowContents_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ should_generateTsDefinitions_TsDefinitionsNotExistAndTsConfigExists
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ should_notGenerateTsDefinitions_TsConfigNotExist
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldFlowContents_missingLastEOL_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldFlowContents_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaContents_ignoringMultilineComments_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaContents_ignoringSingleLineComments_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaContents_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaV2Contents_ignoringMultilineComments_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaV2Contents_ignoringSingleLineComments_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_oldHillaV2Contents_tsDefinitionUpdated
com.vaadin.flow.server.frontend.TaskGenerateTsDefinitionsTest ‑ tsDefinition_upToDate_tsDefinitionNotUpdated
com.vaadin.flow.server.frontend.TaskGenerateWebComponentBootstrapTest ‑ should_importAndInitializeFlowClient
com.vaadin.flow.server.frontend.TaskGenerateWebComponentBootstrapTest ‑ should_importGeneratedImports
com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtmlTest ‑ should_generateWebComponentHtml_webComponentHtmlNotExist
com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtmlTest ‑ should_loadCorrectContentOfDefaultFile
com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtmlTest ‑ should_notOverwriteWebComponentHtml_webComponentHtmlExists
com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPluginsTest ‑ getPluginsReturnsExpectedList
com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPluginsTest ‑ pluginsDefineAllScriptFiles
com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPluginsTest ‑ pluginsNotAddedToPackageJson
com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPluginsTest ‑ webpackPluginsAreCopied
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_entriesInGeneratedFileList_notDeleted
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_existingFiles_nothingTracked_deleteAll
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_frontendGeneratedFolderNotExistsAtTaskCreation_nothingIsDeleted
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_knownFiles_notDeleted
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_missingGeneratedFileSupport_nothingIsDeleted
com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFilesTest ‑ execute_shouldDeleteNotGenerateFrontedFiles
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ faultyTypeInPackageJson_typeModuleIsAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ missingTypeInPackageJson_typeModuleIsAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ noVersionsJson_getVersionsDoesntThrow
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ nonNumericVersionsNotPinned
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_applicationHasPinnedPlatformProvidedVersionInAddon_applicationPinnedVersionIsUsed
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_dependencyMovedToDevDependencies_overrideNotRemoved
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_executionAfterDependencyRemoved_overlayIsCleanedOfDependency
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_noPlatformVersionJsonPresent_noFailure
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_packageJsonHasNonNumericVersion_versionNotOverridden
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_packageJsonVersionIsUpdated_vaadinSectionIsNotChanged
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_platformVersionIsBumped_versionsAreUpdated
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_platformVersionsJsonAdded_dependenciesAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_platformVersionsJsonAdded_versionsPinned
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_platformVersionsJsonHasPinnedVersions_versionsArePinned
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_userHasPinnedPlatformProvidedVersionInPackageJson_userPinnedVersionUsed
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_versionJsonHasBadVersion_noFailureNothingAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_versionsJsonContainsSameVersions_nothingIsModified
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_versionsJsonHasSnapshotVersions_notAddedToPackageJson
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ npmIsInUse_versionsJsonHasVaadinCoreVersionPinned_vaadinCoreVersionIgnored
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ oldVersionsJson_shouldDowngrade
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ passUnorderedApplicationDependenciesAndReadUnorderedPackageJson_resultingPackageJsonIsOrdered
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ platformVersion_returnsExpectedVersion
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ pnpmIsInUse_platformVersionsJsonAdded_dependenciesAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ reactDisabled_coreDependenciesAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ reactEnabled_noScannerDependencies_coreDependenciesNotAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ reactEnabled_scannerDependenciesAndExclusions_excludedDependenciesNotAdded
com.vaadin.flow.server.frontend.TaskUpdatePackagesNpmTest ‑ reactEnabled_scannerDependencies_coreDependenciesNotAdded
com.vaadin.flow.server.frontend.TaskUpdateSettingsFileTest ‑ execute_withWebappResourcesDirectory_useAbsolutePaths
com.vaadin.flow.server.frontend.TaskUpdateSettingsFileTest ‑ execute_withoutWebappResourcesDirectory_useAbsolutePaths
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ runTaskWithTheme_createsThemeFile_afterRunWithoutTheme_removesThemeFile
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothFrontendAndInClasspath_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothFrontendAndMetaInfResources_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothFrontendAndStaticResources_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothMetaInfResourcesAndInClasspath_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothStaticAndMetaInfResources_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInBothStaticResourcesAndInClasspath_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInClassPathAndStaticAndMetaInfResources_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeFolderExistsInFrontendAndStaticAndMetaInfResources_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeWithNonExistingThemeFolder_throwsException
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeWithThemeFolderInClasspath_ensuresThemeGeneratedJsCreatedSuccessfully
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeWithThemeFolderInFrontend_ensuresThemeGeneratedJsCreatedSuccessfully
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeWithThemeFolderInMetaInf_ensuresThemeGeneratedJsCreatedSuccessfully
com.vaadin.flow.server.frontend.TaskUpdateThemeImportTest ‑ taskExecuted_customThemeWithThemeFolderInStatic_ensuresThemeGeneratedJsCreatedSuccessfully
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ configFileExists_fileNotOverwritten
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ generatedConfigFileExists_alwaysOverwritten
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ generatedTemplate_correctSettingsPath
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ generatedTemplate_reactAndHillaUsed_correctFileRouterImport
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ generatedTemplate_reactDisabled_correctFileRouterImport
com.vaadin.flow.server.frontend.TaskUpdateViteTest ‑ usedSettings_matchThoseCreatedToSettingsFile
com.vaadin.flow.server.frontend.ThemeValidationUtilTest ‑ testObjectsIncludeMethodArraysAreDifferent
com.vaadin.flow.server.frontend.ThemeValidationUtilTest ‑ testObjectsIncludeMethodBothEmptyArraysAreEmpty
com.vaadin.flow.server.frontend.ThemeValidationUtilTest ‑ testObjectsIncludeMethodOneArrayIsEmpty
com.vaadin.flow.server.frontend.ThemeValidationUtilTest ‑ testObjectsIncludeMethodWithSameElementsInArrays
com.vaadin.flow.server.frontend.ThemeValidationUtilTest ‑ testObjectsIncludeMethodWithSameElementsInArraysDifferentOrder
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ assertFullSortOrder
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ cssFileNotFound_throws
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ cssInLazyChunkWorks
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ developmentDependencies_includedInDevelopmentMode
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ developmentDependencies_notIncludedInProductionMode
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ duplicateEagerCssOnlyImportedOnce
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ eagerCssImportsMerged
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ generateLines_resultingLinesContainsThemeLinesAndExpectedImportsAndCssLinesAndGeneratedImportsAndLoggerReports
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ generate_containsLumoThemeFiles
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ generate_embeddedImports_addAlsoGlobalStyles
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ generate_embeddedImports_doNotContainLumoGlobalThemeFiles
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ getModuleLines_multipleFrontendDependencyDoesntExist_throwExceptionAndlogExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ getModuleLines_npmPackagesDontExist_logExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ getModuleLines_oneFrontendDependencyAndFrontendDirectoryDontExist_throwExceptionAdvisingUserToRunPrepareFrontend
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ getModuleLines_oneFrontendDependencyDoesntExist_throwExceptionAndlogExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ importingBinaryFile_importVisitorShouldNotFail
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ importsFilesAreNotFound_throws
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ jsModulesOrderIsPreservedAnsAfterJsModules
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ lazyAndEagerRoutesProperlyHandled
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ lazyRouteIsLazyLoaded
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ lazyRouteTriggeredByOtherComponent
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ lazyRouteTriggeredByOtherComponents
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ loginAndRootEagerByDefault
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ multipleThemes_importsOnlyFromActiveTheme
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ onlyOneChunkForLazyViewsWithSameContent
com.vaadin.flow.server.frontend.UpdateImportsWithByteCodeScannerTest ‑ themeForCssImports_eagerLoaded
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ assertFullSortOrder
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ cssFileNotFound_throws
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ developmentDependencies_includedInDevelopmentMode
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ developmentDependencies_notIncludedInProductionMode
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ duplicateEagerCssOnlyImportedOnce
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ eagerCssImportsMerged
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ generateLines_resultingLinesContainsThemeLinesAndExpectedImportsAndCssLinesAndGeneratedImportsAndLoggerReports
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ generate_containsLumoThemeFiles
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ generate_embeddedImports_addAlsoGlobalStyles
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ generate_embeddedImports_doNotContainLumoGlobalThemeFiles
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ getModuleLines_multipleFrontendDependencyDoesntExist_throwExceptionAndlogExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ getModuleLines_npmPackagesDontExist_logExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ getModuleLines_oneFrontendDependencyAndFrontendDirectoryDontExist_throwExceptionAdvisingUserToRunPrepareFrontend
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ getModuleLines_oneFrontendDependencyDoesntExist_throwExceptionAndlogExplanation
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ importingBinaryFile_importVisitorShouldNotFail
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ importsFilesAreNotFound_throws
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ jsModulesOrderIsPreservedAnsAfterJsModules
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ multipleThemes_importsOnlyFromActiveTheme
com.vaadin.flow.server.frontend.UpdateImportsWithFullCPScannerTest ‑ themeForCssImports_eagerLoaded
com.vaadin.flow.server.frontend.UpdateThemedImportsTest ‑ directoryImportEntryIsResolvedAsIndexJS
com.vaadin.flow.server.frontend.UpdateThemedImportsTest ‑ directoryImportEntry_avoidRecursion
com.vaadin.flow.server.frontend.UpdateThemedImportsTest ‑ noDuplicateImportEntryIsWrittenIntoImportsFile
com.vaadin.flow.server.frontend.UpdateThemedImportsTest ‑ themedClientSideModulesAreWrittenIntoImportsFile
com.vaadin.flow.server.frontend.VersionsJsonConverterTest ‑ convertPlatformVersions
com.vaadin.flow.server.frontend.VersionsJsonConverterTest ‑ reactRouterInUse_reactComponentsAreAdded
com.vaadin.flow.server.frontend.VersionsJsonConverterTest ‑ reactRouterNotUsed_reactComponentsIgnored
com.vaadin.flow.server.frontend.VersionsJsonConverterTest ‑ testExclusionsArrayProperty
com.vaadin.flow.server.frontend.VersionsJsonConverterTest ‑ testModeProperty
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ filterPlatformDependenciesVersions_multipleUserChanged_correctlyIgnored
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ filterPlatformDevDependenciesVersions_multipleUserChanged_correctlyIgnored
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ filterPlatformVersions_dependencies
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ filterPlatformVersions_devDependencies
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ missingVaadinDependencies_allDependenciesShouldBeUserHandled
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ missingVaadinDevDependencies_allDependenciesSholdBeUserHandled
com.vaadin.flow.server.frontend.VersionsJsonFilterTest ‑ testGetFilteredVersions_whenErrorHappens_versionOriginParameterIsUsedInErrorLogs
com.vaadin.flow.server.frontend.installer.DefaultArchiveExtractorTest ‑ extractTarAsZip_ArchiveExtractionExceptionIsThrown
com.vaadin.flow.server.frontend.installer.DefaultArchiveExtractorTest ‑ extractTarGz_contentsAreExtracted
com.vaadin.flow.server.frontend.installer.DefaultArchiveExtractorTest ‑ extractZip_contentsAreExtracted
com.vaadin.flow.server.frontend.installer.DefaultFileDownloaderTest ‑ installNodeFromFileSystem_NodeIsInstalledToTargetDirectory
com.vaadin.flow.server.frontend.installer.DefaultFileDownloaderTest ‑ nullProgressListenerWorks
com.vaadin.flow.server.frontend.installer.DefaultFileDownloaderTest ‑ progressListenerCalledWhenSizeIsKnown
com.vaadin.flow.server.frontend.installer.DefaultFileDownloaderTest ‑ progressListenerCalledWhenSizeIsUnknown
com.vaadin.flow.server.frontend.installer.NodeInstallerTest ‑ installNodeFromFileSystem_NodeIsInstalledToTargetDirectory
com.vaadin.flow.server.frontend.installer.PlatformTest ‑ testGuess_whenOsIsAnythingOtherThanLinuxAlpineRelease_officialNodeDownloadPathReturned
com.vaadin.flow.server.frontend.installer.PlatformTest ‑ testGuess_whenOsIsLinuxAndAlpineReleaseFileDoesNotExist_officialNodeDownloadPathReturned
com.vaadin.flow.server.frontend.installer.PlatformTest ‑ testGuess_whenOsIsLinuxAndAlpineReleaseFileExists_unofficialNodeDownloadPathReturned
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ defaultsToContextClassLoader
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ getSubTypesOf_returnsGenericSubtypes
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ getSubTypesOf_returnsPlainSubtypes
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ orderIsDeterministic
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ should_Fail_when_DifferentClasLoader
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ should_LoadClasses
com.vaadin.flow.server.frontend.scanner.ClassFinderTest ‑ should_LoadClasses_when_NoClassListProvided
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ appShellConfigurator_collectedAsEntryPoint
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ appThemeDefined_getsLumoAsTheme
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ classInMultipleEntryPoints_collectEntryPointsNotOverrideInitial
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ classScanningForChildAndParentEntryPoint_ordered_childrenSeeClassesFromParent
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ classScanningForChildAndParentEntryPoint_reversed_childrenSeeClassesFromParent
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ classScanningForChildAndParentEntryPoint_shuffled_childrenSeeClassesFromParent
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ collectEntryPoints_uiIsAlwaysCollected
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ componentInsideUiInitListenerInsideServiceInitListener_entryPointsAreCollected
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ componentInsideUiInitListener_entryPointsAreCollected
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ defaultThemeIsLoadedForExporters
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ extractsAndScansClassesFromMethodReferences
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ hasErrorParameterComponent_entryPointIsCollected
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ jsModuleOrderIsPreserved
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ jsScriptOrderIsPreserved
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ layoutClasses_collectedAsEntrypoint
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ noDefaultThemeAvailable_throwsException
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ onlyThemeVariantDefined_getsLumoAsTheme_preserveVariant
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ routedComponent_entryPointsAreCollected
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ shouldVisit_shouldNotMatchOnPartOfPackage
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ themeDefiningClassAndName_throwsException
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesTest ‑ visitedExporter_previousEntryPointsNotOverridden
com.vaadin.flow.server.frontend.scanner.FrontendScannerPwaTest ‑ should_findPwaOnAppShell
com.vaadin.flow.server.frontend.scanner.FrontendScannerPwaTest ‑ should_returnDefaultConfiguration_When_AppShellWithoutPwa
com.vaadin.flow.server.frontend.scanner.FrontendScannerPwaTest ‑ should_returnDefaultConfiguration_When_NoAppShell
com.vaadin.flow.server.frontend.scanner.FrontendScannerPwaTest ‑ should_throw_When_MultipleAppShellPwa
com.vaadin.flow.server.frontend.scanner.FrontendScannerPwaTest ‑ should_throw_When_PwaNotOnAppShell
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getAllPackages_returnsAllPackages_packagesAreOrganized_getClassesReturnAllPackageAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getCss_returnAllCss_orderPerClassIsPreserved_getClassesReturnAllCssAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getModules_explcitTheme_returnAllModulesExcludingNotUsedTheme_getClassesReturnAllModuleAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getModules_noTheme_returnAllModules_orderPerClassIsPreserved_getClassesReturnAllModuleAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getPackages_returnsAllPackages_getClassesReturnAllPackageAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getScripts_returnAllJsModules_orderPerClassIsPreserved_getClassesReturnAllJSAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getScripts_returnAllScripts_orderPerClassIsPreserved_getClassesReturnAllJSAnnotatedComponents
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getTheme_explicitTheme_themeIsDiscovered
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getTheme_noExplicitTheme_lumoThemeIsDiscovered
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getTheme_noThemeAndExplicitTheme_throws
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getTheme_noTheme_noThemeIsDiscovered
com.vaadin.flow.server.frontend.scanner.FullDependenciesScannerTest ‑ getTheme_severalExplicitThemes_throws
com.vaadin.flow.server.frontend.scanner.FullScannerPwaTest ‑ should_findPwaOnAppShell
com.vaadin.flow.server.frontend.scanner.FullScannerPwaTest ‑ should_returnDefaultConfiguration_When_AppShellWithoutPwa
com.vaadin.flow.server.frontend.scanner.FullScannerPwaTest ‑ should_returnDefaultConfiguration_When_NoAppShell
com.vaadin.flow.server.frontend.scanner.FullScannerPwaTest ‑ should_throw_When_MultipleAppShellPwa
com.vaadin.flow.server.frontend.scanner.FullScannerPwaTest ‑ should_throw_When_PwaNotOnAppShell
com.vaadin.flow.server.frontend.scanner.ScannerCssTest ‑ should_gatherCssImportsInOrderPerClass
com.vaadin.flow.server.frontend.scanner.ScannerCssTest ‑ should_sumarizeCssImports
com.vaadin.flow.server.frontend.scanner.ScannerCssTest ‑ should_visitCssImports
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_cacheSuperVisitedClasses
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_cacheVisitedClasses
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_extractClassesFromSignatures
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_notVisitNonAnnotatredClasses
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_resolveComponentFactories
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_summarize_when_MultipleViews
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitDynamicRoute
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitDynamicRouteWithTwoImports
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitFactoryBeans
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitMethodAnnotations
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitNpmPakageAnnotations
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitServices
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visitSuperNpmPakageAnnotations
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ should_visit_Constructor
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ visitRouteEntryPoint_ExpectToAlsoVisitImplementedInterface
com.vaadin.flow.server.frontend.scanner.ScannerDependenciesTest ‑ when_MultipleVersions_should_returnFirstVisitedOne
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_defaultToLumoTheme_when_noThemeDefinedByExporter
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_notAttemptToOverrideTheme_when_noExportersFound
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_takeThemeFromExporter_when_exporterFound
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_takeThemeFromLayout
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_takeThemeFromLayout_ifLayoutAlreadyVisited
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_takeThemeFromTheView
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_takeTheme_when_AnyRouteValue
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_throw_when_MultipleThemes
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_throw_when_ThemeAndNoTheme
com.vaadin.flow.server.frontend.scanner.ScannerThemeTest ‑ should_visitDefaultTheme_when_noThemeAnnotationIsGiven
com.vaadin.flow.server.menu.MenuRegistryTest ‑ collectMenuItems_returnsCorrectPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsContainBothClientAndServerPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsContainsExpectedClientPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsContainsExpectedServerPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsList_assertOrder
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsList_returnsCorrectPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsNoFilteringContainsAllClientPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ getMenuItemsWithNestedFiltering_doesNotThrow
com.vaadin.flow.server.menu.MenuRegistryTest ‑ productionMode_getMenuItemsContainsExpectedClientPaths
com.vaadin.flow.server.menu.MenuRegistryTest ‑ testWithLoggedInUser_noMatchingRoles
com.vaadin.flow.server.menu.MenuRegistryTest ‑ testWithLoggedInUser_userHasRoles
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ routeAndParentLayout_notRouterLayout_throws
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ routeAndParentLayout_routerLayout_returnsValidatedClass
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ validateRouteClasses_samePathForRepeatableAlias_throws
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ validateRouteClasses_samePathForRouteAndAlias_differentLayoutPrefix_doNotThrow
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ validateRouteClasses_samePathForRouteAndAlias_sameLayoutPrefix_throws
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ validateRouteClasses_samePathForRouteAndAlias_sameNestedLayoutPrefix_throws
com.vaadin.flow.server.startup.AbstractRouteRegistryInitializerTest ‑ validateRouteClasses_samePathForRouteAndAlias_throws
com.vaadin.flow.server.startup.AnnotationValidatorTest ‑ onStartUp_all_failing_annotations_are_marked_for_class
com.vaadin.flow.server.startup.AnnotationValidatorTest ‑ onStartUp_all_failing_anotations_are_reported
com.vaadin.flow.server.startup.AnnotationValidatorTest ‑ onStartUp_no_exception_is_thrown_for_correctly_setup_classes
com.vaadin.flow.server.startup.AnnotationValidatorTest ‑ selfReferencesAreRemoved
com.vaadin.flow.server.startup.ApplicationConfigurationTest ‑ get_contextHasNoLookup_iseIsThrown
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ assertApplicationRegistry
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ initializedRoutes_routesCanBeAdded
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ lockingConfiguration_newConfigurationIsGottenOnlyAfterUnlock
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ registeredParentLayouts_changingListDoesntChangeRegistration
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ registeredParentLayouts_returnedListInSameOrder
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ registeredRouteWithAlias_removingClassRemovesAliases
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ registeredRouteWithAlias_removingPathLeavesAliases
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ registeringRouteWithAlias_RouteDataIsPopulatedCorrectly
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ routeChangeListener_blockChangesAreGivenCorrectlyInEvent
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ routeChangeListener_correctChangesAreReturned
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ routeWithAliases_eventShowsCorrectlyAsRemoved
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ routesWithParentLayouts_parentLayoutReturnsAsExpected
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ setErrorNavigationTargets_abstractClassesAreIgnored
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ updateAndRemoveFromMultipleThreads_endResultAsExpected
com.vaadin.flow.server.startup.ApplicationRouteRegistryTest ‑ updateRoutesFromMultipleThreads_allRoutesAreRegistered
com.vaadin.flow.server.startup.CustomElementsTest ‑ addDifferentElements
com.vaadin.flow.server.startup.CustomElementsTest ‑ addExtendingElements_superclassFirst
com.vaadin.flow.server.startup.CustomElementsTest ‑ addExtendingElements_superclassLast
com.vaadin.flow.server.startup.CustomElementsTest ‑ addSingleElement
com.vaadin.flow.server.startup.CustomElementsTest ‑ addTwoExtendingWithDifferentTag
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_propertiesAreReadFromContext
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_tokenFileIsReadFromClassloader_externalStatsFileIsReadFromTokenFile_predefinedContext
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_tokenFileIsReadFromClassloader_externalStatsUrlIsReadFromTokenFile_predefinedContext
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_tokenFileIsSetViaContext_externalStatsFileIsReadFromTokenFile_predefinedContext
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_tokenFileIsSetViaContext_externalStatsUrlIsReadFromTokenFile_predefinedContext
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactoryTest ‑ create_tokenFileWithPremiumFlag_premiumFlagIsPropagatedToDeploymentConfiguration
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ getServiceTypes_getServiceTypesIsInvoked_initializerIsInvokdedWithProvidedServices
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ processApplicationConfigurationFactory_factoryIsProvided_providedFactoryIsCreated
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ processLookupServletContainerInitializer_contextHasDeferredInitializers_runInitializersAndClearAttribute
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ processLookupServletContainerInitializer_polymerPublishedEventHandlerIsProvidedAsScannedClass_lookupReturnsTheProviderInstance
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ processLookupServletContainerInitializer_resourceProviderIsProvidedAsScannedClass_lookupReturnsTheProviderInstance
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ processLookupServletContainerInitializer_routePathProviderIsProvidedAsScannedClass_lookupReturnsTheProviderInstance
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ process_classSetIsNull_throws
com.vaadin.flow.server.startup.LookupServletContainerInitializerTest ‑ process_customLookupInitializerIsProvided_servicesHasCustomImpls_customInitializerIsCalledWithProvidedImpls
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ initialize_noPredicate_hasPrevopusStaticRoutes_addRouteManually_previousRoutesAreRemoved_addedRouteIsPreserved
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ initialize_noPredicate_hasPrevopusStaticRoutes_previousRoutesAreRemoved
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ initialize_noPredicate_noPrevopusStaticRoutes_cleanIsNotCalled_removeMethodIsNotCalled
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ initialize_predicateReturnsTrue_noPrevopusStaticRoutes_cleanIsNotCalled_removeMethodIsNotCalled
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ initialize_predicateReturnsTrue_sameRouteIsReadded_eventHasNoReaddedRoute
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ layout_annotation_on_non_routelayout_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_also_faulty_alias_route
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_also_faulty_body_size_alias_route
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_also_faulty_inline_alias_route
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_only_one_body_size_in_route_chain
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_only_one_inline_in_route_chain
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_check_only_one_viewport_in_route_chain
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_duplicate_routesViaAlias_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_duplicate_routes_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_no_exception_with_null_arguments
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_one_body_size_in_chain_and_one_for_route_passes

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 3903 to 4556)

There are 4883 tests, see "Raw output" for the list of tests 3903 to 4556.
Raw output
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_one_inline_in_chain_and_one_for_route_passes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_one_viewport_in_chain_and_one_for_route_passes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_route_can_not_contain_body_size_if_has_parent
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_route_can_not_contain_inline_if_has_parent
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_route_can_not_contain_viewport_if_has_parent
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_valid_alias_does_not_throw
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_valid_body_size_alias_does_not_throw
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_valid_inline_alias_does_not_throw
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_wrong_position_body_size_view_layout_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_wrong_position_inline_view_layout_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ process_wrong_position_view_layout_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_absatrctClass_unrelatedClass_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_abstractClass_subclass_subclassIsRegistered
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_class_abstractSuperClass_subclassIsRegistered
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_class_subclass_subclassIsRegistered
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_class_superClass_subclassIsRegistered
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_class_unrelatedClass_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_unrelatedClass_abstractClass_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registerClassesWithSameRoute_unrelatedClass_class_throws
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registration_fails_for_navigation_target_with_duplicate_title
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registration_fails_for_navigation_target_with_inherited_dynamic_title
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ registration_succeeds_for_navigation_target_with_inherited_title_annotation
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeData_for_alias_data_is_correct
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeData_gets_correct_parameters_for_targets
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeData_gets_correct_parents_for_targets
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeData_gets_correct_urls_for_targets
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeData_returns_all_registered_routes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeFilter_ignoresErrorTargets
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeFilter_ignoresRoutes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_fails_for_multiple_registration_of_same_route
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_fails_on_aloneRouteAlias
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_registers_correctly_route_with_parentLayout
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routeWithAlias_absoluteRoute
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routeWithAlias_noParent
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routeWithAlias_parentRoutePrefix
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routeWithAlias_parent_prefix_ignores_remaining_parent_route_prefixes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routeWithAlias_twoParentLevels
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_route_returns_registered_string_for_get_url
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_route_returns_string_not_ending_in_dash
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_route_with_absolute_ignores_parent_route_prefix
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_route_with_absolute_parent_prefix_ignores_remaining_parent_route_prefixes
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_routes_with_parameters_return_parameter_type_for_target_url
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ routeRegistry_stores_whole_path_with_parent_route_prefix
com.vaadin.flow.server.startup.RouteRegistryInitializerTest ‑ same_layout_annotation_values_throws
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_populateClientSideMenuIsAutomatic_oneMenuRoute
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_populateClientSideMenuIsFalse_noMenuRoute
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withDisabledNavAccessControlAndViewAccessChecker_anonymous
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withNavAccessControlAndViewAccessChecker_admin
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withNavAccessControlWithoutRequest_noAccessibleMenuRoute
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withNavAccessControl_admin
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withNavAccessControl_anonymous
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withViewAccessChecker_admin
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withViewAccessChecker_anonymous
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withoutNavAccessControl_noMenuRoutes
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withoutNavAccessControl_oneMenuRoute
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withoutRequest_returnEmpty
com.vaadin.flow.server.startup.RouteRegistryMenuAccessTest ‑ getRegisteredAccessibleMenuRoutes_withoutVaadinService_returnEmpty
com.vaadin.flow.server.startup.ServletContainerInitializerTest ‑ anyServletContainerInitializerSubclassImplementsFixedServletContainerInitializer
com.vaadin.flow.server.startup.ServletContainerInitializerTest ‑ servletContextHasLookup_deferredServletContextInitializersAttributeIsNotSet_processIsExecuted
com.vaadin.flow.server.startup.ServletContainerInitializerTest ‑ servletContextHasNoLookup_deferredServletContextInitializersAttributeIsSet_processIsNotExecuted
com.vaadin.flow.server.startup.ServletDeployerTest ‑ automaticallyRegisterTwoServletsWhenNoServletsPresent
com.vaadin.flow.server.startup.ServletDeployerTest ‑ doNotRegisterAnythingIfRegistrationIsDisabled
com.vaadin.flow.server.startup.ServletDeployerTest ‑ frontendServletIsNotRegisteredWhenProductionModeIsActive
com.vaadin.flow.server.startup.ServletDeployerTest ‑ frontendServletIsNotRegistered_whenMainServletIsRegistered
com.vaadin.flow.server.startup.ServletDeployerTest ‑ registeredNonVaadinServlets_vaadinServletsAreRegistered
com.vaadin.flow.server.startup.ServletDeployerTest ‑ servletIsNotRegisteredWhenAnotherHasTheSamePathMapping_frontendServlet
com.vaadin.flow.server.startup.ServletDeployerTest ‑ servletIsNotRegisteredWhenAnotherHasTheSamePathMapping_mainServlet
com.vaadin.flow.server.startup.ServletDeployerTest ‑ servletsWithoutClassName_registrationDoesNotFail
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ offendingEmbeddedThemeClass_shouldNotThrow
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_haveInline_when_annotatedAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_haveMetasAndBodySize_when_annotatedAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_link_to_PWA_article
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_modifyPushConfiguration_when_annotatedAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_haveMetas_when_not_callingInitializer
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_link_to_PWA_article
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_modifyDocument_when_noAnnotatedAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_modifyPushConfiguration_when_noAnnotatedAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_modifyPushConfiguration_when_not_callingInitializer
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_throw_when_appShellAnnotationsAreAllowed_and_offendingClass
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_throw_when_interface_and_abstract_and_concrete_AppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_not_throw_when_noClassesFound_null
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_reuseContextAppShell_when_creatingNewInstance
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_throwException_when_appShellExtendsComponent
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_throw_when_multipleAppShell
com.vaadin.flow.server.startup.VaadinAppShellInitializerTest ‑ should_throw_when_offendingClass
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ duplicateNamesFoundprocess_exceptionIsThrown
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ duplicatePropertyRegistrationBetweenParentAndChild_doesNotCauseIssues
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ duplicatePropertyRegistration_doesNotCauseIssues
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ emptySet_noExceptionAndWebComponentsSet
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ invalidCustomElementName_initializerThrowsException
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ process
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ process_noExceptionForMultipleCorrectExportsOfTheSameComponent
com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializerTest ‑ process_noExceptionWithNullArguments
com.vaadin.flow.server.startup.WebComponentExporterAwareValidatorTest ‑ process_all_failing_anotations_are_reported
com.vaadin.flow.server.startup.WebComponentExporterAwareValidatorTest ‑ process_no_exception_is_thrown_for_correctly_setup_classes
com.vaadin.flow.server.startup.WebComponentExporterAwareValidatorTest ‑ process_non_linked_push_throws
com.vaadin.flow.server.webcomponent.PropertyConfigurationImplTest ‑ onChange
com.vaadin.flow.server.webcomponent.PropertyConfigurationImplTest ‑ onChange_throwsIfCalledTwice
com.vaadin.flow.server.webcomponent.PropertyConfigurationImplTest ‑ readOnly
com.vaadin.flow.server.webcomponent.WebComponentBindingTest ‑ getComponent
com.vaadin.flow.server.webcomponent.WebComponentBindingTest ‑ getPropertyType
com.vaadin.flow.server.webcomponent.WebComponentBindingTest ‑ hasProperty
com.vaadin.flow.server.webcomponent.WebComponentBindingTest ‑ updateValue
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ assertRegistryIsSingleton
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ assertWebComponentRegistry
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ getConfigurations_uninitializedReturnsEmptySet
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ getWebComponentConfigurationsForComponent
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ hasConfigurations
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ hasConfigurations_noConfigurations
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ setConfigurationsTwice_onlyFirstSetIsAccepted
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ setConfigurations_allCanBeFoundInRegistry
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ setConfigurations_getConfigurationsCallDoesNotChangeSetProtection
com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistryTest ‑ setSameRouteValueFromDifferentThreads_ConcurrencyTest
com.vaadin.flow.server.webcomponent.WebComponentExporterUtilsTest ‑ getFactories_notEligibleExportersAreFiltered_factoriesAreReturned
com.vaadin.flow.server.webcomponent.WebComponentGeneratorTest ‑ generatedReplacementMapContainsExpectedEntriesExcludingUi
com.vaadin.flow.server.webcomponent.WebComponentGeneratorTest ‑ generatedReplacementMapContainsExpectedEntriesIncludingUi
com.vaadin.flow.server.webcomponent.WebComponentGeneratorTest ‑ providedJSModuleContainsCorrectThemeReplacements
com.vaadin.flow.server.webcomponent.WebComponentGeneratorTest ‑ providesJSModulesInNpmMode
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectoryUsingFactory_canCallMethodReflectively_js
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_canCallMethodReflectively_js
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_nonWriterClassThrows
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_nullExporterSetThrows
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_nullOutputDirectoryThrows
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_nullWriterThrows
com.vaadin.flow.server.webcomponent.WebComponentModulesWriterTest ‑ directoryWriter_generateWebComponentsToDirectory_zeroExportersCreatesZeroFiles
com.vaadin.flow.servlet.BasicViewsIT ‑ helloViewShown[any_Chrome_]
com.vaadin.flow.servlet.BasicViewsIT ‑ invalidViewShowsNotFound[any_Chrome_]
com.vaadin.flow.servlet.BasicViewsIT ‑ rootViewShown[any_Chrome_]
com.vaadin.flow.servlet.LowLevelFetchIT ‑ helloViewContainsHelloViewUidl[any_Chrome_]
com.vaadin.flow.servlet.LowLevelFetchIT ‑ notFoundViewReturns404[any_Chrome_]
com.vaadin.flow.servlet.LowLevelFetchIT ‑ rootViewContainsRootUIDL[any_Chrome_]
com.vaadin.flow.servlet.NavigationTargetIT ‑ testServletDeployed[any_Chrome_]
com.vaadin.flow.shared.BrowserDetailsTest ‑ testAndroid21
com.vaadin.flow.shared.BrowserDetailsTest ‑ testAndroid22
com.vaadin.flow.shared.BrowserDetailsTest ‑ testAndroid30
com.vaadin.flow.shared.BrowserDetailsTest ‑ testAndroid40Chrome
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChrome100Windows
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChrome3
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChrome4
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChromeChromeOS
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChromeIOS
com.vaadin.flow.shared.BrowserDetailsTest ‑ testChromeIOSDesktopSiteFeature
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEclipseMac_safari90
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEclipseMac_safari91
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEdgeAndroid
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEdgeIOS
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEdgeMac
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEdgeWindows10
com.vaadin.flow.shared.BrowserDetailsTest ‑ testEdgeWindows11
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox100Linux
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox100MacOs
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox100Windows
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox100Windows32
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox3
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox30b5
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox33Android
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox35
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox36
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox36b
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox40b11
com.vaadin.flow.shared.BrowserDetailsTest ‑ testFirefox40b7
com.vaadin.flow.shared.BrowserDetailsTest ‑ testHeadlessChrome
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE10
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE11
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE11LaunchDayWindows10CompatibilityViewIE7
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE11Windows10CompatibilityViewIE7
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE11Windows7CompatibilityViewIE7
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE11WindowsPhone81Update
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE6
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE7
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE8
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE9
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE9InIE7CompatibilityMode
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIE9InIE8CompatibilityMode
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIPadIOS4
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIPhoneIOS4
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIPhoneIOS5
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIPhoneIOS6Homescreen
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIos11FacebookBrowser
com.vaadin.flow.shared.BrowserDetailsTest ‑ testIos11Firefox
com.vaadin.flow.shared.BrowserDetailsTest ‑ testKonquerorLinux
com.vaadin.flow.shared.BrowserDetailsTest ‑ testOpera1010
com.vaadin.flow.shared.BrowserDetailsTest ‑ testOpera1050
com.vaadin.flow.shared.BrowserDetailsTest ‑ testOpera964
com.vaadin.flow.shared.BrowserDetailsTest ‑ testSafari10
com.vaadin.flow.shared.BrowserDetailsTest ‑ testSafari11
com.vaadin.flow.shared.BrowserDetailsTest ‑ testSafari3
com.vaadin.flow.shared.BrowserDetailsTest ‑ testSafari4
com.vaadin.flow.shared.RegistrationTest ‑ addAndRemove_addsAndRemoves
com.vaadin.flow.shared.RegistrationTest ‑ combine_removesAll
com.vaadin.flow.shared.RegistrationTest ‑ once_onlyCalledOnce
com.vaadin.flow.shared.VaadinUriResolverTest ‑ testContextProtocol
com.vaadin.flow.shared.ui.DependencyTest ‑ checkJsonSerialization_2ArgsCTor
com.vaadin.flow.shared.ui.DependencyTest ‑ checkJsonSerialization_3ArgsCTor
com.vaadin.flow.shared.ui.DependencyTest ‑ dynamicDependency_hasLazyMode
com.vaadin.flow.shared.util.SharedUtilTests ‑ camelCaseToDashSeparated
com.vaadin.flow.shared.util.SharedUtilTests ‑ camelCaseToHumanReadable
com.vaadin.flow.shared.util.SharedUtilTests ‑ dashSeparatedToCamelCase
com.vaadin.flow.shared.util.SharedUtilTests ‑ emptyStringIsHandled
com.vaadin.flow.shared.util.SharedUtilTests ‑ join
com.vaadin.flow.shared.util.SharedUtilTests ‑ methodUppercaseWithTurkishLocale
com.vaadin.flow.shared.util.SharedUtilTests ‑ noTrailingSlashForTrimming
com.vaadin.flow.shared.util.SharedUtilTests ‑ rootSlashIsTrimmed
com.vaadin.flow.shared.util.SharedUtilTests ‑ splitCamelCase
com.vaadin.flow.shared.util.SharedUtilTests ‑ testParameterAdding
com.vaadin.flow.shared.util.SharedUtilTests ‑ trailingSlashIsTrimmed
com.vaadin.flow.shared.util.SharedUtilTests ‑ trailingSlashesAreTrimmed
com.vaadin.flow.shared.util.SharedUtilTests ‑ upperCamelCaseToDashSeparatedLowerCase
com.vaadin.flow.shared.util.UniqueSerializableTest ‑ testSerialization
com.vaadin.flow.shared.util.UniqueSerializableTest ‑ testUniqueness
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ access_restricted_to_admin
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ access_restricted_to_logged_in_users
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ adminAppliesForHugeLoan_accessGranted
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ adminAppliesForLoan_accessDenied
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_forwardToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_linkToPrivatePageWithAlias_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_linkToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_rerouteToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ client_menu_routes_correct_for_admin
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ client_menu_routes_correct_for_anonymous
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ client_menu_routes_correct_for_user
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ loggedInAsUser_forwardToAdminPage_notFoundViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ loggedInAsUser_linkToAdminPageWithAlias_accessDenied
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ loggedInAsUser_linkToAdminPage_accessDenied
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ loggedInAsUser_rerouteToAdminPage_notFoundViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ logout_redirects_to_root_page
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ logout_via_doLogin_redirects_to_logout
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ menu_correct_for_admin
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ menu_correct_for_anonymous
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ menu_correct_for_user
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ navigate_in_thread_with_access
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ navigate_in_thread_without_access
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ navigate_to_admin_view_prevented
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ navigate_to_private_view_prevented
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ other_public_page_by_template_alias_does_not_require_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ other_public_page_does_not_require_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ private_page_logout_should_redirect_to_root
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ public_app_resources_available_for_all
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ redirect_to_admin_view_after_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ redirect_to_private_view_after_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ redirect_to_private_view_after_navigation_and_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ redirect_to_resource_after_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ redirect_to_role_prefixed_admin_view_after_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ refresh_when_logged_in_stays_logged_in
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ root_page_by_alias_does_not_require_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ root_page_does_not_require_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ static_resources_accessible_without_login
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ upload_file_in_private_view
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ userAppliesForHugeLoan_accessDenied
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ userAppliesForLoan_accessGranted
com.vaadin.flow.spring.flowsecurity.CustomWebIconsIT ‑ customFavIcon_allowed
com.vaadin.flow.spring.flowsecurity.CustomWebIconsIT ‑ customPWAIcons_allowed
com.vaadin.flow.spring.flowsecurity.SpringBootUnitTest ‑ contextLoads
com.vaadin.flow.spring.flowsecurity.TranslationIT ‑ translationFilesExist_customI18NInstantiated_languagesWork
com.vaadin.flow.spring.flowsecurity.UIAccessContextIT ‑ securityContextSetForUIAccess
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ access_restricted_to_admin
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ access_restricted_to_logged_in_users
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ client_menu_routes_correct_for_admin
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ client_menu_routes_correct_for_anonymous
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ client_menu_routes_correct_for_user
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ logout_redirects_to_root_page
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ logout_via_doLogin_redirects_to_logout
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ menu_correct_for_admin
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ menu_correct_for_anonymous
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ menu_correct_for_user
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ navigate_in_thread_with_access
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ navigate_in_thread_without_access
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ navigate_to_admin_view_prevented
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ navigate_to_private_view_prevented
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ other_public_page_does_not_require_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ private_page_logout_should_redirect_to_root
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ public_app_resources_available_for_all
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ redirect_to_admin_view_after_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ redirect_to_private_view_after_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ redirect_to_private_view_after_navigation_and_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ redirect_to_resource_after_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ redirect_to_role_prefixed_admin_view_after_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ refresh_when_logged_in_stays_logged_in
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ root_page_does_not_require_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ static_resources_accessible_without_login
com.vaadin.flow.spring.flowsecuritycontextpath.AppViewIT ‑ upload_file_in_private_view
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ access_restricted_to_admin
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ access_restricted_to_logged_in_users
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ client_menu_routes_correct_for_admin
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ client_menu_routes_correct_for_anonymous
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ client_menu_routes_correct_for_user
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ logout_redirects_to_root_page
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ logout_via_doLogin_redirects_to_logout
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ menu_correct_for_admin
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ menu_correct_for_anonymous
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ menu_correct_for_user
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ navigate_in_thread_with_access
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ navigate_in_thread_without_access
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ navigate_to_admin_view_prevented
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ navigate_to_private_view_prevented
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ other_public_page_does_not_require_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ private_page_logout_should_redirect_to_root
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ public_app_resources_available_for_all
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ redirect_to_admin_view_after_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ redirect_to_private_view_after_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ redirect_to_private_view_after_navigation_and_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ redirect_to_resource_after_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ redirect_to_role_prefixed_admin_view_after_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ refresh_when_logged_in_stays_logged_in
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ root_page_does_not_require_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ static_resources_accessible_without_login
com.vaadin.flow.spring.flowsecurityreverseproxy.AppViewIT ‑ upload_file_in_private_view
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ access_restricted_to_admin
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ access_restricted_to_logged_in_users
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ client_menu_routes_correct_for_admin
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ client_menu_routes_correct_for_anonymous
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ client_menu_routes_correct_for_user
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ logout_redirects_to_root_page
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ logout_via_doLogin_redirects_to_logout
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ menu_correct_for_admin
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ menu_correct_for_anonymous
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ menu_correct_for_user
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ navigate_in_thread_with_access
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ navigate_in_thread_without_access
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ navigate_to_admin_view_prevented
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ navigate_to_private_view_prevented
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ other_public_page_does_not_require_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ private_page_logout_should_redirect_to_root
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ public_app_resources_available_for_all
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ redirect_to_admin_view_after_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ redirect_to_private_view_after_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ redirect_to_private_view_after_navigation_and_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ redirect_to_resource_after_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ redirect_to_role_prefixed_admin_view_after_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ refresh_when_logged_in_stays_logged_in
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ root_page_does_not_require_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ static_resources_accessible_without_login
com.vaadin.flow.spring.flowsecurityurlmapping.AppViewIT ‑ upload_file_in_private_view
com.vaadin.flow.spring.test.CoExistingSpringEndpointsIT ‑ assertRoutesAndSpringEndpoint
com.vaadin.flow.spring.test.ComponentAddedViaInitListenerIT ‑ componentAddedViaInitListenerIsLoaded
com.vaadin.flow.spring.test.ComponentTestIT ‑ componentsAreFoundAndLoaded
com.vaadin.flow.spring.test.CustomWebSocketIT ‑ properWebsocketResponseIsReceived
com.vaadin.flow.spring.test.DoubleNpmAnnotationIT ‑ bothPaperWebComponentsAreLoaded
com.vaadin.flow.spring.test.NPEHandlerIT ‑ noRouteIsHandledByExistingFlowComponent
com.vaadin.flow.spring.test.NPEHandlerIT ‑ npeIsHandledByComponent
com.vaadin.flow.spring.test.ParentTemplateIT ‑ customElementIsRegistered
com.vaadin.flow.spring.test.ParentTemplateIT ‑ injectedComponentIsSpringManaged
com.vaadin.flow.spring.test.ProfiledRouteIT ‑ profiledRouteIsEnabled
com.vaadin.flow.spring.test.PushIT ‑ websocketsWork
com.vaadin.flow.spring.test.ResourcesIT ‑ resourceInMetaInfResources
com.vaadin.flow.spring.test.ResourcesIT ‑ resourceInPublic
com.vaadin.flow.spring.test.ResourcesIT ‑ resourceInResources
com.vaadin.flow.spring.test.ResourcesIT ‑ resourceInStatic
com.vaadin.flow.spring.test.RouteBasicIT ‑ testServletDeployed
com.vaadin.flow.spring.test.RouteBasicIT ‑ uiScopedProxiedTargetView_shouldUseSameViewInstance
com.vaadin.flow.spring.test.ScopesIT ‑ checkSessionScope
com.vaadin.flow.spring.test.ScopesIT ‑ checkUiScope
com.vaadin.flow.spring.test.ScopesIT ‑ checkUiScope_afterResynchronized
com.vaadin.flow.spring.test.SmokeTestIT ‑ componentsAreFoundAndLoaded
com.vaadin.flow.spring.test.StreamResourceIT ‑ ensureStreamResourceWorks
com.vaadin.flow.spring.test.SwaggerIT ‑ swaggerUIShown
com.vaadin.flow.spring.test.TemplatePushIT ‑ callFunctionPushed
com.vaadin.flow.spring.test.TemplatePushIT ‑ elementChangesPushed
com.vaadin.flow.spring.test.TemplatePushIT ‑ execJsPushed
com.vaadin.flow.spring.test.TranslationIT ‑ translationFilesExist_defaultI18NInstantiated_languagesWork
com.vaadin.flow.spring.test.UploadIT ‑ multiFileUpload
com.vaadin.flow.spring.test.UploadIT ‑ uploadComponentIsInitialized
com.vaadin.flow.spring.test.VaadinAutowiredDependenciesIT ‑ injectedSession_uiIsTheSameAsCurrent
com.vaadin.flow.spring.test.VaadinAutowiredDependenciesIT ‑ injectedUI_uiIsTheSameAsCurrent
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ allowedUiModule_withAllowedPackages
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ defaultJarExclusion_externalJarExcluded
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ libAllowedModule_withAllowedPackagesJar
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ libBlockedModule_withBlockedPackagesJar
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ libExcludedModule_withExcludedJar
com.vaadin.flow.spring.test.filtering.ClassScannerIT ‑ uiModule_withBlockedPackages
com.vaadin.flow.spring.test.routescope.BeansWithNoOwnerIT ‑ beansWithNoOwner_preservedWithinTheSameRouteTarget_notPreservedAfterNavigation
com.vaadin.flow.spring.test.routescope.ErrorParameterIT ‑ navigateToViewWhichThrows_beansInsideErrorViewArePreservedinScope
com.vaadin.flow.spring.test.routescope.LayoutIT ‑ divInLayoutComponentIsPreserved_buttonInLayoutIsNotPreserved_serviceIsPreserved_noOwnerBeanIsNotPreserved
com.vaadin.flow.spring.test.routescope.LayoutIT ‑ navigateFromButtonViewToInvalidRouteScopeUsage_throws
com.vaadin.flow.spring.test.routescope.ParentChildNoOwnerIT ‑ beanWithNoOwner_preservedWithinTheSameRoutingChain
com.vaadin.flow.spring.test.routescope.PreserveOnRefreshDestroyBeanIT ‑ routeScopedBeanIsDestroyedOnNavigationOutOfViewAfterPreserveOnRefresh
com.vaadin.flow.spring.test.routescope.PreserveOnRefreshIT ‑ routeScopedBeanIsPreservedAfterViewRefresh
com.vaadin.flow.spring.test.whitelist.SimpleIT ‑ simplePage_withWhiteList_works
com.vaadin.flow.testnpmonlyfeatures.bytecodescanning.ByteCodeScanningIT(production) ‑ buttonIsNotInitializedInProductionMode[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.bytecodescanning.FullCPScanningIT(devmode) ‑ buttonIsInitializedInDevMode[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.bytecodescanning.LazyIT(production) ‑ lazyLoadedWhenEnteringLazyView[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.customfrontend.CustomFrontendMainIT ‑ javascriptShouldHaveBeenExecuted[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.general.ComponentAddedViaInitListenerIT ‑ componentAddedViaInitListenerIsLoaded[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.general.ExternalJSModuleIT ‑ jsModuleAnnotation_externalJsInAComponentBeingAdded_shouldBeAddedToPage[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.general.ExternalJSModuleIT ‑ jsModuleAnnotation_externalJs_shouldBeAddedToPage[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.AddOnIT ‑ noFrontendFilesCreated[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.AddOnIT ‑ selectElementExists[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.MultipleNpmPackageAnnotationsIT ‑ lazyComponentShouldExistInBody[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.MultipleNpmPackageAnnotationsIT ‑ pageShouldContainTwoPaperComponents[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.NoAppBundleIT ‑ noFrontendFilesCreated[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.NoAppBundleIT ‑ serviceWorkerIsIncludedAndServed[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.TodoIT ‑ bundleCreated[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.nobuildmojo.TodoIT ‑ testAddOn[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.performanceregression.StartupPerformanceIT ‑ devModeInitializerToViteUpIsBelowThreshold[any_Chrome_]
com.vaadin.flow.testnpmonlyfeatures.performanceregression.StartupPerformanceIT ‑ devModeInitializerToWebpackUpIsBelowThreshold[any_Chrome_]
com.vaadin.flow.theme.AbstractThemeTest ‑ default_url_translation_returns_correct_result
com.vaadin.flow.theme.AbstractThemeTest ‑ default_url_translation_returns_correct_result_for_different_end_in_theme_url
com.vaadin.flow.theme.AbstractThemeTest ‑ default_url_translation_returns_correct_result_for_wrong_end_in_base_url
com.vaadin.flow.theme.AbstractThemeTest ‑ only_last_instance_of_base_url_should_be_replaced
com.vaadin.flow.ui.SerializationTest ‑ testViewsSerializable
com.vaadin.flow.ui.ToStringTest ‑ testViewsElementsStringable
com.vaadin.flow.uitest.multimodule.ui.FrontendLiveReloadIT ‑ modifyMetaInfFrontendFile[any_Chrome_]
com.vaadin.flow.uitest.multimodule.ui.FrontendLiveReloadIT ‑ modifyMetaInfResourcesFrontendFile[any_Chrome_]
com.vaadin.flow.uitest.multimodule.ui.FrontendLiveReloadIT ‑ modifyThemeFile[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachExistingElementIT ‑ attachExistingElement[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToLastOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToLastOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToLastOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToMiddleOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToMiddleOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ firstAddedToMiddleOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToFirstOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToFirstOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToFirstOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToMiddleOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToMiddleOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ lastAddedToMiddleOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToFirstOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToFirstOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToFirstOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToLastOnFirstAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToLastOnLastAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.AttachListenerIT ‑ middleAddedToLastOnMiddleAttach[any_Chrome_]
com.vaadin.flow.uitest.ui.BackButtonServerRoundTripIT ‑ testForwardingToViewInSetParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.BaseHrefIT ‑ testBaseHref[any_Chrome_]
com.vaadin.flow.uitest.ui.BasicComponentIT ‑ ensureDomUpdatesAndEventsDoSomething[any_Chrome_]
com.vaadin.flow.uitest.ui.BasicComponentIT ‑ tagsInText[any_Chrome_]
com.vaadin.flow.uitest.ui.BasicElementIT ‑ ensureDomUpdatesAndEventsDoSomething[any_Chrome_]
com.vaadin.flow.uitest.ui.BasicElementIT ‑ testAddRemoveComponentDuringSameRequest[any_Chrome_]
com.vaadin.flow.uitest.ui.BodyScrollIT ‑ noScrollAttributeForBody[any_Chrome_]
com.vaadin.flow.uitest.ui.BrokenRouterLinkIT ‑ testRouterLink_linkIsBroken_urlIsUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.BrokenRouterLinkIT ‑ testRouterLink_visitBrokenLinkAndBack_scrollPositionIsRetained[any_Chrome_]
com.vaadin.flow.uitest.ui.BrowserWindowResizeIT ‑ listenResizeEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.CallFunctionBeforeRemoveIT ‑ noErrorOnJSExecutionBeforeDetach[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ dialogOpenedWithListenOnShortcut_dialogReopened_oldShortcutStillWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ dialogOpenedWithListenOnShortcut_sameShortcutListeningOnUi_focusDecidesWhichIsExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ dialogOpenedWithShortcutNoListenOn_sameShortcutListeningOnUi_bothExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ dialogWithShortcutListenOnAndPreserveOnRefresh_refreshWhenDialogOpened_shortcutScopingWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ shortcutAddedWithAllowDefault_inputFocused_allKeysAcceptedToInput[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ shortcutAddedWithPreventDefault_inputFocused_enteringOtherKeysToInputWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.ComplexDialogShortcutIT ‑ twoDialogsOpenedWithSameShortcutKeyOnListenOn_dialogWithFocusExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.ComponentErrorIT ‑ verify_that_throwing_component_is_present[any_Chrome_]
com.vaadin.flow.uitest.ui.ComponentEventDataIT ‑ clickConcreteComponent_mapsToCorrectComponentType[any_Chrome_]
com.vaadin.flow.uitest.ui.ComponentEventDataIT ‑ clickElement_reportsComponentAndElementEventData[any_Chrome_]
com.vaadin.flow.uitest.ui.ComponentThemeLiveReloadIT ‑ webpackLiveReload_newComponentStylesCreatedAndDeleted_stylesUpdatedOnFly[any_Chrome_]
com.vaadin.flow.uitest.ui.CompositeIT ‑ changeOnClient[any_Chrome_]
com.vaadin.flow.uitest.ui.CompositeIT ‑ htmlImportOfContentLoaded[any_Chrome_]
com.vaadin.flow.uitest.ui.CompositeNestedIT ‑ testBasics[any_Chrome_]
com.vaadin.flow.uitest.ui.CountUIsIT ‑ countUisNumer_onlyOneUIShouldBeInitiialized[any_Chrome_]
com.vaadin.flow.uitest.ui.CustomBrowserTooOldPageIT ‑ customPageUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.CustomCustomElementIT ‑ clickOnButton_removeFromLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT ‑ debounce[any_Chrome_]
com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT ‑ eager[any_Chrome_]
com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT ‑ filtered[any_Chrome_]
com.vaadin.flow.uitest.ui.DebounceSynchronizePropertyIT ‑ throttle[any_Chrome_]
com.vaadin.flow.uitest.ui.DependencyIT ‑ scriptInjection[any_Chrome_]
com.vaadin.flow.uitest.ui.DependencyIT ‑ styleInjection[any_Chrome_]
com.vaadin.flow.uitest.ui.DevModeClassCacheIT ‑ testDevModeClassCachePopulated[any_Chrome_]
com.vaadin.flow.uitest.ui.DevModeConfigIT ‑ liveReload_disabled_shouldNotRenderIndicator[any_Chrome_]
com.vaadin.flow.uitest.ui.DevModeNoClassCacheIT ‑ testDevModeClassCacheNotPopulated[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ dialogOpenedWithListenOnShortcut_dialogReopened_oldShortcutStillWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ dialogOpenedWithListenOnShortcut_sameShortcutListeningOnUi_focusDecidesWhichIsExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ dialogOpenedWithShortcutNoListenOn_sameShortcutListeningOnUi_bothExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ shortcutAddedWithAllowDefault_inputFocused_allKeysAcceptedToInput[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ shortcutAddedWithPreventDefault_inputFocused_enteringOtherKeysToInputWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.DialogShortcutIT ‑ twoDialogsOpenedWithSameShortcutKeyOnListenOn_dialogWithFocusExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.DirectionChangeIT ‑ testDirection_changingDirection_updatesDocument[any_Chrome_]
com.vaadin.flow.uitest.ui.DirectionChangeIT ‑ testDirection_initialPageDirection_setCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDAttachDetachIT ‑ testDnD_attachDetachAttachSourceAndTarget_dndOperationWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDAttachDetachIT ‑ testDnD_moveComponents_dndOperationWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testCopyEffectElement_disableElement_draggedNotPresent[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testCopyEffectElement_disableTarget_dragOverTargetNotPresent[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testCopyEffectElement_droppedToAllLanes[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testCopyEffectElement_droppedToDeactivatedLane_noDrop[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_imageIsClearedWithNull[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_visibleComponentInViewportIsClearedWithNull[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_withDragSourceAsDragImage[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_withImage[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_withNotYetAttachedDragSource[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testSetDragImage_withVisibleComponentInViewport[any_Chrome_]
com.vaadin.flow.uitest.ui.DnDIT ‑ testUndefinedEffectElement_allLanesGetDropTargetClass[any_Chrome_]
com.vaadin.flow.uitest.ui.DomEventFilterIT ‑ componentWithDebounce[any_Chrome_]
com.vaadin.flow.uitest.ui.DomEventFilterIT ‑ debounce[any_Chrome_]
com.vaadin.flow.uitest.ui.DomEventFilterIT ‑ filtering[any_Chrome_]
com.vaadin.flow.uitest.ui.DomEventFilterIT ‑ twoListeners_removingOne_should_cleanItsFilter[any_Chrome_]
com.vaadin.flow.uitest.ui.DomEventStopPropagationAndPreventDefaultIT ‑ preventDefault[any_Chrome_]
com.vaadin.flow.uitest.ui.DomListenerOnAttachIT ‑ filtering[any_Chrome_]
com.vaadin.flow.uitest.ui.DynamicallyRegisteredRouteIT ‑ testServiceInitListener_canRegisterRoutes[any_Chrome_]
com.vaadin.flow.uitest.ui.ElementInitOrderIT ‑ elementInitOrder[any_Chrome_]
com.vaadin.flow.uitest.ui.ElementInnerHtmlIT ‑ elementInitOrder[any_Chrome_]
com.vaadin.flow.uitest.ui.ElementInnerHtmlIT ‑ setInnerHtmlAfterChangeVisibility[any_Chrome_]
com.vaadin.flow.uitest.ui.ElementRemoveItselfIT ‑ clickOnButton_removeFromLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.ElementStyleIT ‑ customPropertiesWork[any_Chrome_]
com.vaadin.flow.uitest.ui.EnabledIT ‑ verifyEnabledState[any_Chrome_]
com.vaadin.flow.uitest.ui.ErrorHandlingIT ‑ exceptionInBeforeClientResponseDoesNotCauseInternalError[any_Chrome_]
com.vaadin.flow.uitest.ui.ErrorHandlingIT ‑ exceptionInClickHandlerDoesNotCauseInternalError[any_Chrome_]
com.vaadin.flow.uitest.ui.ErrorPageIT ‑ testErrorViewOpened[any_Chrome_]
com.vaadin.flow.uitest.ui.EventListenersIT ‑ clickListenerIsCalledOnlyOnce[any_Chrome_]
com.vaadin.flow.uitest.ui.EventTargetIT ‑ clickOnChildElement_reportsChildAsEventTarget[any_Chrome_]
com.vaadin.flow.uitest.ui.ExceptionDuringMapSyncIT ‑ exceptionInMapSyncDoesNotCauseInternalError[any_Chrome_]
com.vaadin.flow.uitest.ui.ExceptionInStreamResourceIT ‑ downloadBrokenResource_statusCodeIs500[any_Chrome_]
com.vaadin.flow.uitest.ui.ExceptionStacktraceIT ‑ loggerAbsenceWarningAndStacktrace[any_Chrome_]
com.vaadin.flow.uitest.ui.ExecJavaScriptIT ‑ testElementExecuteJavaScriptWithAwait[any_Chrome_]
com.vaadin.flow.uitest.ui.ExecJavaScriptIT ‑ testExecuteJavaScript[any_Chrome_]
com.vaadin.flow.uitest.ui.ExecJavaScriptIT ‑ testPageExecuteJavaScriptWithAwait[any_Chrome_]
com.vaadin.flow.uitest.ui.ExportedJSFunctionIT ‑ pollUsingJS[any_Chrome_]
com.vaadin.flow.uitest.ui.ExportedJSFunctionIT ‑ productionModeFalseInDevelopmentMode[any_Chrome_]
com.vaadin.flow.uitest.ui.ExportedJSFunctionIT ‑ profilingInfoAvailableInDevelopmentMode[any_Chrome_]
com.vaadin.flow.uitest.ui.ExportedJSFunctionIT ‑ versionInfoAvailableInDevelopmentMopde[any_Chrome_]
com.vaadin.flow.uitest.ui.ExtendedClientDetailsIT ‑ testExtendedClientDetails_predefinedDevicePixelRatioTouchSupport_reportedCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.ExtendedClientDetailsIT ‑ testExtendedClientDetails_reportsSomething[any_Chrome_]
com.vaadin.flow.uitest.ui.FindComponentIT ‑ componentsFound[any_Chrome_]
com.vaadin.flow.uitest.ui.ForwardToIT ‑ testForwardingToView[any_Chrome_]
com.vaadin.flow.uitest.ui.FragmentLinkIT ‑ testInsidePageNavigation_noRouterLinkHandling[any_Chrome_]
com.vaadin.flow.uitest.ui.FragmentLinkIT ‑ testViewChangeWithFragment_scrollToPageAndHashChangeEventWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.FragmentLinkIT ‑ testViewChangeWithFragment_serverOverridesLocation_noScrollOrHashChange[any_Chrome_]
com.vaadin.flow.uitest.ui.FrontendLiveReloadIT ‑ liveReloadOnTouchedFrontendFile[any_Chrome_]
com.vaadin.flow.uitest.ui.FrontendLiveReloadIT ‑ webpackErrorIsShownAfterReloadAndHiddenAfterFix[any_Chrome_]
com.vaadin.flow.uitest.ui.HasUrlParameterErrorIT ‑ testNavigationTriggers[any_Chrome_]
com.vaadin.flow.uitest.ui.HistoryIT ‑ testHistory[any_Chrome_]
com.vaadin.flow.uitest.ui.IFrameIT ‑ testIFrameReload[any_Chrome_]
com.vaadin.flow.uitest.ui.ImageClickIT ‑ testClickOnImage[any_Chrome_]
com.vaadin.flow.uitest.ui.ImageClickIT ‑ testDoubleClickOnImage[any_Chrome_]
com.vaadin.flow.uitest.ui.InMemoryChildrenIT ‑ inMemoryElementInJs[any_Chrome_]
com.vaadin.flow.uitest.ui.InertComponentIT ‑ modalComponentAdded_inertButtonClicked_noNewComponentAdded[any_Chrome_]
com.vaadin.flow.uitest.ui.InertComponentIT ‑ modalComponentAdded_removedFromDom_othersStillInert[any_Chrome_]
com.vaadin.flow.uitest.ui.InertComponentIT ‑ modalComponentAdded_routerLinkClicked_navigation[any_Chrome_]
com.vaadin.flow.uitest.ui.InfoIT ‑ nonProductionModeServlet[any_Chrome_]
com.vaadin.flow.uitest.ui.InternalErrorIT ‑ enableSessionExpiredNotification_sessionExpired_notificationShown[any_Chrome_]
com.vaadin.flow.uitest.ui.InternalErrorIT ‑ internalError_showNotification_clickEsc_refresh[any_Chrome_]
com.vaadin.flow.uitest.ui.InternalErrorIT ‑ internalError_showNotification_clickNotification_refresh[any_Chrome_]
com.vaadin.flow.uitest.ui.InternalErrorIT ‑ sessionExpired_refreshByDefault[any_Chrome_]
com.vaadin.flow.uitest.ui.InvalidateHttpSessionIT ‑ invalidateHttpSession_vaadinSessionIsClosed[any_Chrome_]
com.vaadin.flow.uitest.ui.JavaLiveReloadIT ‑ deactivateLiveReload[any_Chrome_]
com.vaadin.flow.uitest.ui.JavaScriptReturnValueIT ‑ testAllCombinations[any_Chrome_]
com.vaadin.flow.uitest.ui.JsApiGetByIdIT ‑ getByNodeId_JsAPI[any_Chrome_]
com.vaadin.flow.uitest.ui.KeyboardEventIT ‑ verify_that_invalid_keyup_event_is_ignored[any_Chrome_]
com.vaadin.flow.uitest.ui.KeyboardEventIT ‑ verify_that_keys_are_received_correctly[any_Chrome_]
com.vaadin.flow.uitest.ui.LoadingIndicatorIT ‑ byDefault_loadingIndicator_usesDefaultTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.LoadingIndicatorIT ‑ ensureSecondStyleWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.LoadingIndicatorIT ‑ loadingIndicator_switchingToCustomTheme_noDefaultThemeApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.LocaleChangeIT ‑ setSessionLocale_currentUIInstanceUpdatedUponEachLocaleUpdate[any_Chrome_]
com.vaadin.flow.uitest.ui.LogoutIT ‑ setLocationWithNotificationDisabled_noErrorMessages[any_Chrome_]
com.vaadin.flow.uitest.ui.LogoutWithNotificationIT ‑ setLocationWithNotificationEnabled_noErrorMessages[any_Chrome_]
com.vaadin.flow.uitest.ui.LongPollingMultipleThreadsIT ‑ openPage_startUpdatingLabelThrowThreads_thereAreNoErrorsInTheConsole[any_Chrome_]
com.vaadin.flow.uitest.ui.LongPollingPushIT ‑ openPage_thereAreNoErrorsInTheConsole[any_Chrome_]
com.vaadin.flow.uitest.ui.ModalDialogIT ‑ modalDialogOpenInitially_dialogClosed_shortcutsInViewTrigger[any_Chrome_]
com.vaadin.flow.uitest.ui.ModalDialogIT ‑ modalDialogOpened_sameShortcutListeningOnUiAndDialog_onlyDialogShortcutExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.ModalDialogIT ‑ modalDialogOpened_sameShortcutsListeningOnUi_noShortcutTriggered[any_Chrome_]
com.vaadin.flow.uitest.ui.ModalDialogIT ‑ modelessDialogOpened_sameShortcutListeningOnUiAndDialog_bothExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.ModalDialogIT ‑ modelessDialogOpened_sharesShortcutWithUI_bothExecuted[any_Chrome_]
com.vaadin.flow.uitest.ui.NavigationEventsIT ‑ assertNavigationToSelfProducesNavigationEvents[any_Chrome_]
com.vaadin.flow.uitest.ui.NavigationTriggerIT ‑ testNavigationTriggers[any_Chrome_]
com.vaadin.flow.uitest.ui.OrderedDependencyIT ‑ inheritedModuleInjection[any_Chrome_]
com.vaadin.flow.uitest.ui.OrderedDependencyIT ‑ inheritedScriptInjection[any_Chrome_]
com.vaadin.flow.uitest.ui.OrderedDependencyIT ‑ inheritedStyleInjection[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ fetchPageDirection_noDirectionSetExplicitly_leftToRightIsPassedToCallback[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ fetchPageDirection_setLTRDirection_leftToRightIsPassedToCallback[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ fetchPageDirection_setRTLDirection_rightToLeftIsPassedToCallback[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testOnlyMostRecentPageUpdate[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testOpenUrlInIFrame[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testOpenUrlInNewTab[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testPageTitleClears[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testPageTitleUpdates[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testReload[any_Chrome_]
com.vaadin.flow.uitest.ui.PageIT ‑ testSetLocation[any_Chrome_]
com.vaadin.flow.uitest.ui.PlainScriptViaJavaScriptIT ‑ contextSchemaWorksinJavaScript[any_Chrome_]
com.vaadin.flow.uitest.ui.PopStateHandlerIT ‑ testDifferentPath_ServerSideEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.PopStateHandlerIT ‑ testDifferentPath_doubleBack_ServerSideEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.PopStateHandlerIT ‑ testSamePathHashChanges_noServerSideEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.PopStateHandlerIT ‑ testSamePathHashChanges_tripleeBack_noServerSideEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.PostponeProceedIT ‑ proceedPostponedNavigationImmediately_navigationIsDone[any_Chrome_]
com.vaadin.flow.uitest.ui.PostponeProceedIT ‑ proceedPostponedNavigationWithRouterLink_withDelay_urlIsChangedAfterProceed[any_Chrome_]
com.vaadin.flow.uitest.ui.PostponeProceedIT ‑ proceedPostponedNavigationWithUINavigate_withDelay_urlIsChangedAfterProceed[any_Chrome_]
com.vaadin.flow.uitest.ui.PostponeUpdateIT ‑ postpone_cancelResetsUrlOnBack[any_Chrome_]
com.vaadin.flow.uitest.ui.PostponeUpdateIT ‑ postpone_continueKeepsCurrentUrl[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshForwardingIT ‑ forwadingToPreserveOnRefreshRoute_allowsUpdatingQueryParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshIT ‑ navigateToNonRefreshing_componentIsRecreated[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshIT ‑ refreshInDifferentWindow_componentIsRecreated[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshIT ‑ refresh_componentAndUiChildrenReused[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshLiveReloadIT ‑ viewIsPreservedOnLiveReload[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshNavigationIT ‑ programmaticNavigation_selfNavigationWithQueryParams_urlChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshNavigationIT ‑ routerLink_selfNavigationWithQueryParams_urlChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshNestedBeforeEnterIT ‑ refreshViewWithNestedLayouts_eachBeforeEnterIsCalledOnlyOnce[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshReAddIT ‑ replaceComponentAfterRefresh_componentIsReplaced[any_Chrome_]
com.vaadin.flow.uitest.ui.PreserveOnRefreshShortcutIT ‑ replaceComponentAfterRefresh_componentIsReplaced[any_Chrome_]
com.vaadin.flow.uitest.ui.PushLongPollingWithPreserveOnRefreshIT ‑ addDiv_refreshThePage_ensureNoErrorHappensAndDivIsPresent[any_Chrome_]
com.vaadin.flow.uitest.ui.PushSettingsIT ‑ pushSetting[any_Chrome_]
com.vaadin.flow.uitest.ui.PushWSUpdateDivIT ‑ pushUpdatesEmbeddedWebComponent[any_Chrome_]
com.vaadin.flow.uitest.ui.PushWithPreserveOnRefreshIT ‑ ensurePushWorksAfterRefresh[any_Chrome_]
com.vaadin.flow.uitest.ui.RedirectToPushIT ‑ pushIsSetAfterNavigation[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCloseConnectionIT ‑ sessionRefresh[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentPreserveOnRefreshRouteIT ‑ navigateToSameRoute_ensureSameInstanceAndCorrectEventCounts[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentPreserveOnRefreshRouteIT ‑ refreshCurrentRoute_ensureNewInstanceAndCorrectEventCounts_newLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentPreserveOnRefreshRouteIT ‑ refreshCurrentRoute_ensureNewInstanceAndCorrectEventCounts_noNewLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentRouteIT ‑ navigateToSameRoute_ensureSameInstanceAndCorrectEventCounts[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentRouteIT ‑ refreshCurrentRoute_ensureNewInstanceAndCorrectEventCounts_newLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.RefreshCurrentRouteIT ‑ refreshCurrentRoute_ensureNewInstanceAndCorrectEventCounts_noNewLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.RemoveAddVisibilityIT ‑ elementIsVisibleAfterReattach[any_Chrome_]
com.vaadin.flow.uitest.ui.RemoveRoutersLayoutContentIT ‑ removeUIScopedRouterLayoutContent_navigateToAnotherRouteInsideMainLayoutAndBack_subLayoutOldContentRemoved[any_Chrome_]
com.vaadin.flow.uitest.ui.RemoveRoutersLayoutContentIT ‑ removeUIScopedRouterLayoutContent_navigateToAnotherRouteOutsideMainLayoutAndBack_mainLayoutOldContentRemoved[any_Chrome_]
com.vaadin.flow.uitest.ui.RequestParametersHistoryIT ‑ goBachToHistoryWithParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.RequestParametersHistoryIT ‑ noParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.RequestParametersHistoryIT ‑ parameterProvided[any_Chrome_]
com.vaadin.flow.uitest.ui.RequestParametersIT ‑ noParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.RequestParametersIT ‑ parameterProvided[any_Chrome_]
com.vaadin.flow.uitest.ui.RerouteIT ‑ testReroutingToErrorView[any_Chrome_]
com.vaadin.flow.uitest.ui.RerouteIT ‑ testViewWithoutRerouting[any_Chrome_]
com.vaadin.flow.uitest.ui.ResynchronizationIT ‑ resynchronize_clientCallableInvoked_promisesAreRejected[any_Chrome_]
com.vaadin.flow.uitest.ui.ResynchronizationIT ‑ resynchronize_componentAddedInLostMessage_appearAfterResync[any_Chrome_]
com.vaadin.flow.uitest.ui.ReturnChannelIT ‑ testReturnChannel[any_Chrome_]
com.vaadin.flow.uitest.ui.RouteAndQueryParametersIT ‑ testNavigationWithBothRouteAndQueryParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.RouteNotFoundDevModeIT ‑ notFoundDevMode[any_Chrome_]
com.vaadin.flow.uitest.ui.RouteNotFoundProdModeIT ‑ Unknown test
com.vaadin.flow.uitest.ui.RouterIT ‑ childIsInsideRouterLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ faultyRouteShowsExpectedErrorScreen[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ fooBarNavigationTarget[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ fooNavigationTarget[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ rootNavigationTarget[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ routeAliasHasTwoParentsWhenRouteHasNone[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ routeWithRouteAliasHasNoParents[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ stringRouteParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterIT ‑ targetHasMultipleParentLayouts[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testImageInsideRouterLink[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testRoutingLinks_externalLink_pageChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testRoutingLinks_insideServletMapping_updateLocation[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterLinkIT ‑ testRoutingLinks_outsideServletMapping_pageChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterParallelIT ‑ a[any_Firefox_]
com.vaadin.flow.uitest.ui.RouterParallelIT ‑ b[any_Firefox_]
com.vaadin.flow.uitest.ui.RouterParallelIT ‑ c[any_Firefox_]
com.vaadin.flow.uitest.ui.RouterParallelIT ‑ d[any_Firefox_]
com.vaadin.flow.uitest.ui.RouterParallelIT ‑ e[any_Firefox_]
com.vaadin.flow.uitest.ui.RouterSessionExpirationIT ‑ navigationAfterInternalError[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterSessionExpirationIT ‑ should_HaveANewSessionId_when_NavigationAfterSessionExpired[any_Chrome_]
com.vaadin.flow.uitest.ui.RouterSessionExpirationIT ‑ should_StayOnSessionExpirationView_when_NavigationAfterSessionExpired[any_Chrome_]
com.vaadin.flow.uitest.ui.ScriptInjectIT ‑ ensureNoAlerts[any_Chrome_]
com.vaadin.flow.uitest.ui.SerializeShortcutIT ‑ addAndRemoveShortcut_UIserializable[any_Chrome_]
com.vaadin.flow.uitest.ui.SerializeShortcutIT ‑ addShortcut_UIserializable[any_Chrome_]
com.vaadin.flow.uitest.ui.SerializeUIIT ‑ serializeUI[any_Chrome_]
com.vaadin.flow.uitest.ui.ServiceInitListenersIT ‑ testServiceInitListenerTriggered[any_Chrome_]
com.vaadin.flow.uitest.ui.SessionCloseLogoutIT ‑ changeOnClient[any_Chrome_]
com.vaadin.flow.uitest.ui.SessionValueIT ‑ sessionValuePreservedOnReload[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewInSetParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.ShadowRootIT ‑ checkShadowRoot[any_Chrome_]
com.vaadin.flow.uitest.ui.ShadowRootShortcutsWithValueChangeModeIT ‑ onChangeValueChange_shortcutExecution_resetFocusOnActiveElement_valueSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShadowRootShortcutsWithValueChangeModeIT ‑ onChangeValueChange_shortcutExecution_valueNotSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ bindingShortcutToSameKeyWithDifferentModifiers_shouldNot_triggerTwice[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ clickShortcutAllowsKeyDefaults[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ clickShortcutWithMultipleListenOnAllowsKeyDefaults[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ clickShortcutWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ focusShortcutWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ listenOnScopesTheShortcut[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ modifyingShortcutShouldChangeShortcutEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ multipleListenOnScopesTheShortcut[any_Chrome_]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

4883 tests found (test 4557 to 4883)

There are 4883 tests, see "Raw output" for the list of tests 4557 to 4883.
Raw output
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ removingShortcutCleansJavascriptEventSettingsItUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ shortcutOnlyWorksWhenComponentIsEnabled[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ shortcutsOnlyWorkWhenComponentIsAttached[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsIT ‑ shortcutsOnlyWorkWhenComponentIsVisible[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ eagerValueChange_shortcutExecution_valueSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ lazyValueChange_shortcutExecution_valueSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ onBlurValueChange_shortcutExecution_valueNotSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ onChangeValueChange_shortcutExecution_resetFocusOnActiveElement_valueSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ onChangeValueChange_shortcutExecution_valueNotSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.ShortcutsWithValueChangeModeIT ‑ timeoutValueChange_shortcutExecution_valueSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.StaticHtmlIT ‑ ensureStaticHtmlShown[any_Chrome_]
com.vaadin.flow.uitest.ui.StreamResourceIT ‑ detact_attachALink_getDynamicVaadinResource[any_Chrome_]
com.vaadin.flow.uitest.ui.StreamResourceIT ‑ getDynamicVaadinPercentResource[any_Chrome_]
com.vaadin.flow.uitest.ui.StreamResourceIT ‑ getDynamicVaadinPlusResource[any_Chrome_]
com.vaadin.flow.uitest.ui.StreamResourceIT ‑ getDynamicVaadinResource[any_Chrome_]
com.vaadin.flow.uitest.ui.StylePriorityIT ‑ noParameters[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizeInitialValueNotSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizeMultipleProperties[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizeOnChange[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizeOnKeyUp[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizePropertyWithCustomEventDebounce_multipleEventAndValueChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizePropertyWithCustomEventDebounce_singleEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.SynchronizedPropertyIT ‑ synchronizePropertyWithCustomEventDebounce_twoEvents[any_Chrome_]
com.vaadin.flow.uitest.ui.ThemeLiveReloadIT ‑ themeEditsShouldNotReloadPage[any_Chrome_]
com.vaadin.flow.uitest.ui.ThemeLiveReloadIT ‑ webpackLiveReload_newCssAndFontCreatedAndDeleted_stylesUpdatedOnFly[any_Chrome_]
com.vaadin.flow.uitest.ui.ThemeLiveReloadWithShadowRootIT ‑ themeEditsShouldApplyInsideShadowRoot[any_Chrome_]
com.vaadin.flow.uitest.ui.ThemeSwitchLiveReloadIT ‑ switchThemeName_changeThemeNameAndRecompile_themeIsChangedOnFly[any_Chrome_]
com.vaadin.flow.uitest.ui.TimingInfoReportedIT ‑ ensureTimingsAvailable[any_Chrome_]
com.vaadin.flow.uitest.ui.TrackMessageSizeIT ‑ runTests[any_Chrome_]
com.vaadin.flow.uitest.ui.UIElementIT ‑ uiElementWorksInJSCalls[any_Chrome_]
com.vaadin.flow.uitest.ui.UIsCollectedWithBeaconAPIIT ‑ beaconHandling_navigateAwayFromApplication_uiClosedEarly[any_Chrome_]
com.vaadin.flow.uitest.ui.UrlValidationIT ‑ devModeUriValidation_uriWithDirectoryChange_statusForbidden[any_Chrome_]
com.vaadin.flow.uitest.ui.UrlValidationIT ‑ staticResourceUriValidation_uriWithDirectoryChange_statusForbidden[any_Chrome_]
com.vaadin.flow.uitest.ui.VaadinPushScriptIT ‑ pushScriptURL_urlMapping_fromClientSide[any_Chrome_]
com.vaadin.flow.uitest.ui.VaadinPushScriptIT ‑ pushScriptURL_urlMapping_fromJavascriptBootstrapHandler[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ eager[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ lazy[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ onBlur[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ onChange[any_Chrome_]
com.vaadin.flow.uitest.ui.ValueChangeModeIT ‑ timeout[any_Chrome_]
com.vaadin.flow.uitest.ui.ViewTitleIT ‑ testNoViewTitle[any_Chrome_]
com.vaadin.flow.uitest.ui.ViewTitleIT ‑ testSetTitleAfterNavigationEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.ViewTitleIT ‑ testViewDynamicTitle[any_Chrome_]
com.vaadin.flow.uitest.ui.ViewTitleIT ‑ testViewTitleAnnotation[any_Chrome_]
com.vaadin.flow.uitest.ui.VisibilityIT ‑ checkChildVisibility[any_Chrome_]
com.vaadin.flow.uitest.ui.VisibilityIT ‑ checkParentVisibility[any_Chrome_]
com.vaadin.flow.uitest.ui.WaitForVaadinIT ‑ testWaitForVaadin[any_Chrome_]
com.vaadin.flow.uitest.ui.WebStorageIT ‑ testWebStorageSetAndClear[any_Chrome_]
com.vaadin.flow.uitest.ui.WebStorageIT ‑ testWebStorageSetAndClear_completableFuture[any_Chrome_]
com.vaadin.flow.uitest.ui.WebStorageIT ‑ testWebStorageSetAndRemove[any_Chrome_]
com.vaadin.flow.uitest.ui.WebStorageIT ‑ testWebStorageSetAndRemove_completableFuture[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.AnnotatedContextInlineIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.ContextInlineApiIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingAnnotationsIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.DependenciesLoadingPageApiIT ‑ Unknown test
com.vaadin.flow.uitest.ui.dependencies.DependencyFilterIT ‑ dependenciesLoadedAsExpectedWithFiltering[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT ‑ dependecyIsNoPromise_errorLogged[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT ‑ dependecyLoaderRejects_errorLogged[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT ‑ dependecyLoaderThrows_errorLogged[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.DynamicDependencyIT ‑ dynamicDependencyIsExecutedBeforeOtherMessageProcessing[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.ExternalJavaScriptIT ‑ javaScriptAnnotation_externalJsInAComponentBeingAdded_shouldBeAddedToPage[any_Chrome_]
com.vaadin.flow.uitest.ui.dependencies.ExternalJavaScriptIT ‑ javaScriptAnnotation_externalJs_shouldBeAddedToPage[any_Chrome_]
com.vaadin.flow.uitest.ui.frontend.BrowserLoggingIT ‑ developmentModeHasLogEntries[any_Chrome_]
com.vaadin.flow.uitest.ui.frontend.DirectoryImportIT ‑ directoryImportWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.AnchorInsideTemplateIT ‑ hrefInsideAnchorInTempalteIsSet[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.InjectingTemplateIT ‑ mapTemplateViaIdWithNumberProperty_propertyTypeIsNotChangedAfterBidning[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.InnerTemplateVisibilityIT ‑ innerTemplateDisplayStyleRestored[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.InnerTemplateVisibilityIT ‑ innerTemplateIsHiddenWithDisplayNone[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.InnerTemplateVisibilityIT ‑ outerTemplateIsHiddenWithAttributeOnly[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.LitTemplateAttributeIT ‑ readTemplateAttribute[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.ReattachIT ‑ reattachedTemplateHasExplicitlySetText[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SetInitialTextLitIT ‑ setText_updateDomViaClientSide_updateElementViaServerSide_allElementsArePreserved[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootIT ‑ clientPropertyAndCallbackWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootIT ‑ idMappingWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateNoShadowRootIT ‑ shadowRoot[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateShadowRootIT ‑ clientPropertyAndCallbackWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateShadowRootIT ‑ idMappingWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.littemplate.SimpleLitTemplateShadowRootIT ‑ shadowRoot[any_Chrome_]
com.vaadin.flow.uitest.ui.notheme.NoThemeComponentIT ‑ themeIsNotApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.push.BasicPollIT ‑ testServerInitiatedCommunication[any_Chrome_]
com.vaadin.flow.uitest.ui.routing.PushRouteNotFoundIT ‑ renderRouteNotFoundErrorPage_parentLayoutReroute_reroutingIsDone[any_Chrome_]
com.vaadin.flow.uitest.ui.routing.PushRouteNotFoundIT ‑ renderRouteNotFoundErrorPage_pushIsSpecifiedViaParentLayout[any_Chrome_]
com.vaadin.flow.uitest.ui.routing.PushRouteWildcardParameterIT ‑ wildcardParameter_parameterContainsSlash[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.CustomScrollCallbacksIT ‑ customCallbacks_customResults[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT ‑ numerousDifferentAnchorsShouldWorkAndHistoryShouldBePreserved[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.MultipleAnchorsIT ‑ numerousEqualAnchorsShouldRepresentOneHistoryEntry[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.PushStateScrollIT ‑ pushNoScroll[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.PushStateScrollIT ‑ replaceNoScroll[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ anchorUrlsWorkProperly[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionIsRestoredAfterNavigatingToNewPageAndBack[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionIsRestoredWhenNavigatingToHistoryWithAnchorLink[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollIT ‑ scrollPositionShouldBeAtAnchorWhenNavigatingFromOtherPage[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ScrollableViewIT ‑ scrollIntoView[any_Chrome_]
com.vaadin.flow.uitest.ui.scroll.ServerRequestScrollIT ‑ scrollPositionIsTheSameAfterServerRequest[any_Chrome_]
com.vaadin.flow.uitest.ui.template.AfterServerChangesIT ‑ notifyServerUpdateOnTheClientSide[any_Chrome_]
com.vaadin.flow.uitest.ui.template.AttachExistingDomElementByIdIT ‑ elementsAreBoundOnTheServerSide[any_Chrome_]
com.vaadin.flow.uitest.ui.template.AttachExistingElementByIdIT ‑ elementsAreBoundOnTheServerSide[any_Chrome_]
com.vaadin.flow.uitest.ui.template.BasicTypeInListIT ‑ basicTypeInModeList[any_Chrome_]
com.vaadin.flow.uitest.ui.template.BeanInListingIT ‑ beanInTwoWayBinding[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChangeInjectedComponentTextIT ‑ setText_injectedComponent_textReplacesContent[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChildOrderIT ‑ appendElementsFromServer_elementsAreAddedAfterExistingOnes[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChildOrderIT ‑ appendTextsFromServer_textsAreAddedAfterExistingOnes[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChildOrderIT ‑ containerWithElementAddedOnConstructor_orderIsPreserved[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChildOrderIT ‑ prependElementsFromServer_elementsAreAddedBeforeExistingOnes[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ChildOrderIT ‑ prependTextsFromServer_textsAreAddedBeforeExistingOnes[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ConvertToBeanIT ‑ convertToBean_valuesAreUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.template.DomRepeatIT ‑ checkThatIndicesAreCorrect[any_Chrome_]
com.vaadin.flow.uitest.ui.template.EmptyListsIT ‑ emptyListsAreProperlyHandled[any_Chrome_]
com.vaadin.flow.uitest.ui.template.EventHandlerIT ‑ handleEventOnServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.ExceptionsDuringPropertyUpdatesIT ‑ exceptionInMapSyncDoesNotCauseInternalError[any_Chrome_]
com.vaadin.flow.uitest.ui.template.HiddenTemplateIT ‑ initiallyHiddenElementStaysHidden[any_Chrome_]
com.vaadin.flow.uitest.ui.template.HiddenTemplateIT ‑ initiallyNotHiddenElementChangesItsVisibility[any_Chrome_]
com.vaadin.flow.uitest.ui.template.InjectScriptTagIT ‑ openPage_scriptIsEscaped[any_Chrome_]
com.vaadin.flow.uitest.ui.template.InjectedElementInsideMixinBehaviorIT ‑ injectedByIdWorksWitinMixins[any_Chrome_]
com.vaadin.flow.uitest.ui.template.InjectsJsTemplateIT ‑ executeJsOnInjectedElement[any_Chrome_]
com.vaadin.flow.uitest.ui.template.InvisibleDefaultPropertyValueIT ‑ clientDefaultPropertyValues_invisibleElement_propertiesAreNotSent[any_Chrome_]
com.vaadin.flow.uitest.ui.template.JsGrandParentIT ‑ callJsInsideGrandInjected[any_Chrome_]
com.vaadin.flow.uitest.ui.template.MutationSeveralSyncedPropsIT ‑ twoSynchronizedPropertiesSimultensousUpdate_bothAreUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.template.OneWayPolymerBindingIT ‑ initialModelValueIsPresentAndModelUpdatesNormally[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerDefaultPropertyValueIT ‑ initialModelValues_polymerHasDefaultValues[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerModelPropertiesIT ‑ propertySyncWithModel[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerPropertiesIT ‑ propertyAdd_propertyBecomesAvailable[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerPropertyChangeEventIT ‑ propertyChangeEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerPropertyMutationInObserverIT ‑ property_mutation_inside_observers_synced_correctly[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PolymerTemplateWithoutShadowRootIT ‑ componentMappedCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.template.PropertiesUpdatedBeforeChangeEventsIT ‑ all_properties_update_before_change_event_handlers_are_called[any_Chrome_]
com.vaadin.flow.uitest.ui.template.RestoreViewWithAttachedByIdIT ‑ injectedComponentWorksAfterReattach[any_Chrome_]
com.vaadin.flow.uitest.ui.template.SetInitialTextIT ‑ setText_updateDomViaClientSide_updateElementViaServerSide_allElementsArePreserved[any_Chrome_]
com.vaadin.flow.uitest.ui.template.SubPropertyModelIT ‑ subproperties[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateAttributeIT ‑ readTemplateAttribute[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateHasInjectedSubTemplateIT ‑ injectedSubTemplate_injectedInstanceWorks[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateInTemplateIT ‑ childTemplateInstanceHandlesEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateInTemplateWithIdIT ‑ childTemplateInstanceHandlesEvent[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateMappingDetectorIT ‑ composite_mappedComponentsAreMarkedAsSuch[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateMappingDetectorIT ‑ regularTemplate_mappedComponentsAreMarkedAsSuch[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateMappingDetectorIT ‑ templateInTemplate_mappedComponentsAreMarkedAsSuch[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateScalabilityIT ‑ openPage_allButtonsRenderSuccessfully[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplateWithConnectedCallbacksIT ‑ checkMessageWrittenFromServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT ‑ grandChildVisibility_grandChildIsBound[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT ‑ grandParentVisibility_descendantsAreBound[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT ‑ invisibleComponent_dropClientSideChanges[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TemplatesVisibilityIT ‑ subTemplateVisibility_grandChildIsBound[any_Chrome_]
com.vaadin.flow.uitest.ui.template.TwoWayPolymerBindingIT ‑ initialModelValueIsPresentAndModelUpdatesNormally[any_Chrome_]
com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT ‑ updateAge_propertyIsNotSentToServerIfIsNotSynced_propertyIsSentWhenSynced[any_Chrome_]
com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT ‑ updateEmail_propertyIsSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT ‑ updateName_propertyIsSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.UpdatableModelPropertiesIT ‑ updateText_propertyIsNotSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.UpgradeElementIT ‑ twoWayDatabindingForUpgradedElement[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ClearListIT ‑ checkThatListCanBeClearedWithModelHavingNoDefaultConstructor[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ListBindingIT ‑ listDataBinding[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ListInsideListBindingIT ‑ listDataBinding[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ModelListIT ‑ clickOnAddedItems_itemsAreUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ModelListIT ‑ clickOnOldItems_itemsAreUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ModelListIT ‑ setNullValues_itemsAreUpdated[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.ToggleNullListIT ‑ shouldBeToggledWithNoClientErrors[any_Chrome_]
com.vaadin.flow.uitest.ui.template.collections.TwoWayListBindingIT ‑ itemsInList_twoWayDataBinding_updatesAreSentToServer[any_Chrome_]
com.vaadin.flow.uitest.ui.template.imports.LazyWidgetIT ‑ lazyLoadedPolymerTemplateWorksAsElement[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT ‑ CssImport_overrides_Lumo[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT ‑ multipleDefinitions_correctOverrides[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT ‑ overridesCorrect[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT(devbundle) ‑ overridesCorrect[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT(generatedTsDir) ‑ CssImport_overrides_Lumo[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT(generatedTsDir) ‑ multipleDefinitions_correctOverrides[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.CssLoadingIT(production) ‑ overridesCorrect[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ParentThemeIT ‑ childTheme_cssAndAssetFromParentThemeAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ParentThemeIT ‑ childTheme_overridesParentTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ParentThemeIT ‑ componentThemeIsApplied_childThemeTextColorIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ applicationTheme_GlobalCss_isUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ applicationTheme_importCSS_isUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ componentThemeIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ cssWithAssetRelativePaths_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ nonThemeDependency_urlIsNotRewritten[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ secondTheme_staticFilesNotCopied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ staticModuleAsset_servedFromAppTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ReusableThemeIT ‑ subCssWithRelativePath_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.TSIT ‑ lumoBadgeIsRenderedCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ applicationTheme_importCSS_isUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ applicationTheme_onlyStylesCssIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ componentThemeIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ cssWithAssetRelativePaths_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ customFrontendDirectory_generatedFilesNotInDefaultFrontendFolder[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ documentCssImport_externalUrlLoaded[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ documentCssImport_subImportApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ importCssAddedOnce[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ nodeAssetInCss_pathIsSetCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ nonThemeDependency_urlIsNotRewritten[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ parentTheme_isApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ referenceResourcesOnJavaSideForStyling_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ secondTheme_staticFilesNotCopied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ staticModuleAsset_servedFromAppTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ subCssWithRelativePath_imageIsLoadedProperly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ subCssWithRelativePath_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ themeRulesOverrideLumo[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT ‑ typeScriptCssImport_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ applicationTheme_importCSS_isUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ applicationTheme_onlyStylesCssIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ componentThemeIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ customFrontendDirectory_generatedFilesNotInDefaultFrontendFolder[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ documentCssImport_externalUrlLoaded[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ documentCssImport_subImportApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ nodeAssetInCss_pathIsSetCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ nonThemeDependency_urlIsNotRewritten[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ parentTheme_isApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ referenceResourcesOnJavaSideForStyling_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ secondTheme_staticFilesNotCopied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ staticModuleAsset_servedFromAppTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ subCssWithRelativePath_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ themeRulesOverrideLumo[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(generatedTsDir) ‑ typeScriptCssImport_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ applicationTheme_importCSS_isUsed[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ applicationTheme_onlyStylesCssIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ componentThemeIsApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ cssWithAssetRelativePaths_urlPathIsNotRelative[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ documentCssImport_externalUrlLoaded[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ documentCssImport_subImportApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ importCssAddedOnce[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ nodeAssetInCss_pathIsSetCorrectly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ nonThemeDependency_urlIsNotRewritten[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ referenceResourcesOnJavaSideForStyling_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ secondTheme_staticFilesNotCopied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ staticModuleAsset_servedFromAppTheme[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ subCssWithRelativePath_imageIsLoadedProperly[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.ThemeIT(production) ‑ typeScriptCssImport_stylesAreApplied[any_Chrome_]
com.vaadin.flow.uitest.ui.theme.UtilityClassNameIT ‑ lumoUtils_customStylesHaveBeenExpanded[any_Chrome_]
com.vaadin.flow.uitest.ui.webcomponent.PaperInputIT ‑ paperInputIsFunctional[any_Chrome_]
com.vaadin.flow.uitest.ui.webcomponent.PaperSliderIT ‑ domCorrect[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ applicationTheme_GlobalCss_isUsedOnlyInEmbeddeComponent[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ applicationTheme_GlobalCss_isUsedOnlyInEmbeddedComponent[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ componentThemeIsApplied[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ cssImportAnnotation_applyToEmbeddingPage[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ documentCssFonts_fontsAreAppliedAndAvailable[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ documentCssFonts_fromLocalCssFile_fontNotAppliedToEmbeddedComponent[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ documentCssImport_onlyExternalAddedToHeadAsLink[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ documentCssLinkAddedToHead[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ embeddedComponent_expressBuild_componentRendered[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ lumoImports_doNotLeakEmbeddingPage[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ multipleSameEmbedded_cssTargetingDocumentShouldOnlyAddElementsOneTime[any_Chrome_]
com.vaadin.flow.webcomponent.ApplicationThemeComponentIT ‑ stylesCssImport_externalLinkAddedToShadowroot[any_Chrome_]
com.vaadin.flow.webcomponent.DefaultValueInitializationIT ‑ defaultValues_areSetToCorrectValues_withCorrectUpdateCounts[any_Chrome_]
com.vaadin.flow.webcomponent.EmbeddedWebComponentIT ‑ servletPageGetsWebComponent_attributeIsReflectedToServer[any_Chrome_]
com.vaadin.flow.webcomponent.FactoryExporterIT ‑ webComponentExportedByExportsWebComponentInterfaceShouldBeDisplayedAndUpgraded[any_Chrome_]
com.vaadin.flow.webcomponent.FireEventIT ‑ customEventsGetSentToTheClientSide[any_Chrome_]
com.vaadin.flow.webcomponent.FireEventIT ‑ options_bubblesAndCancelableAreRecordedOntoTheEventAndWork[any_Chrome_]
com.vaadin.flow.webcomponent.MyViewIT ‑ applicationOpens_withEmbeddedComponents[any_Chrome_]
com.vaadin.flow.webcomponent.NpmOnlyIndexIT ‑ globalStylesAreUnderTheWebComponent[any_Chrome_]
com.vaadin.flow.webcomponent.PreserveOnRefreshIT ‑ openingToAnotherPageWithSameComponents_should_preserveComponentWithoutChangedIdAttribute[any_Chrome_]
com.vaadin.flow.webcomponent.PreserveOnRefreshIT ‑ preservedAndUnpreservedComponents_onlyPreservedComponent_should_keepNewValueAfterRefresh[any_Chrome_]
com.vaadin.flow.webcomponent.PreserveOnRefreshIT ‑ twoPreservedComponents_modifiedValue_shouldNot_propagateToOtherComponentAfterRefresh[any_Chrome_]
com.vaadin.flow.webcomponent.PreserveOnRefreshIT ‑ whenValueIsChangedOnPreservingComponent_should_preserveTheNewValueAfterRefresh[any_Chrome_]
com.vaadin.flow.webcomponent.PushAnnotationIT ‑ pushUpdatesEmbeddedWebComponent[any_Chrome_]
com.vaadin.flow.webcomponent.StreamResourceIT ‑ absoluteUrlsAreNotModified[any_Chrome_]
com.vaadin.flow.webcomponent.StreamResourceIT ‑ relativeUrlsArePrefixedWithServiceUrl[any_Chrome_]
com.vaadin.flow.webcomponent.StreamResourceIT ‑ schemaLessUrlsAreNotModified[any_Chrome_]
com.vaadin.flow.webcomponent.ThemedVariantComponentIT ‑ servletPageGetsWebComponent_attributeIsReflectedToServer[any_Chrome_]
com.vaadin.flow.webcomponent.UpdatePropertyIT ‑ propertiesWrittenOnServerSideAreUpdatedToWebComponent[any_Chrome_]
com.vaadin.flow.webcomponent.WebComponentIT ‑ downloadLinkHasCorrectBaseURL[any_Chrome_]
com.vaadin.flow.webcomponent.WebComponentIT ‑ indexPageGetsThemedWebComponent_themeIsApplied[any_Chrome_]
com.vaadin.flow.webcomponent.WebComponentIT ‑ indexPageGetsWebComponent_attributeIsReflectedToServer[any_Chrome_]
com.vaadin.packaging.SplitPackagesTest ‑ findSplitPackages
com.vaadin.tests.server.AssertionsEnabledTest ‑ testAssertionsEnabled
com.vaadin.tests.server.AtmosphereVersionTest ‑ testAtmosphereVersion
com.vaadin.tests.server.SerializationTest ‑ testSerializeVaadinSession_accessQueueIsRecreated
com.vaadin.tests.server.SerializationTest ‑ testSerializeVaadinSession_notProductionMode_canSerializeWithoutTransients
com.vaadin.tests.server.SerializationTest ‑ testSerializeVaadinSession_notProductionMode_disableDevModeSerialization_deserializedSessionHasNoUIs
com.vaadin.tests.server.SerializationTest ‑ testSerializeVaadinSession_notProductionMode_disableDevModeSerialization_streamResources_deserializedSessionHasNoUIs
com.vaadin.tests.server.SerializationTest ‑ testSerializeVaadinSession_notProductionMode_enableDevModeSerialization_deserializedSessionHasUI
com.vaadin.tests.server.component.FlowClassesSerializableTest ‑ classesSerializable
com.vaadin.tests.server.component.FlowClassesSerializableTest ‑ htmlComponentAndHtmlContainer
com.vaadin.tests.server.component.FlowClassesSerializableTest ‑ streamResource
com.vaadin.viteapp.BasicComponentIT ‑ componentIsLoaded[any_Chrome_]
com.vaadin.viteapp.BasicComponentIT ‑ session_resynced_webcomponent_is_active[any_Chrome_]
com.vaadin.viteapp.BasicComponentIT ‑ themeIsAppliedToComponent[any_Chrome_]
com.vaadin.viteapp.BasicComponentIT(production) ‑ componentIsLoaded[any_Chrome_]
com.vaadin.viteapp.BasicComponentIT(production) ‑ themeIsAppliedToComponent[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ applicationStarts[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ bootstrapTsCanBeModified[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ canImportJson[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ componentCssDoesNotLeakToDocument[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ imageFromThemeShown[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ importFromDirectoryWorks[any_Chrome_]
com.vaadin.viteapp.BasicsIT ‑ noTypescriptErrors[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ bundleDefaultExportWorks[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ bundleExportWorks[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ bundlesIsNotUsed[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ bundlesIsUsed[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ optimizeDepsConfigHasEntrypoint[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ optimizeDepsExcludeBundleContents[any_Chrome_]
com.vaadin.viteapp.BundlesIT ‑ optimizeDepsExcludesBundles[any_Chrome_]
com.vaadin.viteapp.BundlesIT(production) ‑ bundlesIsNotUsedWhenHasVersionMismatch[any_Chrome_]
com.vaadin.viteapp.BundlesIT(production) ‑ optimizeDepsNotExcludeBundleContents[any_Chrome_]
com.vaadin.viteapp.CompressionIT ‑ resourcesAvailableAsBrotli
com.vaadin.viteapp.CompressionIT ‑ resourcesAvailableAsUncompressed
com.vaadin.viteapp.ContextPathIT(production) ‑ applicationStarts[any_Chrome_]
com.vaadin.viteapp.ExternalPackageIT ‑ packageOutsideNpmWorks[any_Chrome_]
com.vaadin.viteapp.FileAccessIT ‑ expectedFoldersAccessible[any_Chrome_]
com.vaadin.viteapp.FileAccessIT ‑ mostFoldersNotAccessible[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ appShellIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ noAttemptsToRegisterServiceWorker[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ openAboutPage_pageIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ openAboutPage_setOfflineAndReload_pageIsLoadedFromCache[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ openHomePage_pageIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ openHomePage_setOfflineAndReload_pageIsLoadedFromCache[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ openHomePage_setOffline_vitePingRequestIsRejected[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ registerFakeServiceWorker_reload_serviceWorkerIsUnregistered[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ setOfflineAndReload_customOfflinePageIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT ‑ tryToRegisterServiceWorker_serviceWorkerIsNotAvailable[any_Chrome_]
com.vaadin.viteapp.MainIT(production) ‑ appShellIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT(production) ‑ noAttemptsToRegisterServiceWorker[any_Chrome_]
com.vaadin.viteapp.MainIT(production) ‑ registerFakeServiceWorker_reload_serviceWorkerIsUnregistered[any_Chrome_]
com.vaadin.viteapp.MainIT(production) ‑ setOfflineAndReload_customOfflinePageIsLoaded[any_Chrome_]
com.vaadin.viteapp.MainIT(production) ‑ tryToRegisterServiceWorker_serviceWorkerIsNotAvailable[any_Chrome_]
com.vaadin.viteapp.PostinstallIT ‑ postinstallRanForProject[any_Chrome_]
com.vaadin.viteapp.ProductionBasicsIT ‑ applicationHasThemeAndAssets[any_Chrome_]
com.vaadin.viteapp.ProductionBasicsIT ‑ applicationStarts[any_Chrome_]
com.vaadin.viteapp.ProductionBasicsIT ‑ imageCanBeHidden[any_Chrome_]
com.vaadin.viteapp.ProductionBasicsIT ‑ imageFromThemeShown[any_Chrome_]
com.vaadin.viteapp.PushComponentIT ‑ componentGetsPushUpdates[any_Chrome_]
com.vaadin.viteapp.PushComponentIT(production) ‑ componentGetsPushUpdates[any_Chrome_]
com.vaadin.viteapp.ReactComponentsIT ‑ functionLocationsAvailable[any_Chrome_]
com.vaadin.viteapp.TemplateIT ‑ testElementIdMapping[any_Chrome_]
com.vaadin.viteapp.ThemeIT ‑ autoInjectComponentsIsFalse_cssNotImported[any_Chrome_]
com.vaadin.viteapp.ThemeIT ‑ cssImportAnnotationForComponent[any_Chrome_]
com.vaadin.viteapp.ThemeIT ‑ cssImportAnnotation[any_Chrome_]
com.vaadin.viteapp.ThemeIT ‑ documentCssImport_externalUrlLoaded[any_Chrome_]
com.vaadin.viteapp.ThemeIT ‑ themeStylesShouldNotBeAddedToHead[any_Chrome_]
com.vaadin.viteapp.ThemeReloadIT ‑ updateStyle_changeIsReloaded[any_Chrome_]
org.vaadin.example.AppViewIT ‑ should_load_image_from_custom_mvc_resource_handler