Uses of Class
org.apache.juneau.assertions.StringAssertion
Packages that use StringAssertion
-
Uses of StringAssertion in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions that return StringAssertionModifier and TypeMethodDescriptionStringAssertion.asJavaStrings()
static final StringAssertion
Assertions.assertReader
(Reader value) Performs an assertion on the contents of a Reader.static final StringAssertion
Assertions.assertString
(Object value) Performs an assertion on a String.static StringAssertion
Static creator.StringAssertion.setOut
(PrintStream value) StringAssertion.setSilent()
StringAssertion.setStdOut()
StringAssertion.setThrowable
(Class<? extends RuntimeException> value) -
Uses of StringAssertion in org.apache.juneau.rest.logger
Methods in org.apache.juneau.rest.logger that return StringAssertionModifier and TypeMethodDescriptionBasicTestCaptureCallLogger.assertMessage()
Returns an assertion of the last logged message.BasicTestCaptureCallLogger.assertMessageAndReset()
Returns an assertion of the last logged message and then deletes it internally.