{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "ApexTestRunResult - Tooling API",
"description": "Contains summary information about all the test methods that were run in a particular Apex job. Available from API version 37.0 or later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`",
"supported_rest_api_http_methods": "`Query`, `GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"AsyncApexJobId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The parent Apex job ID for the result."
},
"ClassesCompleted": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The total number of classes executed during the test run."
},
"ClassesEnqueued": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The total number of classes enqueued during the test run."
},
"EndTime": {
"type": "dateTime",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "The time at which the test run ended."
},
"IsAllTests": {
"type": "boolean",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Indicates whether all Apex test classes were run."
},
"JobName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Reserved for future use."
},
"MethodsCompleted": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The total number of methods completed during the test run. This value is updated after each class is run."
},
"MethodsEnqueued": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The total number of methods enqueued for the test run. This value is initialized before the test runs."
},
"MethodsFailed": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The total number of methods that failed during this test run. This value is updated after each class is run."
},
"Source": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The source of the test run, such as the Developer Console."
},
"StartTime": {
"type": "dateTime",
"properties": "Create, Filter, Sort, Update",
"description": "The time at which the test run started."
},
"Status": {
"type": "picklist",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The status of the test run. Can be one of these values: Queued Preparing Processing Aborted Completed Failed"
},
"TestSetupTime": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The time it took the setup methods to run, in milliseconds."
},
"TestTime": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The time it took the test to run, in milliseconds."
},
"UserId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The user who ran the test run."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```"
}