TestMetadata

data class TestMetadata(val packageName: String, val className: String, val methodName: String)

Parameters

packageName

the package name of the test class

className

the class under test

methodName

the name of the test method

Constructors

Link copied to clipboard
constructor(packageName: String, className: String, methodName: String)

Properties

Link copied to clipboard
Link copied to clipboard

The full identifier of the test in the form of: packageName.className.methodName

Link copied to clipboard
Link copied to clipboard