Newer Version Available
ApexTestRunResult
Contains summary information about all the test methods that were run in a particular Apex job.
For more information, see ApexTestRunResult in the Object Reference.
Fields
| Field Label | API Field Name | Type | Digits | Length | Precision | Scale |
|---|---|---|---|---|---|---|
| Apex Job ID | AsyncApexJobId | reference | 18 | |||
| ApexTestRunResult ID | Id | id | 18 | |||
| Client that kicked off the test run | Source | string | 255 | |||
| Created By ID | CreatedById | reference | 18 | |||
| Created Date | CreatedDate | datetime | ||||
| Deleted | IsDeleted | boolean | ||||
| End time of the test run | EndTime | datetime | ||||
| Last Modified By ID | LastModifiedById | reference | 18 | |||
| Last Modified Date | LastModifiedDate | datetime | ||||
| Name of the job | JobName | string | 255 | |||
| Number of classes completed in this test run | ClassesCompleted | int | 9 | |||
| Number of classes enqueued in this test run | ClassesEnqueued | int | 9 | |||
| Number of methods completed in this test run | MethodsCompleted | int | 9 | |||
| Number of methods enqueued in this test run | MethodsEnqueued | int | 9 | |||
| Number of methods failed in this test run | MethodsFailed | int | 9 | |||
| Start time of the test run | StartTime | datetime | ||||
| Status of the test run | Status | picklist | 255 | |||
| System Modstamp | SystemModstamp | datetime | ||||
| Time(ms) actually spent running tests | TestTime | int | 9 | |||
| User ID | UserId | reference | 18 | |||
| allTests | IsAllTests | boolean |