{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ApexTestSuite - Metadata API", "description": "Represents a suite of Apex test classes to include in a test run.", "file_information": ".testSuite", "directory_location": "testSuites", "fields_columns": [ "type", "description" ], "fields": { "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```", "declarative_metadata_sample_definition": [ { "description": "To include namespaced tests in an Apex test suite, specify each namespace individually. Local Apex tests consist of all tests in the org that don’t originate from managed packages.", "code": "\n\n   LocalTestClass\n \n A*Class\n \n   Namespace1.NamespacedTestClass\n   * \n   Namespace1.* \n   Namespace2.* \n" } ] }