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

1

tests

0

failures

0

ignored

0.030s

duration

100%

successful

Tests

Test Duration Result
contextLoads 0.030s passed

Standard output

14:55:35.652 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:55:35.658 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
14:55:35.664 [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:55:35.679 [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:55:35.691 [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:55:35.694 [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:55:35.695 [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:55:35.695 [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:55:35.696 [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:55:35.727 [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:55:35.781 [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:55:35.781 [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:55:35.851 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]: using defaults.
14:55:35.852 [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:55:35.865 [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:55:35.868 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:55:35.868 [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:55:35.869 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:55:35.869 [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:55:35.872 [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:55:35.873 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [edu.prlab.tyler.iotgateway.gateway.GatewayApplicationTests]
14:55:35.873 [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:55:35.889 [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-11 14:55:36.054  INFO 12072 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : Starting GatewayApplicationTests on DESKTOP-1ADCP8A with PID 12072 (started by Tyler in D:\SpringBoot\iotgateway\gateway)
2019-06-11 14:55:36.055  INFO 12072 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : No active profile set, falling back to default profiles: default
2019-06-11 14:55:36.535  INFO 12072 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-06-11 14:55:36.591  INFO 12072 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 49ms. Found 3 repository interfaces.
2019-06-11 14:55:36.840  INFO 12072 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cbdf4f16] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-06-11 14:55:36.983  INFO 12072 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2019-06-11 14:55:37.131  INFO 12072 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2019-06-11 14:55:37.208  INFO 12072 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2019-06-11 14:55:37.256  INFO 12072 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate Core {5.3.9.Final}
2019-06-11 14:55:37.257  INFO 12072 --- [    Test worker] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2019-06-11 14:55:37.387  INFO 12072 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-06-11 14:55:37.511  INFO 12072 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2019-06-11 14:55:38.229  INFO 12072 --- [    Test worker] o.h.t.schema.internal.SchemaCreatorImpl  : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4135f4d5'
2019-06-11 14:55:38.232  INFO 12072 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-06-11 14:55:39.122  INFO 12072 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2019-06-11 14:55:39.161  WARN 12072 --- [    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-11 14:55:39.407  INFO 12072 --- [    Test worker] e.p.t.i.gateway.GatewayApplicationTests  : Started GatewayApplicationTests in 3.512 seconds (JVM running for 4.341)
2019-06-11 14:55:39.428  INFO 12072 --- [    Test worker] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory