Uses of Class
org.apache.juneau.rest.mock.MockConsole
Packages that use MockConsole
-
Uses of MockConsole in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock that return MockConsoleModifier and TypeMethodDescriptionstatic MockConsole
MockConsole.create()
Creator.MockConsole.reset()
Resets the contents of this buffer.Methods in org.apache.juneau.rest.mock that return types with arguments of type MockConsoleModifier and TypeMethodDescriptionMockConsole.assertContents()
Allows you to perform fluent-style assertions on the contents of this buffer.MockConsole.assertSize()
Allows you to perform fluent-style assertions on the size of this buffer.