rest-assured-5.5.2.jar中文-英文对照文档.zip

io.rest-assuredrest-assured5.5.2API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: rest-assured-5.5.2.jar中文-英文对照文档.zip

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

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

rest-assured-5.5.2.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: REST Assured
  • 描述: 用于轻松测试REST服务的Java DSL
  • 版本: 5.5.2

Maven依赖

<dependency>
	<groupId>io.rest-assured</groupId>
	<artifactId>rest-assured</artifactId>
	<version>5.5.2</version>
</dependency>

Gradle依赖

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")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

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.spi

本组件包含的 Java class(类)

io.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