A reference to a test case.
Test case references are canonically ordered lexicographically by these three factors: * First, by testSuiteName. * Second, by className. * Third, by name.
JSON representation |
---|
{ "name": string, "className": string, "testSuiteName": string } |
Fields | |
---|---|
name |
The name of the test case. Required. |
className |
The name of the class. |
testSuiteName |
The name of the test suite to which this test case belongs. |