Uses of Class
org.apache.juneau.rest.client.assertion.FluentResponseStatusLineAssertion
Packages that use FluentResponseStatusLineAssertion
Package
Description
REST Client API
REST Client Assertions
-
Uses of FluentResponseStatusLineAssertion in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return FluentResponseStatusLineAssertionModifier and TypeMethodDescriptionRestResponse.assertStatus()
Provides the ability to perform fluent-style assertions on the responseStatusLine
object.ResponseStatusLine.assertValue()
Provides the ability to perform fluent-style assertions on this response status line. -
Uses of FluentResponseStatusLineAssertion in org.apache.juneau.rest.client.assertion
Methods in org.apache.juneau.rest.client.assertion that return FluentResponseStatusLineAssertionModifier and TypeMethodDescriptionFluentResponseStatusLineAssertion.setOut
(PrintStream value) FluentResponseStatusLineAssertion.setSilent()
FluentResponseStatusLineAssertion.setStdOut()
FluentResponseStatusLineAssertion.setThrowable
(Class<? extends RuntimeException> value)