Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class TestFunction(val packageName: String, val className: String, val functionName: String)
Link copied to clipboard
interface TestInterceptor
Intercepts the execution of a test function, including its @BeforeTest
and @AfterTest
functions.