Class com.coltware.spring.sample.SampleApplicationTests

1

tests

0

failures

0

ignored

0.264s

duration

100%

successful

Tests

Test Duration Result
contextLoads 0.264s passed

Standard output

10:10:56.302 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.coltware.spring.sample.SampleApplicationTests]
10:10:56.311 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
10:10:56.321 [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)]
10:10:56.340 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.coltware.spring.sample.SampleApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
10:10:56.355 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.coltware.spring.sample.SampleApplicationTests], using SpringBootContextLoader
10:10:56.358 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.coltware.spring.sample.SampleApplicationTests]: class path resource [com/coltware/spring/sample/SampleApplicationTests-context.xml] does not exist
10:10:56.359 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.coltware.spring.sample.SampleApplicationTests]: class path resource [com/coltware/spring/sample/SampleApplicationTestsContext.groovy] does not exist
10:10:56.359 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.coltware.spring.sample.SampleApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
10:10:56.360 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.coltware.spring.sample.SampleApplicationTests]: SampleApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
10:10:56.402 [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 [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.477 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Spring\spring_boot_part2\build\classes\java\main\com\coltware\spring\sample\SampleApplication.class]
10:10:56.479 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.coltware.spring.sample.SampleApplication for test class com.coltware.spring.sample.SampleApplicationTests
10:10:56.587 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.coltware.spring.sample.SampleApplicationTests]: using defaults.
10:10:56.588 [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.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.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
10:10:56.602 [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]
10:10:56.602 [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]
10:10:56.603 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e43f869, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4f9ef08b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@73f58b7b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@62b34a7d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@431266f2, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7b30ccb3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@24c12efd, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5c5978ba, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@c2cb035, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7104a057]
10:10:56.606 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.607 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.608 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.608 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.614 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7d42b98 testClass = SampleApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a8fe9ea testClass = SampleApplicationTests, locations = '{}', classes = '{class com.coltware.spring.sample.SampleApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@439af1f6, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@33c88687, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@21e1654a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@35be16d4], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
10:10:56.614 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.614 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.coltware.spring.sample.SampleApplicationTests]
10:10:56.637 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}

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

2020-03-24 10:10:56.890  INFO 12184 --- [    Test worker] c.c.s.sample.SampleApplicationTests      : Starting SampleApplicationTests on olivia with PID 12184 (started by auenda in C:\Spring\spring_boot_part2)
2020-03-24 10:10:56.891  INFO 12184 --- [    Test worker] c.c.s.sample.SampleApplicationTests      : No active profile set, falling back to default profiles: default
2020-03-24 10:10:58.417  INFO 12184 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2020-03-24 10:10:58.795  INFO 12184 --- [    Test worker] c.c.s.sample.SampleApplicationTests      : Started SampleApplicationTests in 2.148 seconds (JVM running for 3.387)