| ApexClassId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
-
The Apex class whose test methods were executed.
|
| ApexLogId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
Points to the ApexLog for this test method
execution if debug logging is enabled; otherwise, null.
|
| ApexTestRunResultId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
The ID of the ApexTestRunResult that represents the entire test run.
|
| AsyncApexJobId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
Points to the AsyncApexJob that represents the
entire test run.
This field points to the same object as ApexTestQueueItem.ParentJobId.
|
| IsTestSetup |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
-
Indicates if the results are for a test setup method. The default is false.
|
| Message |
- Type
- string
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
-
The exception error message if a test failure occurs; otherwise, null.
|
| MethodName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
The name of the test method.
|
| Outcome |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
-
The result of the test. Valid values are:
- Pass
- Fail
- CompileFail
- Skip
|
| QueueItemId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
Points to the ApexTestQueueItem which is the
class that this test method is part of.
|
| RunTime |
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
The time it took the test method to run, in seconds.
|
| StackTrace |
- Type
- string
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
-
The Apex stack trace if the test failed; otherwise, null.
|
| TestCategory |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
-
The category of the test class. This field is available in API version 65.0 and
later.
Possible values are:
|
| TestName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
The name of the test class. This field is available in API version 65.0 and later.
|
| TestNamespace |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
-
The namespace of the test class.
Apex tests are in the default namespace, so theTestNamespace
value for Apex tests is null.
Flow tests are in the FlowTesting namespace. If a flow test is in a
namespaced package or org, the TestNamespace value is FlowTesting.<NamepacePrefix>.
This field is available in API version 65.0 and later.
|
| TestTimestamp |
- Type
- dateTime
- Properties
- Create, Filter, Sort, Update
- Description
-
The start time of the test method.
|