Uses of Interface
net.officefloor.frame.test.LogTestSupport.TestCapture
-
Packages that use LogTestSupport.TestCapture Package Description net.officefloor.frame.test -
-
Uses of LogTestSupport.TestCapture in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type LogTestSupport.TestCapture Modifier and Type Method Description <T extends java.lang.Throwable>
java.lang.StringLogTestSupport. captureLoggerOutput(LogTestSupport.TestCapture<T> test)
CaptureLogger
output of test logic.<T extends java.lang.Throwable>
java.lang.StringLogTestSupport. captureStdOutErr(LogTestSupport.TestCapture<T> test)
Capturestd out/err
of test logic.
-