Package org.gradle.api.tasks.testing
Interface TestOutputListener
public interface TestOutputListener
Listens to the output events like printing to standard output or error
- 
Method SummaryModifier and TypeMethodDescriptionvoidonOutput(TestDescriptor testDescriptor, TestOutputEvent outputEvent) Fired when during test execution anything is printed to standard output or error
- 
Method Details- 
onOutputFired when during test execution anything is printed to standard output or error- Parameters:
- testDescriptor- describes the test
- outputEvent- the event that contains the output message and the destination (standard output or error, etc.)
 
 
-