Merge branch '3.0.x'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Spring Test ContextCustomizerFactories
|
||||
# Spring Test Context Customizer Factories
|
||||
org.springframework.test.context.ContextCustomizerFactory=\
|
||||
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory,\
|
||||
org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory,\
|
||||
@@ -7,7 +7,7 @@ org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCus
|
||||
org.springframework.boot.test.autoconfigure.service.connection.ServiceConnectionContextCustomizerFactory,\
|
||||
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory
|
||||
|
||||
# Test Execution Listeners
|
||||
# Spring Test Execution Listeners
|
||||
org.springframework.test.context.TestExecutionListener=\
|
||||
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener,\
|
||||
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener,\
|
||||
@@ -15,6 +15,7 @@ org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailur
|
||||
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener,\
|
||||
org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
|
||||
|
||||
# Spring Test ApplcationContext Failure Processors
|
||||
org.springframework.test.context.ApplicationContextFailureProcessor=\
|
||||
org.springframework.boot.test.autoconfigure.ConditionReportApplicationContextFailureProcessor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user