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