test: wait for page reload to verify session id change #127
GitHub Actions / Test Results
failed
May 22, 2024 in 0s
1 errors, 4 skipped, 169 pass in 17s
174 tests 169 ✅ 17s ⏱️
17 suites 4 💤
17 files 0 ❌ 1 🔥
Results for commit 6df1ca1.
Annotations
Check failure on line 0 in com.github.mcollovati.vertx.vaadin.VaadinVerticleUT
github-actions / Test Results
startWithPromiseShouldInvokeSynStart (com.github.mcollovati.vertx.vaadin.VaadinVerticleUT) with error
vertx-vaadin-flow/target/surefire-reports/TEST-com.github.mcollovati.vertx.vaadin.VaadinVerticleUT.xml [took 1s]
Raw output
Address already in use
java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:555)
at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380)
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.runAllTasksFrom(SingleThreadEventExecutor.java:426)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:375)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:557)
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)
04:19:26.831 [vert.x-eventloop-thread-1] INFO c.g.m.vertx.vaadin.VaadinVerticle - Starting vaadin verticle com.github.mcollovati.vertx.vaadin.VaadinVerticleUT$TestVerticle
04:19:27.446 [ForkJoinPool.commonPool-worker-1] INFO c.v.flow.server.frontend.NodeTasks - Waiting for a previous instance of NodeTasks (pid: 2175) to finish...
04:19:27.888 [vert.x-worker-thread-0] INFO c.v.b.d.s.DevModeStartupListener - Starting dev-mode updaters in /home/runner/work/vertx-vaadin/vertx-vaadin/vertx-vaadin-flow folder.
04:19:27.907 [vert.x-worker-thread-0] INFO c.v.f.s.f.s.FullDependenciesScanner - Visited 94 classes. Took 17 ms.
04:19:27.909 [vert.x-worker-thread-0] ERROR c.v.b.d.v.ViteWebsocketEndpoint - Unable to deploy Vite websocket endpoint, no container value is available
04:19:27.911 [vert.x-eventloop-thread-1] INFO c.g.m.vertx.vaadin.VertxVaadin - Starting DevModeHandler proxy
04:19:27.913 [vert.x-eventloop-thread-1] INFO c.g.m.vertx.vaadin.VertxVaadin - Starting DevModeHandler websocket proxy
04:19:27.918 [vert.x-eventloop-thread-1] ERROR c.g.m.vertx.vaadin.VaadinVerticle - Cannot start http server
java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:555)
at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380)
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.runAllTasksFrom(SingleThreadEventExecutor.java:426)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:375)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:557)
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)
Check notice on line 0 in .github
github-actions / Test Results
4 skipped tests found
There are 4 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
Check notice on line 0 in .github
github-actions / Test Results
174 tests found
There are 174 tests, see "Raw output" for the full list of tests.
Raw output
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.web.sstore.ExtendedSessionUT ‑ extendeSessionShouldBeClusterSerializable
Loading