Class OutputForwardingActRunnerListener
java.lang.Object
io.github.pshevche.act.internal.reporting.OutputForwardingActRunnerListener
- All Implemented Interfaces:
ActTestSpecRunnerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonError(TestDescriptor.SpecDescriptor spec, String line) voidonOutput(TestDescriptor.SpecDescriptor spec, String line)
-
Constructor Details
-
OutputForwardingActRunnerListener
public OutputForwardingActRunnerListener(org.gradle.api.logging.Logger logger)
-
-
Method Details
-
onOutput
- Specified by:
onOutputin interfaceActTestSpecRunnerListener
-
onError
- Specified by:
onErrorin interfaceActTestSpecRunnerListener
-