Uses of Class
org.apache.juneau.assertions.FluentLongAssertion
Packages that use FluentLongAssertion
Package
Description
Assertions API
HTTP Header Beans
HTTP Part Beans
REST Assertions
REST Client API
REST Client Assertions
REST HTTP Parts
-
Uses of FluentLongAssertion in org.apache.juneau.assertions
Subclasses 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.header
Methods 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.part
Methods 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.assertions
Methods 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.client
Methods 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.assertion
Methods 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.httppart
Methods in org.apache.juneau.rest.httppart that return FluentLongAssertionModifier and TypeMethodDescriptionRequestHttpPart.assertLong()Provides the ability to perform fluent-style assertions on a long parameter.