20:28:41.384 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [fr.ippon.codingdojo.web.TransactionResourceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
20:28:41.390 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [fr.ippon.codingdojo.web.TransactionResourceTest], using SpringBootContextLoader
20:28:41.393 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [fr.ippon.codingdojo.web.TransactionResourceTest]: class path resource [fr/ippon/codingdojo/web/TransactionResourceTest-context.xml] does not exist
20:28:41.393 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [fr.ippon.codingdojo.web.TransactionResourceTest]: class path resource [fr/ippon/codingdojo/web/TransactionResourceTestContext.groovy] does not exist
20:28:41.394 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [fr.ippon.codingdojo.web.TransactionResourceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:28:41.394 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [fr.ippon.codingdojo.web.TransactionResourceTest]: TransactionResourceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
20:28:41.423 [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 [fr.ippon.codingdojo.web.TransactionResourceTest]
20:28:41.491 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration fr.ippon.codingdojo.Main for test class fr.ippon.codingdojo.web.TransactionResourceTest
20:28:41.561 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [fr.ippon.codingdojo.web.TransactionResourceTest]: using defaults.
20:28:41.562 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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.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]
20:28:41.570 [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]
2018-12-09 20:28:41.908 INFO 42889 --- [ Test worker] f.i.c.web.TransactionResourceTest : Starting TransactionResourceTest on mbp-de-julien.home with PID 42889 (started by julien in /Users/julien/Development/coding-dojo/reactive-programming/reactive-programming/spring-reactor)
2018-12-09 20:28:41.909 DEBUG 42889 --- [ Test worker] f.i.c.web.TransactionResourceTest : Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
2018-12-09 20:28:41.910 INFO 42889 --- [ Test worker] f.i.c.web.TransactionResourceTest : No active profile set, falling back to default profiles: default
2018-12-09 20:28:45.555 WARN 42889 --- [ Test worker] o.s.security.core.userdetails.User : User.withDefaultPasswordEncoder() is considered unsafe for production and is only intended for sample applications.
2018-12-09 20:28:46.166 INFO 42889 --- [ Test worker] f.i.c.web.TransactionResourceTest : Started TransactionResourceTest in 4.558 seconds (JVM running for 5.997)
2018-12-09 20:28:46.684 DEBUG 42889 --- [ Test worker] f.i.codingdojo.web.TransactionResource : REST request to create Credit Operation : (Account Number=5c0d6ceeb4cd4ea7898c80b2/Amount=210)