Uses of Class
org.apache.juneau.assertions.StringAssertion
Packages that use StringAssertion
- 
Uses of StringAssertion in org.apache.juneau.assertionsMethods in org.apache.juneau.assertions that return StringAssertionModifier and TypeMethodDescriptionStringAssertion.asJavaStrings()static final StringAssertionAssertions.assertReader(Reader value) Performs an assertion on the contents of a Reader.static final StringAssertionAssertions.assertString(Object value) Performs an assertion on a String.static StringAssertionStatic creator.StringAssertion.setOut(PrintStream value) StringAssertion.setSilent()StringAssertion.setStdOut()StringAssertion.setThrowable(Class<? extends RuntimeException> value) 
- 
Uses of StringAssertion in org.apache.juneau.rest.loggerMethods 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.