test: add integration tests for TodoController and update test configuration.
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m26s
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m26s
This commit is contained in:
47
backend/webmvc_test_contents.txt
Normal file
47
backend/webmvc_test_contents.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
META-INF/
|
||||
META-INF/MANIFEST.MF
|
||||
META-INF/LICENSE.txt
|
||||
META-INF/NOTICE.txt
|
||||
META-INF/spring-configuration-metadata.json
|
||||
org/
|
||||
org/springframework/
|
||||
org/springframework/boot/
|
||||
org/springframework/boot/webmvc/
|
||||
org/springframework/boot/webmvc/test/
|
||||
org/springframework/boot/webmvc/test/autoconfigure/
|
||||
org/springframework/boot/webmvc/test/autoconfigure/AutoConfigureMockMvc$HtmlUnit.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/AutoConfigureMockMvc.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/AutoConfigureWebMvc.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcAutoConfiguration.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcBuilderCustomizer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcConfiguration$MockMvcDispatcherServletCustomizer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcConfiguration.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcHtmlUnitDriverCustomizer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcPrint.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcPrintOnlyOnFailureTestExecutionListener.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcTesterConfiguration.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcWebClientAutoConfiguration.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/MockMvcWebDriverAutoConfiguration.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$DeferredLinesWriter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$FilterRegistrationBeans$FilterRegistrationBeanAdapter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$FilterRegistrationBeans.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$LinesWriter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler$Printer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$LoggingLinesWriter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer$SystemLinesWriter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/SpringBootMockMvcBuilderCustomizer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebDriverContextCustomizer.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebDriverContextCustomizerFactory.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebDriverScope.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebDriverTestExecutionListener.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebMvcTest.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebMvcTestContextBootstrapper.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/WebMvcTypeExcludeFilter.class
|
||||
org/springframework/boot/webmvc/test/autoconfigure/package-info.class
|
||||
META-INF/additional-spring-configuration-metadata.json
|
||||
META-INF/spring.factories
|
||||
META-INF/spring/
|
||||
META-INF/spring/org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc.imports
|
||||
META-INF/spring/org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureWebMvc.imports
|
||||
Reference in New Issue
Block a user