Uses of Class
org.apache.juneau.assertions.FluentLongAssertion
Packages that use FluentLongAssertion
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Assertions
REST Client API
REST Client Assertions
- 
Uses of FluentLongAssertion in org.apache.juneau.assertionsSubclasses of FluentLongAssertion in org.apache.juneau.assertionsMethods in org.apache.juneau.assertions that return FluentLongAssertionModifier and TypeMethodDescriptionFluentDateAssertion.asEpochMillis()Returns an long assertion on the epoch milliseconds of this date.FluentDateAssertion.asEpochSeconds()Returns an long assertion on the epoch seconds of this date.FluentAnyAssertion.asLong()Converts this object assertion into a long assertion.FluentLongAssertion.setOut(PrintStream value) FluentLongAssertion.setSilent()FluentLongAssertion.setStdOut()FluentLongAssertion.setThrowable(Class<? extends RuntimeException> value) 
- 
Uses of FluentLongAssertion in org.apache.juneau.http.headerMethods in org.apache.juneau.http.header that return FluentLongAssertionModifier and TypeMethodDescriptionBasicLongHeader.assertLong()Provides the ability to perform fluent-style assertions on this header.
- 
Uses of FluentLongAssertion in org.apache.juneau.http.partMethods in org.apache.juneau.http.part that return FluentLongAssertionModifier and TypeMethodDescriptionBasicLongPart.assertLong()Provides the ability to perform fluent-style assertions on this part.
- 
Uses of FluentLongAssertion in org.apache.juneau.rest.assertionsMethods in org.apache.juneau.rest.assertions that return FluentLongAssertionModifier and TypeMethodDescriptionFluentRequestFormParamAssertion.asLong()Converts this object assertion into a long assertion.FluentRequestHeaderAssertion.asLong()Converts this object assertion into a long assertion.FluentRequestQueryParamAssertion.asLong()Converts this object assertion into a long assertion.
- 
Uses of FluentLongAssertion in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return FluentLongAssertionModifier and TypeMethodDescriptionResponseHeader.assertLong()Shortcut for callingassertValue().asLong() .
- 
Uses of FluentLongAssertion in org.apache.juneau.rest.client.assertionMethods in org.apache.juneau.rest.client.assertion that return FluentLongAssertionModifier and TypeMethodDescriptionFluentResponseHeaderAssertion.asLong()Converts this object assertion into a long assertion.
- 
Uses of FluentLongAssertion in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return FluentLongAssertionModifier and TypeMethodDescriptionRequestHttpPart.assertLong()Provides the ability to perform fluent-style assertions on a long parameter.