文件名称: rest-assured-5.5.2.jar中文-英文对照文档.zip
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.5.2</version>
</dependency>Gradle:
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.2'
Gradle (Short):
implementation 'io.rest-assured:rest-assured:5.5.2'
Gradle (Kotlin):
implementation("io.rest-assured:rest-assured:5.5.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.restassured
io.restassured.assertion
io.restassured.authentication
io.restassured.builder
io.restassured.config
io.restassured.filter
io.restassured.filter.cookie
io.restassured.filter.log
io.restassured.filter.session
io.restassured.filter.time
io.restassured.http
io.restassured.internal
io.restassured.internal.assertion
io.restassured.internal.csrf
io.restassured.internal.filter
io.restassured.internal.http
io.restassured.internal.log
io.restassured.internal.mapping
io.restassured.internal.matcher.xml
io.restassured.internal.multipart
io.restassured.internal.print
io.restassured.internal.proxy
io.restassured.internal.serialization
io.restassured.internal.support
io.restassured.internal.util
io.restassured.listener
io.restassured.mapper
io.restassured.matcher
io.restassured.parsing
io.restassured.response
io.restassured.specification
io.restassured.spiio.restassured.RestAssured
io.restassured.assertion.DetailedCookieAssertion
io.restassured.assertion.HeaderMatcher
io.restassured.assertion.ResponseTimeMatcher
io.restassured.assertion.StreamVerifier
io.restassured.authentication.AuthenticationScheme
io.restassured.authentication.BasicAuthScheme
io.restassured.authentication.CertAuthScheme
io.restassured.authentication.CertificateAuthSettings
io.restassured.authentication.ExplicitNoAuthScheme
io.restassured.authentication.FormAuthConfig
io.restassured.authentication.FormAuthScheme
io.restassured.authentication.NTLMAuthScheme
io.restassured.authentication.NoAuthScheme
io.restassured.authentication.OAuth2Scheme
io.restassured.authentication.OAuthScheme
io.restassured.authentication.OAuthSignature
io.restassured.authentication.PreemptiveAuthProvider
io.restassured.authentication.PreemptiveBasicAuthScheme
io.restassured.authentication.PreemptiveOAuth2HeaderScheme
io.restassured.builder.MultiPartSpecBuilder
io.restassured.builder.RequestSpecBuilder
io.restassured.builder.ResponseBuilder
io.restassured.builder.ResponseSpecBuilder
io.restassured.config.Config
io.restassured.config.ConnectionConfig
io.restassured.config.ConnectionConfig.CloseIdleConnectionConfig
io.restassured.config.CsrfConfig
io.restassured.config.CsrfConfig.CsrfPrioritization
io.restassured.config.DecoderConfig
io.restassured.config.DecoderConfig.ContentDecoder
io.restassured.config.EncoderConfig
io.restassured.config.FailureConfig
io.restassured.config.HeaderConfig
io.restassured.config.HttpClientConfig
io.restassured.config.HttpClientConfig.HttpClientFactory
io.restassured.config.JsonConfig
io.restassured.config.LogConfig
io.restassured.config.MatcherConfig
io.restassured.config.MatcherConfig.ErrorDescriptionType
io.restassured.config.MultiPartConfig
io.restassured.config.OAuthConfig
io.restassured.config.ObjectMapperConfig
io.restassured.config.ParamConfig
io.restassured.config.ParamConfig.UpdateStrategy
io.restassured.config.RedirectConfig
io.restassured.config.RestAssuredConfig
io.restassured.config.SSLConfig
io.restassured.config.SessionConfig
io.restassured.config.XmlConfig
io.restassured.filter.Filter
io.restassured.filter.FilterContext
io.restassured.filter.OrderedFilter
io.restassured.filter.cookie.CookieFilter
io.restassured.filter.log.ErrorLoggingFilter
io.restassured.filter.log.LogDetail
io.restassured.filter.log.RequestLoggingFilter
io.restassured.filter.log.ResponseLoggingFilter
io.restassured.filter.log.UrlDecoder
io.restassured.filter.session.SessionFilter
io.restassured.filter.time.TimingFilter
io.restassured.http.ContentType
io.restassured.http.Cookie
io.restassured.http.Cookie.Builder
io.restassured.http.Cookies
io.restassured.http.Header
io.restassured.http.Headers
io.restassured.http.Method
io.restassured.internal.AuthenticationSpecificationImpl
io.restassured.internal.ContentParser
io.restassured.internal.LogRequestAndResponseOnFailListener
io.restassured.internal.LogSpecificationImpl
io.restassured.internal.MapCreator
io.restassured.internal.MapCreator.ArgsAndValue
io.restassured.internal.MapCreator.CollisionStrategy
io.restassured.internal.MultiValueEntity
io.restassured.internal.NameAndValue
io.restassured.internal.NoParameterValue
io.restassured.internal.PreemptiveAuthSpecImpl
io.restassured.internal.RedirectSpecificationImpl
io.restassured.internal.RequestLogSpecificationImpl
io.restassured.internal.RequestSpecificationImpl
io.restassured.internal.ResponseLogSpecificationImpl
io.restassured.internal.ResponseParserRegistrar
io.restassured.internal.ResponseSpecificationImpl
io.restassured.internal.RestAssuredHttpBuilderGroovyHelper
io.restassured.internal.RestAssuredResponseImpl
io.restassured.internal.RestAssuredResponseOptionsGroovyImpl
io.restassured.internal.RestAssuredResponseOptionsImpl
io.restassured.internal.SpecificationMerger
io.restassured.internal.TestSpecificationImpl
io.restassured.internal.TrustAndKeystoreSpec
io.restassured.internal.TrustAndKeystoreSpecImpl
io.restassured.internal.UriValidator
io.restassured.internal.ValidatableResponseImpl
io.restassured.internal.ValidatableResponseOptionsImpl
io.restassured.internal.assertion.BodyMatcher
io.restassured.internal.assertion.BodyMatcherGroup
io.restassured.internal.assertion.CookieMatcher
io.restassured.internal.csrf.CsrfData
io.restassured.internal.csrf.CsrfTokenFinder
io.restassured.internal.filter.CsrfFilter
io.restassured.internal.filter.FilterContextImpl
io.restassured.internal.filter.FormAuthFilter
io.restassured.internal.filter.SendRequestFilter
io.restassured.internal.http.AuthConfig
io.restassured.internal.http.BasicNameValuePairWithNoValueSupport
io.restassured.internal.http.BoundaryExtractor
io.restassured.internal.http.CharsetExtractor
io.restassured.internal.http.ContentEncoding
io.restassured.internal.http.ContentEncoding.Type
io.restassured.internal.http.ContentEncodingRegistry
io.restassured.internal.http.ContentTypeExtractor
io.restassured.internal.http.ContentTypeSubTypeExtractor
io.restassured.internal.http.CustomHttpMethod
io.restassured.internal.http.DeflateEncoding
io.restassured.internal.http.DeflateEncoding.InflaterEntity
io.restassured.internal.http.EncoderRegistry
io.restassured.internal.http.GZIPEncoding
io.restassured.internal.http.GZIPEncoding.GZIPDecompressingEntity
io.restassured.internal.http.HTTPBuilder
io.restassured.internal.http.HttpContextDecorator
io.restassured.internal.http.HttpRequestFactory
io.restassured.internal.http.HttpResponseContentTypeFinder
io.restassured.internal.http.HttpResponseDecorator
io.restassured.internal.http.HttpResponseException
io.restassured.internal.http.ResponseParseException
io.restassured.internal.http.Status
io.restassured.internal.http.URIBuilder
io.restassured.internal.log.LogRepository
io.restassured.internal.mapping.GsonMapper
io.restassured.internal.mapping.Jackson1Mapper
io.restassured.internal.mapping.Jackson2Mapper
io.restassured.internal.mapping.JakartaEEMapper
io.restassured.internal.mapping.JaxbMapper
io.restassured.internal.mapping.JohnzonMapper
io.restassured.internal.mapping.JsonbMapper
io.restassured.internal.mapping.ObjectMapperDeserializationContextImpl
io.restassured.internal.mapping.ObjectMapperSerializationContextImpl
io.restassured.internal.mapping.ObjectMapping
io.restassured.internal.matcher.xml.LoadFromClasspathSupport
io.restassured.internal.matcher.xml.XmlDtdMatcher
io.restassured.internal.matcher.xml.XmlXsdMatcher
io.restassured.internal.multipart.MultiPartInternal
io.restassured.internal.multipart.MultiPartSpecificationImpl
io.restassured.internal.multipart.RestAssuredMultiPartEntity
io.restassured.internal.print.RequestPrinter
io.restassured.internal.print.ResponsePrinter
io.restassured.internal.proxy.RestAssuredProxySelector
io.restassured.internal.proxy.RestAssuredProxySelectorRoutePlanner
io.restassured.internal.serialization.SerializationSupport
io.restassured.internal.support.CloseHTTPClientConnectionInputStreamWrapper
io.restassured.internal.support.FileReader
io.restassured.internal.support.ParameterUpdater
io.restassured.internal.support.ParameterUpdater.Serializer
io.restassured.internal.support.PathSupport
io.restassured.internal.support.Prettifier
io.restassured.internal.util.IOUtils
io.restassured.internal.util.MatcherErrorMessageBuilder
io.restassured.internal.util.SafeExceptionRethrower
io.restassured.listener.ResponseValidationFailureListener
io.restassured.mapper.ObjectMapper
io.restassured.mapper.ObjectMapperDeserializationContext
io.restassured.mapper.ObjectMapperSerializationContext
io.restassured.mapper.ObjectMapperType
io.restassured.matcher.DetailedCookieMatcher
io.restassured.matcher.ResponseAwareMatcher
io.restassured.matcher.ResponseAwareMatcherComposer
io.restassured.matcher.RestAssuredMatchers
io.restassured.parsing.Parser
io.restassured.response.ExtractableResponse
io.restassured.response.Response
io.restassured.response.ResponseBody
io.restassured.response.ResponseBodyData
io.restassured.response.ResponseBodyExtractionOptions
io.restassured.response.ResponseOptions
io.restassured.response.Validatable
io.restassured.response.ValidatableResponse
io.restassured.response.ValidatableResponseLogSpec
io.restassured.response.ValidatableResponseOptions
io.restassured.specification.Argument
io.restassured.specification.AuthenticationSpecification
io.restassured.specification.FilterableRequestSpecification
io.restassured.specification.FilterableResponseSpecification
io.restassured.specification.LogSpecification
io.restassured.specification.MultiPartSpecification
io.restassured.specification.PreemptiveAuthSpec
io.restassured.specification.ProxySpecification
io.restassured.specification.QueryableRequestSpecification
io.restassured.specification.RedirectSpecification
io.restassured.specification.RequestLogSpecification
io.restassured.specification.RequestSender
io.restassured.specification.RequestSenderOptions
io.restassured.specification.RequestSpecification
io.restassured.specification.ResponseLogSpecification
io.restassured.specification.ResponseSpecification
io.restassured.specification.SpecificationQuerier
io.restassured.spi.AuthFilter