Uses of Class
org.apache.juneau.rest.assertions.FluentRequestFormParamAssertion
Packages that use FluentRequestFormParamAssertion
Package
Description
REST Server API
REST Assertions
-
Uses of FluentRequestFormParamAssertion in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return FluentRequestFormParamAssertionModifier and TypeMethodDescriptionRestRequest.assertFormParam(String name) Returns a fluent assertion for the specified form parameter. -
Uses of FluentRequestFormParamAssertion in org.apache.juneau.rest.assertions
Methods in org.apache.juneau.rest.assertions that return FluentRequestFormParamAssertionModifier and TypeMethodDescriptionFluentRequestFormParamAssertion.asJavaStrings()FluentRequestFormParamAssertion.setOut(PrintStream value) FluentRequestFormParamAssertion.setSilent()FluentRequestFormParamAssertion.setStdOut()FluentRequestFormParamAssertion.setThrowable(Class<? extends RuntimeException> value)