test: wait for element before getting text (#129) #224
GitHub Actions / Test Results
failed
Dec 15, 2024 in 0s
1 errors, 5 skipped, 281 pass in 1m 8s
287 testsβββ281 β
ββ1m 8s β±οΈ
β37 suitesββββ5 π€
β37 filesββββββ0 βββ1 π₯
Results for commit ba83677.
Annotations
Check failure on line 0 in com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT
github-actions / Test Results
sessionExpiredMessageCustomized (com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT) with error
vertx-vaadin-quarkus-extension/integration-tests/production/target/failsafe-reports/TEST-com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT.xmlβ[took 1s]
Raw output
no such element: Unable to locate element: {"method":"css selector","selector":"div.v-system-error div.message"}
(Session info: chrome=131.0.6778.108)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [cb0ab913cc64182db32efaff41cfb75e, findElement {value=div.v-system-error div.message, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.108, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:38285}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:38285/devtoo..., se:cdpVersion: 131.0.6778.108, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: cb0ab913cc64182db32efaff41cfb75e
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: {"method":"css selector","selector":"div.v-system-error div.message"}
(Session info: chrome=131.0.6778.108)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1017-azure', java.version: '17.0.13'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [cb0ab913cc64182db32efaff41cfb75e, findElement {value=div.v-system-error div.message, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.108, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:38285}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:38285/devtoo..., se:cdpVersion: 131.0.6778.108, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: cb0ab913cc64182db32efaff41cfb75e
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190)
at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at com.vaadin.testbench.TestBenchDriverProxy.findElement(TestBenchDriverProxy.java:50)
at com.vaadin.testbench.TestBenchDriverProxy_$$_jvstdf3_0._d12findElement(TestBenchDriverProxy_$$_jvstdf3_0.java)
at jdk.internal.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at com.vaadin.testbench.DriverInvocationHandler.invoke(DriverInvocationHandler.java:47)
at com.vaadin.testbench.TestBenchDriverProxy_$$_jvstdf3_0.findElement(TestBenchDriverProxy_$$_jvstdf3_0.java)
at com.vaadin.testbench.TestBenchTestCase.findElement(TestBenchTestCase.java:122)
at com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT.assertSystemMessageEquals(ServiceIT.java:123)
at com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT.sessionExpiredMessageCustomized(ServiceIT.java:83)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2024-12-15 01:39:54,592 ERROR [io.qua.ver.cor.run.VertxCoreRecorder] (vert.x-eventloop-thread-0) Uncaught exception received by Vert.x: java.lang.IllegalStateException: Response head already sent
at io.vertx.core.http.impl.Http1xServerResponse.checkHeadWritten(Http1xServerResponse.java:722)
at io.vertx.core.http.impl.Http1xServerResponse.removeCookie(Http1xServerResponse.java:874)
at com.github.mcollovati.vertx.http.HttpServerResponseWrapper.removeCookie(HttpServerResponseWrapper.java:32)
at io.vertx.ext.web.handler.impl.SessionHandlerImpl.createNewSession(SessionHandlerImpl.java:439)
at io.vertx.ext.web.handler.impl.SessionHandlerImpl.lambda$handle$7(SessionHandlerImpl.java:311)
at io.vertx.core.impl.future.FutureImpl$1.onSuccess(FutureImpl.java:91)
at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66)
at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231)
at io.vertx.core.impl.future.FutureImpl.onSuccess(FutureImpl.java:87)
at io.vertx.ext.web.handler.impl.SessionHandlerImpl.handle(SessionHandlerImpl.java:290)
at io.vertx.ext.web.handler.impl.SessionHandlerImpl.handle(SessionHandlerImpl.java:37)
at com.github.mcollovati.vertx.vaadin.sockjs.communication.SockJSPushHandler.lambda$initSocket$7(SockJSPushHandler.java:227)
at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:279)
at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:261)
at io.vertx.core.impl.ContextInternal.lambda$runOnContext$0(ContextInternal.java:59)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
Dec 15, 2024 1:39:54 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 131, returning the closest version; found: 130; Please update to a Selenium version that supports CDP version 131
Dec 15, 2024 1:39:55 AM com.vaadin.testbench.ScreenshotOnFailureRule failed
INFO: Error screenshot written to: /home/runner/work/vertx-vaadin/vertx-vaadin/vertx-vaadin-quarkus-extension/integration-tests/production/error-screenshots/sessionExpiredMessageCustomized(com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT).png
Check notice on line 0 in .github
github-actions / Test Results
5 skipped tests found
There are 5 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
com.github.mcollovati.vertx.utils.ClassGraphTest β Unknown test
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetAuthType
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionWithClusteredSessionStoreUT β Unknown test
com.github.mcollovati.vertx.vaadin.connect.VertxVaadinConnectEndpointServiceTest β Unknown test
com.github.mcollovati.vertx.vaadin.quarkus.it.SessionContextIT β httpSessionExpirationDestroysSessionContext
Check notice on line 0 in .github
github-actions / Test Results
287 tests found
There are 287 tests, see "Raw output" for the full list of tests.
Raw output
com.github.mcollovati.vertx.quarkus.ResourceProviderTest β quarkusResourceProvider_returnsExpectedResources
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β destroyAllActive_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β destroyAllActive_severalContexts_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.RouteContextTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β destroyAllActive_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β destroyAllActive_severalContexts_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.RouteContextWithinDifferentUITest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.RouteContextWrapperWithinDifferentUITest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β afterNavigation_group2NavigationAftergroup1_beansAreDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β afterNavigation_initialNavigationTarget_scopeDoesNotExist_Throws
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β onBeforeEnter_anotherUIHasNoWindowName_beanIsDestroyedOnUiDestroy
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β onBeforeEnter_group1Navigation_beansAreScoped
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β onBeforeEnter_group2NavigationAfterGroup1_beansAreDestroyed
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β onBeforeEnter_initialNavigationTarget_scopeDoesNotExist_Throws
com.github.mcollovati.vertx.quarkus.context.RouteContextualStorageManagerTest β preserveOnRefresh_anotherUIHasSameWindowName_beanIsPreserved
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β destroyAllActive_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β destroyAllActive_severalContexts_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.ServiceContextTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β destroyAllActive_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β destroyAllActive_severalContexts_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.SessionContextTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.UiContextTest β destroyAllActive_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiContextTest β destroyAllActive_severalContexts_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiContextTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiContextTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiContextTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiContextTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.UiContextTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.UiContextTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.UiContextTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β destroyContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β destroyQuarkusContext_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β destroy_beanExistsInContext_beanDestroyed
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β getState_beanExistsInContext_contextualInstanceAndBeanAreReturned
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β get_contextNotActive_ExceptionThrown
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β get_newContextActive_newBeanCreated
com.github.mcollovati.vertx.quarkus.context.UiPseudoScopeContextTest β get_sameContextActive_beanCreatedOnce
com.github.mcollovati.vertx.support.HillaWorkAroundUT β testFusionWorkAround
com.github.mcollovati.vertx.support.VaadinPatchesTest β testPatchInstallation
com.github.mcollovati.vertx.utils.ClassGraphTest β Unknown test
com.github.mcollovati.vertx.vaadin.StartupContextTest β testGetResourcePaths
com.github.mcollovati.vertx.vaadin.StartupContextTest β testResolveResource
com.github.mcollovati.vertx.vaadin.VaadinVerticleUT β shouldDisableHillaSupportByConfiguration
com.github.mcollovati.vertx.vaadin.VaadinVerticleUT β shouldFindI18NSupport
com.github.mcollovati.vertx.vaadin.VaadinVerticleUT β shouldPropagateFailureIfInitializationFails
com.github.mcollovati.vertx.vaadin.VaadinVerticleUT β startWithPromiseShouldInvokeSynStart
com.github.mcollovati.vertx.vaadin.VaadinVerticleUT β stopWithPromiseShouldInvokeSynStart
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β browserHasNewestVersionInvalidModificiationTime
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β browserHasNewestVersionNewerIfModifiedSinceHeader
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β browserHasNewestVersionNoIfModifiedSinceHeader
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β browserHasNewestVersionOlderIfModifiedSinceHeader
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β browserHasNewestVersionUnknownModificiationTime
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β contextPath_serveStaticBundleBuildResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β contextPath_serveStaticFileResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β customStaticBuildResource_isServed
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β customStatsJson_isServedFromServlet
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β directoryIsNotResourceRequest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β getCacheTime
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β getRequestFilename
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β getStaticResource_delegateToVaadinService
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β isNotResourceRequest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β isNotResourceRequestWithContextPath
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β isResourceRequest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β isResourceRequestWithContextPath
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β manifestPath_indexHtml_isNotResourceRequest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β manifestPath_indexHtml_isNotResourceRequest_withContextPath
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β manifestPath_isResourceRequest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β manifestPath_isResourceRequest_withContextPath
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β nonProductionMode_writeCacheHeadersCacheResource_noCache
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β nonProductionMode_writeCacheHeadersDoNotCacheResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β nonexistingStaticBuildResource_notServed
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveNonExistingStaticResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticBundleBuildResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticFileResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResourceBrowserHasLatest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResourceFromWebjarWithIncorrectPath
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResourceFromWebjarWithIncorrectPathAndFixingDisabled
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_externalThemeResourceRequest_serveFromBundle
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_projectThemeResourceRequest_serveFromFrontend
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_themeResourceRequest_productionMode_notServeFromBundleNorFromFrontend
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeInTheEndWithBackslash_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeInTheEndWithEncodedBackslashLowerCase_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeInTheEndWithEncodedBackslashUpperCase_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeInTheEndWithSlash_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeWithBackslash_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeWithEncodedBackslashLowerCase_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeWithEncodedBackslashUpperCase_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β serveStaticResource_uriWithDirectoryChangeWithSlash_returnsImmediatelyAndSetsForbiddenStatus
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β staticManifestPathIndexHtmlResource_returnsNotFound
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β staticManifestPathResource_isServed
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β writeCacheHeadersCacheResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β writeCacheHeadersDoNotCacheResource
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β writeModificationTimestampBrowserDoesNotHaveLatest
com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest β writeModificationTimestampBrowserHasLatest
com.github.mcollovati.vertx.vaadin.VertxVaadinContextTest β getAttributeWithProvider
com.github.mcollovati.vertx.vaadin.VertxVaadinContextTest β getMissingAttributeWithoutProvider
com.github.mcollovati.vertx.vaadin.VertxVaadinContextTest β removeAttribute
com.github.mcollovati.vertx.vaadin.VertxVaadinContextTest β setAndGetAttribute
com.github.mcollovati.vertx.vaadin.VertxVaadinContextTest β setNullAttributeNotAllowed
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetAttributeNamesToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetAttributeToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetAuthType
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetCharacterEncoding
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetContentLengthToHttpServerRequest
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetContentType
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetContextPath
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetCookies
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetDateHeader
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetHeader
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetHeaderNames
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetHeaders
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetInputStreamToHttpServerRequest
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetLocale
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetLocalesToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetMethod
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetParameterMapToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetParameterToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetPathInfo
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetPrincipal
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetReaderToHttpServerRequest
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetRemoteAddress
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetRemoteHost
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetRemotePort
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetRemoteUser
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateGetWrappedSessionToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateIsSecure
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateIsUserInRole
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateRemoveAttributeToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinRequestUT β shouldDelegateSetAttributeToRoutingContext
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β getOutputStreamShouldFailIfGetWriterHasBeenCalled
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β getWriterShouldFailIfGetOutputStreamHasBeenCalled
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateAadCookie
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateGetOutputStream
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateGetWriter
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSendError
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetCacheTime
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetCacheTimeForNoCache
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetContentLength
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetContentType
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetDateHeader
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetHeader
com.github.mcollovati.vertx.vaadin.VertxVaadinResponseUT β shouldDelegateSetStatus
com.github.mcollovati.vertx.vaadin.VertxVaadinServiceUT β resolveNullThrows
com.github.mcollovati.vertx.vaadin.VertxVaadinServiceUT β resolveResource
com.github.mcollovati.vertx.vaadin.VertxVaadinServiceUT β resolveResourceNPM_production
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β getAttributeNamesShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β getAttributeShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β getLastAccessedTimeShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β invalidateShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β isNewShouldBeTrueIfLastAccessedIsNotSet
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β isNewShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β removeAttributeShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β removeAttributeShuoldInvokeValueUnboundForHttpSessionBindingListeners
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β setAttributeShouldThrowExceptionWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β setAttributeShuoldInvokeValueBoundForHttpSessionBindingListener
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β setAttributeShuoldInvokeValueUnboundForReplacedHttpSessionBindingListener
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β setMaxInactiveIntervalIsNotSupported
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetAttribute
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetAttributeNames
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetCreationTime
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetId
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetLastAccessedTime
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateGetMaxInactiveInterval
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateInvalidate
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateRemoveAttribute
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldDelegateSetAttribute
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionUT β shouldUnbindOnInvalidate
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionWithClusteredSessionStoreUT β Unknown test
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionWithLocalSessionStoreUT β shouldInvokeBindingListener
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionWithLocalSessionStoreUT β shouldInvokeBindingListenerWhenReplaced
com.github.mcollovati.vertx.vaadin.VertxWrappedSessionWithLocalSessionStoreUT β shouldInvokeBindingListenerWhenSessionIsInvalidated
com.github.mcollovati.vertx.vaadin.connect.VertxVaadinConnectEndpointServiceTest β Unknown test
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnonymousAccess_When_ClassIsAnnotated
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnonymousAccess_When_MethodIsAnnotated
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnonymousAccess_When_PermitAllAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnonymousAccess_When_RolesAllowedAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnyAuthenticatedAccess_When_PermitAllAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowAnyAuthenticatedAccess_When_RolesAllowedAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_AllowSpecificRoleAccess_When_RolesAllowedAndPermitAll
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowAnonymousAccess_When_AnonymousAllowedIsOverriddenWithDenyAll
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowAnonymousAccess_When_AnonymousAllowedIsOverriddenWithPermitAll
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowAnonymousAccess_When_AnonymousAllowedIsOverriddenWithRolesAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowAnonymousAccess_When_DenyAllAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowAnyAuthenticatedAccess_When_DenyAllAndAnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_DisallowNotMatchingRoleAccess_When_RolesAllowedAndPermitAll
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Fail_When_DenyAllClass
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Fail_When_InvalidRoleClass
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Fail_When_NoAuthentication
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_NotAllowAnonymousAccess_When_NoAnnotationsPresent
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_Authentication_And_matching_token
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_DenyAllClass_PermitAllMethod
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_DenyAllClass_ValidRoleMethod
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_InvalidRoleClass_PermitAllMethod
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_InvalidRoleClass_ValidRoleMethod
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Pass_When_ValidRoleClass
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_Throw_When_PrivateMethodIsPassed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_fail_When_having_different_token_between_session_and_headerRequest
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_fail_When_having_different_token_between_session_and_headerRequest_and_NoAuthentication_AnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_fail_When_not_having_token_in_headerRequest
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_fail_When_not_having_token_in_session_but_have_token_in_request_header
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_fail_When_not_having_token_in_session_but_have_token_in_request_header_And_AnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_pass_When_csrf_disabled
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_pass_When_not_having_session_And_not_having_token_in_request_header
com.github.mcollovati.vertx.vaadin.connect.auth.VertxConnectAccessCheckerTest β should_pass_When_not_having_session_And_not_having_token_in_request_header_And_AnonymousAllowed
com.github.mcollovati.vertx.vaadin.connect.rest.EndpointWithVertxHandlerTest β shouldNotExposePrivateAndProtectedFields_when_CallingFromRestAPIs
com.github.mcollovati.vertx.vaadin.connect.rest.EndpointWithVertxHandlerTest β should_BeAbleToSerializeABeanWithZonedDateTimeField
com.github.mcollovati.vertx.vaadin.connect.rest.EndpointWithVertxHandlerTest β should_BeAbleToSerializePrivateFieldsOfABean_when_CallingFromConnectEndPoint
com.github.mcollovati.vertx.vaadin.connect.rest.EndpointWithVertxHandlerTest β should_RepsectJacksonAnnotation_when_serializeBean
com.github.mcollovati.vertx.vaadin.connect.rest.EndpointWithVertxHandlerTest β should_serializeLocalTimeInExpectedFormat
com.github.mcollovati.vertx.vaadin.quarkus.it.AddonsIT β addonWithJandexIndexedShouldBeRendered
com.github.mcollovati.vertx.vaadin.quarkus.it.AddonsIT β addonWithoutJandexIndexedOnApplicationPropertiesShouldBeRendered
com.github.mcollovati.vertx.vaadin.quarkus.it.PushSmokeIT β pushUpdatesEmbeddedWebComponent
com.github.mcollovati.vertx.vaadin.quarkus.it.RemoveOldContentIT β removeUIScopedRouterLayoutContent_navigateToAnotherRouteInsideMainLayoutAndBack_subLayoutOldContentRemoved
com.github.mcollovati.vertx.vaadin.quarkus.it.RemoveOldContentIT β removeUIScopedRouterLayoutContent_navigateToAnotherRouteOutsideMainLayoutAndBack_mainLayoutOldContentRemoved
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β beanWithNoOwner_preservedWithinTheSameRoutingChain
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β beansWithNoOwner_preservedWithinTheSameRouteTarget_notPreservedAfterNavigation
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β errorHandlerIsScoped
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β eventObserved
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β navigateFromRootToMasterReleasesRootInjectsEmptyBeans
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β navigateToViewWhichThrows_beansInsideErrorViewArePreservedinScope
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β navigationFromApartToMasterReleasesGroup
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β navigationFromAssignedToMasterHoldsGroup
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β postponedNavigationDoesNotCreateTarget
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β preserveOnRefresh_beanIsNotDestroyed
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β rerouteReleasesSource
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β routeScopeDoesNotExist_injectionWithOwnerOutOfNavigationThrows_invalidViewIsNotRendered
com.github.mcollovati.vertx.vaadin.quarkus.it.RouteContextIT β routeScopedBeanIsDestroyedOnNavigationOutOfViewAfterPreserveOnRefresh
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β bootstrapCustomizedByServiceInitEventObserver
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β errorHandlerCustomized
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β serviceScopedBeanIsPreservedAcrossUIs
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β sessionDestroyEventObserved
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β sessionExpiredMessageCustomized
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β sessionInitEventObserved
com.github.mcollovati.vertx.vaadin.quarkus.it.ServiceIT β uiInitEventObserved
com.github.mcollovati.vertx.vaadin.quarkus.it.SessionContextCloseIT β vaadinSessionCloseDestroysSessionContext
com.github.mcollovati.vertx.vaadin.quarkus.it.SessionContextIT β httpSessionCloseDestroysSessionContext
com.github.mcollovati.vertx.vaadin.quarkus.it.SessionContextIT β httpSessionExpirationDestroysSessionContext
com.github.mcollovati.vertx.vaadin.quarkus.it.SessionContextIT β sameSessionIsAccessibleFromUIs
com.github.mcollovati.vertx.vaadin.quarkus.it.SmokeTestIT β smokeTest_clickButton
com.github.mcollovati.vertx.vaadin.quarkus.it.SmokeTestIT β smokeTest_validateReusableTheme
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β beanDestroyedOnSessionClose
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β beanDestroyedOnUIClose
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β normalScopedBeanInjectedToLargerScopeChangesWithActiveUI
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β observerCalledOnInstanceAttachedToUI
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β sameScopedComponentInjectedInOtherView
com.github.mcollovati.vertx.vaadin.quarkus.it.UIContextIT β viewSurvivesNavigation
com.github.mcollovati.vertx.vaadin.quarkus.it.UIEventsIT β navigationEventsObserved
com.github.mcollovati.vertx.vaadin.quarkus.it.UIEventsIT β pollEventObserved
com.github.mcollovati.vertx.web.sstore.ExtendedSessionUT β extendeSessionShouldBeClusterSerializable
Loading