Package-level declarations

Types

Link copied to clipboard
abstract class CoroutineTestFunction(val scope: TestScope, val packageName: String, val className: String, val classAnnotations: List<Annotation>, val functionName: String, val functionAnnotations: List<Annotation>)
Link copied to clipboard

Intercepts the execution of a test function, including its @BeforeTest and @AfterTest functions.