Class edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests

1

tests

0

failures

0

ignored

0.031s

duration

100%

successful

Tests

Test Duration Result
contextLoads 0.031s passed

Standard output

14:13:26.293 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.299 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
14:13:26.305 [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:13:26.318 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
14:13:26.327 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests], using SpringBootContextLoader
14:13:26.329 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: class path resource [edu/prlab/tyler/iotgateway/gateway/GatewayApplicationTests-context.xml] does not exist
14:13:26.329 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: class path resource [edu/prlab/tyler/iotgateway/gateway/GatewayApplicationTestsContext.groovy] does not exist
14:13:26.329 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
14:13:26.330 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: GatewayApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:13:26.356 [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.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.400 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\SpringBoot\iotgateway\gateway\build\classes\java\main\edu\prlab\tyler\iotgateway\gateway\GatewayApplication.class]
14:13:26.401 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration edu.prlab.tyler.iotgateway.gateway.GatewayApplication for test class edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests
14:13:26.464 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: using defaults.
14:13:26.464 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, 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]
14:13:26.476 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b8667a5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a9b7e53, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e595118, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4a5bfbb6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@62c81617, org.springframework.test.context.transaction.TransactionalTestExecutionListener@531085fb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6775cf10, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@72e61e03, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@503cd6e6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7d4be47, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e90ece2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c44e535]
14:13:26.478 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.478 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.478 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.478 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.481 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@26c1b343 testClass = GatewayApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7604582e testClass = GatewayApplicationTests, locations = '{}', classes = '{class edu.prlab.tyler.iotgateway.gateway.GatewayApplication}', 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@5dec0e8b, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5bb44255, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@140c0cee, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1eb32443], 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].
14:13:26.482 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.482 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:13:26.497 [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.4.RELEASE)

2019-06-03 14:13:26.641  INFO 19448 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : Starting GatewayApplicationTests on DESKTOP-1ADCP8A with PID 19448 (started by Tyler in D:\SpringBoot\iotgateway\gateway)
2019-06-03 14:13:26.642  INFO 19448 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : No active profile set, falling back to default profiles: default
2019-06-03 14:13:27.069  INFO 19448 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-06-03 14:13:27.122  INFO 19448 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 46ms. Found 3 repository interfaces.
2019-06-03 14:13:27.363  INFO 19448 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$78358982] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-06-03 14:13:27.491  INFO 19448 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2019-06-03 14:13:27.630  INFO 19448 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2019-06-03 14:13:27.703  INFO 19448 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2019-06-03 14:13:27.751  INFO 19448 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate Core {5.3.9.Final}
2019-06-03 14:13:27.752  INFO 19448 --- [    Test worker] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2019-06-03 14:13:27.858  INFO 19448 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-06-03 14:13:27.977  INFO 19448 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2019-06-03 14:13:28.656  INFO 19448 --- [    Test worker] o.h.t.schema.internal.SchemaCreatorImpl  : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@431ca4c0'
2019-06-03 14:13:28.659  INFO 19448 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-06-03 14:13:29.437  INFO 19448 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2019-06-03 14:13:29.474  WARN 19448 --- [    Test worker] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2019-06-03 14:13:29.680  INFO 19448 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : Started GatewayApplicationTests in 3.178 seconds (JVM running for 3.836)
2019-06-03 14:13:29.697  INFO 19448 --- [    Test worker] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory