文件名称: spring-boot-test-2.5.6.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.5.6</version>
</dependency>Gradle:
implementation group: 'org.springframework.boot', name: 'spring-boot-test', version: '2.5.6'
Gradle (Short):
implementation 'org.springframework.boot:spring-boot-test:2.5.6'
Gradle (Kotlin):
implementation("org.springframework.boot:spring-boot-test:2.5.6")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.boot.test.context
org.springframework.boot.test.context.assertj
org.springframework.boot.test.context.runner
org.springframework.boot.test.json
org.springframework.boot.test.mock.mockito
org.springframework.boot.test.mock.web
org.springframework.boot.test.system
org.springframework.boot.test.util
org.springframework.boot.test.web.client
org.springframework.boot.test.web.htmlunit
org.springframework.boot.test.web.htmlunit.webdriver
org.springframework.boot.test.web.reactive.serverorg.springframework.boot.test.context.AnnotatedClassFinder
org.springframework.boot.test.context.ConfigDataApplicationContextInitializer
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
org.springframework.boot.test.context.FilteredClassLoader
org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
org.springframework.boot.test.context.FilteredClassLoader.ClassPathResourceFilter
org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
org.springframework.boot.test.context.SpringBootContextLoader
org.springframework.boot.test.context.SpringBootTest
org.springframework.boot.test.context.SpringBootTest.WebEnvironment
org.springframework.boot.test.context.SpringBootTestContextBootstrapper
org.springframework.boot.test.context.TestComponent
org.springframework.boot.test.context.TestConfiguration
org.springframework.boot.test.context.assertj.ApplicationContextAssert
org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
org.springframework.boot.test.context.assertj.AssertableApplicationContext
org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
org.springframework.boot.test.context.runner.ApplicationContextRunner
org.springframework.boot.test.context.runner.ContextConsumer
org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
org.springframework.boot.test.context.runner.WebApplicationContextRunner
org.springframework.boot.test.json.AbstractJsonMarshalTester
org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
org.springframework.boot.test.json.BasicJsonTester
org.springframework.boot.test.json.GsonTester
org.springframework.boot.test.json.JacksonTester
org.springframework.boot.test.json.JsonContent
org.springframework.boot.test.json.JsonContentAssert
org.springframework.boot.test.json.JsonbTester
org.springframework.boot.test.json.ObjectContent
org.springframework.boot.test.json.ObjectContentAssert
org.springframework.boot.test.mock.mockito.MockBean
org.springframework.boot.test.mock.mockito.MockBeans
org.springframework.boot.test.mock.mockito.MockReset
org.springframework.boot.test.mock.mockito.MockitoPostProcessor
org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
org.springframework.boot.test.mock.mockito.SpringBootMockResolver
org.springframework.boot.test.mock.mockito.SpyBean
org.springframework.boot.test.mock.mockito.SpyBeans
org.springframework.boot.test.mock.web.SpringBootMockServletContext
org.springframework.boot.test.system.CapturedOutput
org.springframework.boot.test.system.OutputCaptureExtension
org.springframework.boot.test.system.OutputCaptureRule
org.springframework.boot.test.util.ApplicationContextTestUtils
org.springframework.boot.test.util.TestPropertyValues
org.springframework.boot.test.util.TestPropertyValues.Pair
org.springframework.boot.test.util.TestPropertyValues.Type
org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
org.springframework.boot.test.web.client.RootUriRequestExpectationManager
org.springframework.boot.test.web.client.TestRestTemplate
org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
org.springframework.boot.test.web.htmlunit.LocalHostWebClient
org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer