ApexTestResult
This is a table representing the ApexTestResult entities in FinancialForce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexTestResult. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| TestTimestamp | Datetime | True |
Label Time Started corresponds to this field. | |
| Outcome | String | True |
Label Pass/Fail corresponds to this field. | |
| ApexClassId | String | True |
ApexClass.Id |
Label Class ID corresponds to this field. |
| MethodName | String | True |
Label Method Name corresponds to this field. | |
| Message | String | True |
Label Error Message corresponds to this field. | |
| StackTrace | String | True |
Label Stack Trace corresponds to this field. | |
| AsyncApexJobId | String | True |
AsyncApexJob.Id |
Label Apex Job ID corresponds to this field. |
| QueueItemId | String | True |
Label Apex Test Queue Item ID corresponds to this field. | |
| ApexLogId | String | True |
ApexLog.Id |
Label Log ID corresponds to this field. |