Files
learn-with-making-clean-arc…/WebServiceBySpringBootAndAWS/build/test-results/test/TEST-com.banjjoknim.book.springboot.web.PostsApiControllerTest.xml

31 lines
6.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="com.banjjoknim.book.springboot.web.PostsApiControllerTest" tests="2" skipped="0" failures="0" errors="0" timestamp="2020-12-02T06:35:17" hostname="DESKTOP-FSO9NHB" time="0.083">
<properties/>
<testcase name="Posts_등록된다" classname="com.banjjoknim.book.springboot.web.PostsApiControllerTest" time="0.057"/>
<testcase name="Posts_수정된다" classname="com.banjjoknim.book.springboot.web.PostsApiControllerTest" time="0.025"/>
<system-out><![CDATA[2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest], using SpringBootContextLoader
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.banjjoknim.book.springboot.web.PostsApiControllerTest]: PostsApiControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.banjjoknim.book.springboot.Application for test class com.banjjoknim.book.springboot.web.PostsApiControllerTest
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.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]
2020-12-02 15:35:17.026 INFO 13132 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63efdaba, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@361baf94, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@df5e602, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6f1eab5b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@72b98608, org.springframework.test.context.transaction.TransactionalTestExecutionListener@19b5e0c4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b52d006, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@210ce044, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@1f3babab, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@293ecb48, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@441fc89, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@42092285, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2daf9c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5f96505a]
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2020-12-02 15:35:17.042 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
Hibernate: delete from posts where id=?
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring TestDispatcherServlet ''
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2020-12-02 15:35:17.105 INFO 13132 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
Hibernate: insert into posts (created_date, modified_date, author, content, title) values (?, ?, ?, ?, ?)
Hibernate: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
Hibernate: update posts set created_date=?, modified_date=?, author=?, content=?, title=? where id=?
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_
Hibernate: delete from posts where id=?
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>