Test Id
constructor(@Json(name = "workUnitName" ) workUnitName: String, @Json(name = "suiteName" ) suiteName: String, @Json(name = "testName" ) testName: String? = null)
Parameters
work Unit Name
Work unit name that executed the test.
suite Name
Suite name of the test, in most cases the class name.
test Name
Name of the test. null when the test is a suite.