spring-test-4.3.8.RELEASE.jar中文-英文对照文档.zip

org.springframeworkspring-test4.3.8.RELEASEAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-test-4.3.8.RELEASE.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.70 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-test-4.3.8.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-test-4.3.8.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-test-4.3.8.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-test-4.3.8.RELEASE.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-test-4.3.8.RELEASE-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-test-4.3.8.RELEASE.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring TestContext Framework
  • 描述: Spring 测试上下文框架
  • 版本: 4.3.8.RELEASE

Maven依赖

<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-test</artifactId>
	<version>4.3.8.RELEASE</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework', name: 'spring-test', version: '4.3.8.RELEASE'
Gradle (Short):
	implementation 'org.springframework:spring-test:4.3.8.RELEASE'
Gradle (Kotlin):
	implementation("org.springframework:spring-test:4.3.8.RELEASE")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.mock.env
org.springframework.mock.http
org.springframework.mock.http.client
org.springframework.mock.jndi
org.springframework.mock.web
org.springframework.mock.web.portlet
org.springframework.test.annotation
org.springframework.test.context
org.springframework.test.context.cache
org.springframework.test.context.jdbc
org.springframework.test.context.junit4
org.springframework.test.context.junit4.rules
org.springframework.test.context.junit4.statements
org.springframework.test.context.support
org.springframework.test.context.testng
org.springframework.test.context.transaction
org.springframework.test.context.util
org.springframework.test.context.web
org.springframework.test.jdbc
org.springframework.test.util
org.springframework.test.web
org.springframework.test.web.client
org.springframework.test.web.client.match
org.springframework.test.web.client.response
org.springframework.test.web.servlet
org.springframework.test.web.servlet.htmlunit
org.springframework.test.web.servlet.htmlunit.webdriver
org.springframework.test.web.servlet.request
org.springframework.test.web.servlet.result
org.springframework.test.web.servlet.setup

本组件包含的 Java class(类)

org.springframework.mock.env.MockEnvironment
org.springframework.mock.env.MockPropertySource
org.springframework.mock.http.MockHttpInputMessage
org.springframework.mock.http.MockHttpOutputMessage
org.springframework.mock.http.client.MockAsyncClientHttpRequest
org.springframework.mock.http.client.MockClientHttpRequest
org.springframework.mock.http.client.MockClientHttpResponse
org.springframework.mock.jndi.ExpectedLookupTemplate
org.springframework.mock.jndi.SimpleNamingContext
org.springframework.mock.jndi.SimpleNamingContextBuilder
org.springframework.mock.web.DelegatingServletInputStream
org.springframework.mock.web.DelegatingServletOutputStream
org.springframework.mock.web.MockAsyncContext
org.springframework.mock.web.MockBodyContent
org.springframework.mock.web.MockExpressionEvaluator
org.springframework.mock.web.MockFilterChain
org.springframework.mock.web.MockFilterConfig
org.springframework.mock.web.MockHttpServletRequest
org.springframework.mock.web.MockHttpServletResponse
org.springframework.mock.web.MockHttpSession
org.springframework.mock.web.MockJspWriter
org.springframework.mock.web.MockMultipartFile
org.springframework.mock.web.MockMultipartHttpServletRequest
org.springframework.mock.web.MockPageContext
org.springframework.mock.web.MockRequestDispatcher
org.springframework.mock.web.MockServletConfig
org.springframework.mock.web.MockServletContext
org.springframework.mock.web.MockSessionCookieConfig
org.springframework.mock.web.PassThroughFilterChain
org.springframework.mock.web.portlet.MockActionRequest
org.springframework.mock.web.portlet.MockActionResponse
org.springframework.mock.web.portlet.MockBaseURL
org.springframework.mock.web.portlet.MockCacheControl
org.springframework.mock.web.portlet.MockClientDataRequest
org.springframework.mock.web.portlet.MockEvent
org.springframework.mock.web.portlet.MockEventRequest
org.springframework.mock.web.portlet.MockEventResponse
org.springframework.mock.web.portlet.MockMimeResponse
org.springframework.mock.web.portlet.MockMultipartActionRequest
org.springframework.mock.web.portlet.MockPortalContext
org.springframework.mock.web.portlet.MockPortletConfig
org.springframework.mock.web.portlet.MockPortletContext
org.springframework.mock.web.portlet.MockPortletPreferences
org.springframework.mock.web.portlet.MockPortletRequest
org.springframework.mock.web.portlet.MockPortletRequestDispatcher
org.springframework.mock.web.portlet.MockPortletResponse
org.springframework.mock.web.portlet.MockPortletSession
org.springframework.mock.web.portlet.MockPortletURL
org.springframework.mock.web.portlet.MockRenderRequest
org.springframework.mock.web.portlet.MockRenderResponse
org.springframework.mock.web.portlet.MockResourceRequest
org.springframework.mock.web.portlet.MockResourceResponse
org.springframework.mock.web.portlet.MockResourceURL
org.springframework.mock.web.portlet.MockStateAwareResponse
org.springframework.mock.web.portlet.ServletWrappingPortletContext
org.springframework.test.annotation.Commit
org.springframework.test.annotation.DirtiesContext
org.springframework.test.annotation.DirtiesContext.ClassMode
org.springframework.test.annotation.DirtiesContext.HierarchyMode
org.springframework.test.annotation.DirtiesContext.MethodMode
org.springframework.test.annotation.IfProfileValue
org.springframework.test.annotation.ProfileValueSource
org.springframework.test.annotation.ProfileValueSourceConfiguration
org.springframework.test.annotation.ProfileValueUtils
org.springframework.test.annotation.Repeat
org.springframework.test.annotation.Rollback
org.springframework.test.annotation.SystemProfileValueSource
org.springframework.test.annotation.TestAnnotationUtils
org.springframework.test.annotation.Timed
org.springframework.test.context.ActiveProfiles
org.springframework.test.context.ActiveProfilesResolver
org.springframework.test.context.BootstrapContext
org.springframework.test.context.BootstrapWith
org.springframework.test.context.CacheAwareContextLoaderDelegate
org.springframework.test.context.ContextConfiguration
org.springframework.test.context.ContextConfigurationAttributes
org.springframework.test.context.ContextCustomizer
org.springframework.test.context.ContextCustomizerFactory
org.springframework.test.context.ContextHierarchy
org.springframework.test.context.ContextLoader
org.springframework.test.context.MergedContextConfiguration
org.springframework.test.context.SmartContextLoader
org.springframework.test.context.TestContext
org.springframework.test.context.TestContextBootstrapper
org.springframework.test.context.TestContextManager
org.springframework.test.context.TestExecutionListener
org.springframework.test.context.TestExecutionListeners
org.springframework.test.context.TestExecutionListeners.MergeMode
org.springframework.test.context.TestPropertySource
org.springframework.test.context.cache.ContextCache
org.springframework.test.context.cache.ContextCacheUtils
org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
org.springframework.test.context.cache.DefaultContextCache
org.springframework.test.context.jdbc.Sql
org.springframework.test.context.jdbc.Sql.ExecutionPhase
org.springframework.test.context.jdbc.SqlConfig
org.springframework.test.context.jdbc.SqlConfig.ErrorMode
org.springframework.test.context.jdbc.SqlConfig.TransactionMode
org.springframework.test.context.jdbc.SqlGroup
org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
org.springframework.test.context.junit4.SpringJUnit4ClassRunner
org.springframework.test.context.junit4.SpringRunner
org.springframework.test.context.junit4.rules.SpringClassRule
org.springframework.test.context.junit4.rules.SpringMethodRule
org.springframework.test.context.junit4.statements.ProfileValueChecker
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
org.springframework.test.context.junit4.statements.SpringFailOnTimeout
org.springframework.test.context.junit4.statements.SpringRepeat
org.springframework.test.context.support.AbstractContextLoader
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
org.springframework.test.context.support.AbstractGenericContextLoader
org.springframework.test.context.support.AbstractTestContextBootstrapper
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.support.AnnotationConfigContextLoader
org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
org.springframework.test.context.support.DefaultActiveProfilesResolver
org.springframework.test.context.support.DefaultBootstrapContext
org.springframework.test.context.support.DefaultTestContext
org.springframework.test.context.support.DefaultTestContextBootstrapper
org.springframework.test.context.support.DelegatingSmartContextLoader
org.springframework.test.context.support.DependencyInjectionTestExecutionListener
org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
org.springframework.test.context.support.DirtiesContextTestExecutionListener
org.springframework.test.context.support.GenericGroovyXmlContextLoader
org.springframework.test.context.support.GenericPropertiesContextLoader
org.springframework.test.context.support.GenericXmlContextLoader
org.springframework.test.context.support.TestPropertySourceUtils
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
org.springframework.test.context.transaction.AfterTransaction
org.springframework.test.context.transaction.BeforeTransaction
org.springframework.test.context.transaction.TestContextTransactionUtils
org.springframework.test.context.transaction.TestTransaction
org.springframework.test.context.transaction.TransactionConfiguration
org.springframework.test.context.transaction.TransactionConfigurationAttributes
org.springframework.test.context.transaction.TransactionalTestExecutionListener
org.springframework.test.context.util.TestContextResourceUtils
org.springframework.test.context.web.AbstractGenericWebContextLoader
org.springframework.test.context.web.AnnotationConfigWebContextLoader
org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
org.springframework.test.context.web.GenericXmlWebContextLoader
org.springframework.test.context.web.ServletTestExecutionListener
org.springframework.test.context.web.WebAppConfiguration
org.springframework.test.context.web.WebDelegatingSmartContextLoader
org.springframework.test.context.web.WebMergedContextConfiguration
org.springframework.test.context.web.WebTestContextBootstrapper
org.springframework.test.jdbc.JdbcTestUtils
org.springframework.test.util.AopTestUtils
org.springframework.test.util.AssertionErrors
org.springframework.test.util.JsonExpectationsHelper
org.springframework.test.util.JsonPathExpectationsHelper
org.springframework.test.util.MatcherAssertionErrors
org.springframework.test.util.MetaAnnotationUtils
org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
org.springframework.test.util.ReflectionTestUtils
org.springframework.test.util.XmlExpectationsHelper
org.springframework.test.util.XpathExpectationsHelper
org.springframework.test.web.ModelAndViewAssert
org.springframework.test.web.client.AbstractRequestExpectationManager
org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
org.springframework.test.web.client.DefaultRequestExpectation
org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
org.springframework.test.web.client.ExpectedCount
org.springframework.test.web.client.MockMvcClientHttpRequestFactory
org.springframework.test.web.client.MockRestServiceServer
org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
org.springframework.test.web.client.RequestExpectation
org.springframework.test.web.client.RequestExpectationManager
org.springframework.test.web.client.RequestMatcher
org.springframework.test.web.client.ResponseActions
org.springframework.test.web.client.ResponseCreator
org.springframework.test.web.client.SimpleRequestExpectationManager
org.springframework.test.web.client.UnorderedRequestExpectationManager
org.springframework.test.web.client.match.ContentRequestMatchers
org.springframework.test.web.client.match.JsonPathRequestMatchers
org.springframework.test.web.client.match.MockRestRequestMatchers
org.springframework.test.web.client.match.XpathRequestMatchers
org.springframework.test.web.client.response.DefaultResponseCreator
org.springframework.test.web.client.response.MockRestResponseCreators
org.springframework.test.web.servlet.DispatcherServletCustomizer
org.springframework.test.web.servlet.MockMvc
org.springframework.test.web.servlet.MockMvcBuilder
org.springframework.test.web.servlet.MockMvcBuilderSupport
org.springframework.test.web.servlet.MvcResult
org.springframework.test.web.servlet.RequestBuilder
org.springframework.test.web.servlet.ResultActions
org.springframework.test.web.servlet.ResultHandler
org.springframework.test.web.servlet.ResultMatcher
org.springframework.test.web.servlet.SmartRequestBuilder
org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
org.springframework.test.web.servlet.htmlunit.WebRequestMatcher
org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder
org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
org.springframework.test.web.servlet.request.MockMvcRequestBuilders
org.springframework.test.web.servlet.request.RequestPostProcessor
org.springframework.test.web.servlet.result.ContentResultMatchers
org.springframework.test.web.servlet.result.CookieResultMatchers
org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
org.springframework.test.web.servlet.result.HandlerResultMatchers
org.springframework.test.web.servlet.result.HeaderResultMatchers
org.springframework.test.web.servlet.result.JsonPathResultMatchers
org.springframework.test.web.servlet.result.MockMvcResultHandlers
org.springframework.test.web.servlet.result.MockMvcResultMatchers
org.springframework.test.web.servlet.result.ModelResultMatchers
org.springframework.test.web.servlet.result.PrintingResultHandler
org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
org.springframework.test.web.servlet.result.RequestResultMatchers
org.springframework.test.web.servlet.result.StatusResultMatchers
org.springframework.test.web.servlet.result.ViewResultMatchers
org.springframework.test.web.servlet.result.XpathResultMatchers
org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
org.springframework.test.web.servlet.setup.MockMvcBuilders
org.springframework.test.web.servlet.setup.MockMvcConfigurer
org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder