BasicAT

1

tests

0

failures

0

ignored

2.192s

duration

100%

successful

Tests

Test Duration Result
one basic scenario 2.192s passed

Standard output

09:16:16.085 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
09:16:16.096 [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)]
09:16:16.141 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [edu.obya.blueprint.basic.at.BasicATBootstrap] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
09:16:16.152 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [edu.obya.blueprint.basic.at.BasicATBootstrap], using SpringBootContextLoader
09:16:16.156 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.obya.blueprint.basic.at.BasicATBootstrap]: class path resource [edu/obya/blueprint/basic/at/BasicATBootstrap-context.xml] does not exist
09:16:16.156 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.obya.blueprint.basic.at.BasicATBootstrap]: class path resource [edu/obya/blueprint/basic/at/BasicATBootstrapContext.groovy] does not exist
09:16:16.157 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [edu.obya.blueprint.basic.at.BasicATBootstrap]: no resource found for suffixes {-context.xml, Context.groovy}.
09:16:16.157 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [edu.obya.blueprint.basic.at.BasicATBootstrap]: BasicATBootstrap does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:16:16.210 [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 [edu.obya.blueprint.basic.at.BasicATBootstrap]
09:16:16.239 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/runner/work/arch-blueprint-kotlin/arch-blueprint-kotlin/build/classes/kotlin/acceptanceTest/edu/obya/blueprint/basic/at/BasicATSpringBootConfiguration.class]
09:16:16.240 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration edu.obya.blueprint.basic.at.BasicATSpringBootConfiguration for test class edu.obya.blueprint.basic.at.BasicATBootstrap
09:16:16.396 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [edu.obya.blueprint.basic.at.BasicATBootstrap]: using defaults.
09:16:16.396 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [com.ninjasquad.springmockk.MockkTestExecutionListener, com.ninjasquad.springmockk.ClearMocksTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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, io.zonky.test.db.EmbeddedDatabaseTestExecutionListener, io.zonky.test.db.event.EventPublishingTestExecutionListener, io.zonky.test.db.flyway.OptimizedFlywayTestExecutionListener]
09:16:16.778 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
09:16:16.801 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@35eee641, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@5729b410, com.ninjasquad.springmockk.MockkTestExecutionListener@64518270, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3b7c58e7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@79627d27, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6371cf2f, io.zonky.test.db.EmbeddedDatabaseTestExecutionListener@b5b9333, io.zonky.test.db.flyway.OptimizedFlywayTestExecutionListener@52b959df, org.springframework.test.context.transaction.TransactionalTestExecutionListener@38588dea, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@553d2579, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@2a8f6e6, org.springframework.test.context.event.EventPublishingTestExecutionListener@1ac730cd, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@668cc9a2, com.ninjasquad.springmockk.ClearMocksTestExecutionListener@5aa62ee7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1f7cec93, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c9ef6e9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3cdff901, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@57e5396b, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@2f054f70, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6467ddc7, io.zonky.test.db.event.EventPublishingTestExecutionListener@27b337bb]
_________ .__  .__               __
\_   ___ \|  | |__| ____   _____/  |_  ______
/    \  \/|  | |  |/ __ \ /    \   __\/  ___/
\     \___|  |_|  \  ___/|   |  \  |  \___ \
 \______  /____/__|\___  >___|  /__| /____  >
        \/             \/     \/          \/
2023-05-22 09:16:17.190  WARN 1977 --- [    Test worker] ory$DuplicateJsonObjectContextCustomizer : 

Found multiple occurrences of org.json.JSONObject on the class path:

	jar:file:/home/runner/.gradle/caches/modules-2/files-2.1/org.json/json/20220924/5aa95e7688f76c664af205c5937620f02688dfbc/json-20220924.jar!/org/json/JSONObject.class
	jar:file:/home/runner/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class

You may wish to exclude one of them to ensure predictable runtime behavior

2023-05-22 09:16:17.210  INFO 1977 --- [    Test worker] e.o.blueprint.basic.at.BasicATBootstrap  : Starting BasicATBootstrap using Java 17.0.7 on fv-az548-899 with PID 1977 (started by runner in /home/runner/work/arch-blueprint-kotlin/arch-blueprint-kotlin)
2023-05-22 09:16:17.212  INFO 1977 --- [    Test worker] e.o.blueprint.basic.at.BasicATBootstrap  : No active profile set, falling back to 1 default profile: "default"
2023-05-22 09:16:17.775  INFO 1977 --- [    Test worker] e.o.blueprint.basic.at.BasicATBootstrap  : Started BasicATBootstrap in 0.951 seconds (JVM running for 4.617)

Scenario: one basic scenario ?[90m# features/basic/sample.feature:3?[0m
  ?[32mGiven ?[0m?[32man initial state?[0m     ?[90m# void edu.obya.blueprint.basic.at.steps.FixtureSteps.initialState()?[0m
  ?[32mWhen ?[0m?[32mI do that?[0m             ?[90m# void edu.obya.blueprint.basic.at.steps.ActionSteps.iDoThat()?[0m
  ?[32mThen ?[0m?[32mfinal state is valid?[0m  ?[90m# void edu.obya.blueprint.basic.at.steps.AssertionSteps.finalStateIsValid()?[0m