Uses of Class
org.apache.juneau.assertions.FluentBooleanAssertion
Packages that use FluentBooleanAssertion
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Assertions
REST Client Assertions
- 
Uses of FluentBooleanAssertion in org.apache.juneau.assertionsSubclasses of FluentBooleanAssertion in org.apache.juneau.assertionsModifier and TypeClassDescriptionclassUsed for assertion calls against booleans.Methods in org.apache.juneau.assertions that return FluentBooleanAssertionModifier and TypeMethodDescriptionFluentAnyAssertion.asBoolean()Converts this object assertion into a boolean assertion.FluentBooleanAssertion.setOut(PrintStream value) FluentBooleanAssertion.setSilent()FluentBooleanAssertion.setStdOut()FluentBooleanAssertion.setThrowable(Class<? extends RuntimeException> value) 
- 
Uses of FluentBooleanAssertion in org.apache.juneau.http.headerMethods in org.apache.juneau.http.header that return FluentBooleanAssertionModifier and TypeMethodDescriptionBasicBooleanHeader.assertBoolean()Provides the ability to perform fluent-style assertions on this header.
- 
Uses of FluentBooleanAssertion in org.apache.juneau.http.partMethods in org.apache.juneau.http.part that return FluentBooleanAssertionModifier and TypeMethodDescriptionBasicBooleanPart.assertBoolean()Provides the ability to perform fluent-style assertions on this part.
- 
Uses of FluentBooleanAssertion in org.apache.juneau.rest.assertionsMethods in org.apache.juneau.rest.assertions that return FluentBooleanAssertionModifier and TypeMethodDescriptionFluentRequestFormParamAssertion.asBoolean()Converts this object assertion into a boolean assertion.FluentRequestHeaderAssertion.asBoolean()Converts this object assertion into a boolean assertion.FluentRequestQueryParamAssertion.asBoolean()Converts this object assertion into a boolean assertion.
- 
Uses of FluentBooleanAssertion in org.apache.juneau.rest.client.assertionMethods in org.apache.juneau.rest.client.assertion that return FluentBooleanAssertionModifier and TypeMethodDescriptionFluentResponseHeaderAssertion.asBoolean()Converts this object assertion into a boolean assertion.