{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "ApexTestSuite - Tooling API", "description": "Represents a suite of Apex classes to include in a test run. A TestSuiteMembership object associates each class with the suite. Available in the ens namespace in Tooling API version 36.0 and later. Also, available in the mns namespace in Tooling API version 38.0 and later.", "supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`", "fields_columns": [ "type", "properties", "description" ], "fields": { "TestSuiteName": { "type": "string", "properties": "Create, Filter, Group, Sort, Unique, Update", "description": "The name of the Apex test suite. This label appears in the user interface. This value is case-sensitive and must be unique." }, "testClassName": { "type": "string[]", "description": "A list of Apex test classes, specified by name, to include in this test suite." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }