{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "ApexTestResultLimits - Tooling API",
"description": "Captures the Apex test limits used for a particular test method execution. An instance of this object is associated with each ApexTestResult object. 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": {
"ApexTestResultId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the associated ApexTestResult object."
},
"AsyncCalls": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of asynchronous calls made during the test run."
},
"Callouts": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of callouts made during the test run."
},
"Cpu": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The amount of CPU used during the test run, in milliseconds."
},
"Dml": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of DML statements made during the test run."
},
"DmlRows": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of rows accessed by DML statements during the test run."
},
"Email": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of email invocations made during the test run."
},
"LimitContext": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Indicates whether the test run was synchronous or asynchronous."
},
"LimitExceptions": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Indicates whether your org has any limits that differ from the default limits."
},
"MobilePush": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of mobile push calls made during the test run."
},
"QueryRows": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of rows queried during the test run."
},
"Soql": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of SOQL queries made during the test run."
},
"Sosl": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The number of SOSL queries made during 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```"
}