Groovy Documentation

org.gradle.api.tasks.testing
[Java] Interface TestListener


public interface TestListener

Interface for listening to test execution. The intent is to be framework agnostic. Currently this interface can support feedback from JUnit and TestNG tests.


Groovy Documentation