OverlayTest

1

tests

0

failures

0

ignored

1.007s

duration

100%

successful

Tests

Test Method name Duration Result
void io.sunshower.aire.ux.controls.OverlayTest.ensureOverlayHostIsInjectable(io.sunshower.aire.ux.controls.routes.OverlayRoute) ensureOverlayHostIsInjectable(OverlayRoute)[1] 1.007s passed

Standard output

Auto-discovered views: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)
14:51:03.768 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
14:51:03.780 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
14:51:03.813 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [io.sunshower.aire.ux.controls.OverlayTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
14:51:03.824 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.sunshower.aire.ux.controls.OverlayTest], using SpringBootContextLoader
14:51:03.826 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.sunshower.aire.ux.controls.OverlayTest]: class path resource [io/sunshower/aire/ux/controls/OverlayTest-context.xml] does not exist
14:51:03.827 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [io.sunshower.aire.ux.controls.OverlayTest]: class path resource [io/sunshower/aire/ux/controls/OverlayTestContext.groovy] does not exist
14:51:03.827 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [io.sunshower.aire.ux.controls.OverlayTest]: no resource found for suffixes {-context.xml, Context.groovy}.
14:51:03.865 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [io.sunshower.aire.ux.controls.OverlayTest]
14:51:03.951 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [io.sunshower.aire.ux.controls.OverlayTest]: using defaults.
14:51:03.951 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
14:51:03.959 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
14:51:03.959 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
14:51:03.960 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@df1cff6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4925f4f5, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1ad926d3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3a43d133, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@39ce27f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5f2afe62, org.springframework.test.context.event.EventPublishingTestExecutionListener@c96a4ea, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@28782602, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@60c16548, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@68105edc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@511816c0, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@38b972d7, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5339bbad]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.7.4)

2022-10-20 14:51:04.168  INFO 22672 --- [    Test worker] i.s.aire.ux.controls.OverlayTest         : Starting OverlayTest using Java 17.0.1 on josiah-dev with PID 22672 (started by josiah in /home/josiah/dev/src/github.com/aire-ux/aire-overlay)
2022-10-20 14:51:04.169  INFO 22672 --- [    Test worker] i.s.aire.ux.controls.OverlayTest         : No active profile set, falling back to 1 default profile: "default"
2022-10-20 14:51:05.431  INFO 22672 --- [    Test worker] i.s.aire.ux.controls.OverlayTest         : Started OverlayTest in 1.452 seconds (JVM running for 2.967)
2022-10-20 14:51:05.526  INFO 22672 --- [    Test worker] c.v.f.s.DefaultDeploymentConfiguration   : 
Vaadin is running in DEVELOPMENT mode - do not use for production deployments.
2022-10-20 14:51:05.566  WARN 22672 --- [    Test worker] c.v.flow.server.VaadinServletService     : no DevModeHandlerManager implementation found but dev server enabled. Include the com.vaadin.vaadin-dev-server dependency.
2022-10-20 14:51:05.655  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Activated Stack Frame TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]
2022-10-20 14:51:05.709  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivating test frame TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]...
2022-10-20 14:51:05.718  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivated tet frame TestFrame[location: none, routes: null]
2022-10-20 14:51:05.719  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Activating Stack Frame TestFrame[location: none, routes: null]...
Auto-discovered views: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)
2022-10-20 14:51:05.932  WARN 22672 --- [    Test worker] c.v.flow.server.VaadinServletService     : no DevModeHandlerManager implementation found but dev server enabled. Include the com.vaadin.vaadin-dev-server dependency.
2022-10-20 14:51:05.935  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Activated Stack Frame TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]
2022-10-20 14:51:06.516  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)] navigating to aire-overlay
2022-10-20 14:51:06.547  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : TestFrame[location: aire-overlay, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)] navigated to aire-overlay
2022-10-20 14:51:06.557  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Navigating back to aire-overlay
2022-10-20 14:51:06.566  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivating test frame TestFrame[location: aire-overlay, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]...
2022-10-20 14:51:06.568  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivated tet frame TestFrame[location: aire-overlay, routes: null]
2022-10-20 14:51:06.568  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Activating Stack Frame TestFrame[location: none, routes: null]...
Auto-discovered views: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)
2022-10-20 14:51:06.701  WARN 22672 --- [    Test worker] c.v.flow.server.VaadinServletService     : no DevModeHandlerManager implementation found but dev server enabled. Include the com.vaadin.vaadin-dev-server dependency.
2022-10-20 14:51:06.705  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Activated Stack Frame TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]
2022-10-20 14:51:06.713  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivating test frame TestFrame[location: none, routes: Routes(routes=OverlayRoute, errorRoutes=MockRouteNotFoundError)]...
2022-10-20 14:51:06.715  INFO 22672 --- [    Test worker] com.aire.ux.test.vaadin.TestFrame        : Deactivated tet frame TestFrame[location: none, routes: null]

Standard error

Oct 20, 2022 2:51:03 PM com.aire.ux.test.vaadin.TestFrame activate
INFO: Activating Stack Frame TestFrame[location: none, routes: null]...