CiTestResult.Attributes
The attributes that describe a Test Results resource.
Declaration
object CiTestResult.AttributesProperties
| Name | Type | Description |
|---|---|---|
className | string | The name of the class that contained the tests Xcode Cloud performed. |
destinationTestResults | [CiTestResult.Attributes.DestinationTestResults] | Information about the test results for a specific test destination. |
fileSource | FileLocation | Information about a test file. |
message | string | A message generated by a test. |
name | string | The name of the test result; for example, ExampleName. |
status | CiTestStatus | Test status information; for example, whether the test succeeded or failed. |