ITestDiscovery

A listener that provides test cases to be executed

interface ITestDiscovery {}

Members

Functions

getTestCases
TestCase[] getTestCases()

Get the test cases from the compiled source code

Meta