Newer Version Available
ApexTestResultLimits
Captures the Apex test limits used for a particular test method execution. An instance of this object is associated with each ApexTestResult record.
For more information, see ApexTestResultLimits in the Object Reference.
Fields
| Field Label | API Field Name | Type | Digits | Length | Precision | Scale |
|---|---|---|---|---|---|---|
| Apex Test Result ID | ApexTestResultId | reference | 18 | |||
| ApexTestResultLimits ID | Id | id | 18 | |||
| Created By ID | CreatedById | reference | 18 | |||
| Created Date | CreatedDate | datetime | ||||
| Deleted | IsDeleted | boolean | ||||
| Last Modified By ID | LastModifiedById | reference | 18 | |||
| Last Modified Date | LastModifiedDate | datetime | ||||
| LimitContext | LimitContext | string | 255 | |||
| LimitExceptions | LimitExceptions | string | 255 | |||
| Maximum CPU time on the Salesforce servers | Cpu | int | 9 | |||
| Maximum number of push notification method calls allowed per Apex transaction | MobilePush | int | 9 | |||
| System Modstamp | SystemModstamp | datetime | ||||
| Total number of DML statements issued | Dml | int | 9 | |||
| Total number of SOQL queries issued | Soql | int | 9 | |||
| Total number of SOSL queries issued | Sosl | int | 9 | |||
| Total number of async calls | AsyncCalls | int | 9 | |||
| Total number of callouts | Callouts | int | 9 | |||
| Total number of records processed as a result of DML statements | DmlRows | int | 9 | |||
| Total number of records retrieved by SOQL queries | QueryRows | int | 9 | |||
| Total number of sendEmail methods allowed | int | 9 |