Uses of Class
org.apache.juneau.assertions.FluentIntegerAssertion
Packages that use FluentIntegerAssertion
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Assertions
REST Client API
REST Client Assertions
REST Server Mock API
-
Uses of FluentIntegerAssertion in org.apache.juneau.assertions
Subclasses of FluentIntegerAssertion in org.apache.juneau.assertionsModifier and TypeClassDescriptionclass
Used for assertion calls against integers.Methods in org.apache.juneau.assertions that return FluentIntegerAssertionModifier and TypeMethodDescriptionFluentAnyAssertion.asInteger()
Converts this object assertion into an integer assertion.FluentLongAssertion.asInteger()
Converts this long into an integer and then returns it as an integer assertion.FluentPrimitiveArrayAssertion.asLength()
Returns an integer assertion on the length of this array.FluentStringAssertion.asLength()
Returns the length of this string as an integer assertion.FluentVersionAssertion.asMaintenance()
Extracts the maintenance part of the version string (index position 2).FluentVersionAssertion.asMajor()
Extracts the major part of the version string (index position 0).FluentVersionAssertion.asMinor()
Extracts the minor part of the version string (index position 1).FluentVersionAssertion.asPart
(int index) Extracts the specified version part (zero-indexed position).FluentCollectionAssertion.asSize()
Returns an integer assertion on the size of this collection.FluentMapAssertion.asSize()
Returns an integer assertion on the size of this map.FluentIntegerAssertion.setOut
(PrintStream value) FluentIntegerAssertion.setSilent()
FluentIntegerAssertion.setStdOut()
FluentIntegerAssertion.setThrowable
(Class<? extends RuntimeException> value) -
Uses of FluentIntegerAssertion in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return FluentIntegerAssertionModifier and TypeMethodDescriptionBasicIntegerHeader.assertInteger()
Provides the ability to perform fluent-style assertions on this header. -
Uses of FluentIntegerAssertion in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return FluentIntegerAssertionModifier and TypeMethodDescriptionBasicIntegerPart.assertInteger()
Provides the ability to perform fluent-style assertions on this part. -
Uses of FluentIntegerAssertion in org.apache.juneau.rest.assertions
Methods in org.apache.juneau.rest.assertions that return FluentIntegerAssertionModifier and TypeMethodDescriptionFluentRequestFormParamAssertion.asInteger()
Converts this object assertion into an integer assertion.FluentRequestHeaderAssertion.asInteger()
Converts this object assertion into an integer assertion.FluentRequestQueryParamAssertion.asInteger()
Converts this object assertion into an integer assertion.FluentProtocolVersionAssertion.asMajor()
Returns the protocol major version as a new assertion.FluentProtocolVersionAssertion.asMinor()
Returns the protocol minor version as a new assertion. -
Uses of FluentIntegerAssertion in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return FluentIntegerAssertionModifier and TypeMethodDescriptionResponseHeader.assertInteger()
Shortcut for callingassertValue().asInteger() . -
Uses of FluentIntegerAssertion in org.apache.juneau.rest.client.assertion
Methods in org.apache.juneau.rest.client.assertion that return FluentIntegerAssertionModifier and TypeMethodDescriptionFluentResponseStatusLineAssertion.asCode()
Returns an assertion against the status code on the response status object.FluentResponseHeaderAssertion.asInteger()
Converts this object assertion into an integer assertion.FluentResponseStatusLineAssertion.asMajor()
Returns an assertion against the protocol major version on the response status object.FluentResponseStatusLineAssertion.asMinor()
Returns an assertion against the protocol minor version on the response status object. -
Uses of FluentIntegerAssertion in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return FluentIntegerAssertionModifier and TypeMethodDescriptionRequestHttpPart.assertInteger()
Provides the ability to perform fluent-style assertions on an integer parameter. -
Uses of FluentIntegerAssertion in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock that return FluentIntegerAssertionModifier and TypeMethodDescriptionMockLogger.assertRecordCount()
Asserts that the specified number of messages have been logged.MockConsole.assertSize()
Allows you to perform fluent-style assertions on the size of this buffer.