TestId

constructor(@Json(name = "workUnitName") workUnitName: String, @Json(name = "suiteName") suiteName: String, @Json(name = "testName") testName: String? = null)

Parameters

workUnitName

Work unit name that executed the test.

suiteName

Suite name of the test, in most cases the class name.

testName

Name of the test. null when the test is a suite.