ProjectsLocationsIntegrationsVersionsTestCases
class ProjectsLocationsIntegrationsVersionsTestCases extends Resource (View source)
The "testCases" collection of methods.
Typical usage is:
$integrationsService = new Google\Service\Integrations(...);
$testCases = $integrationsService->projects_locations_integrations_versions_testCases;
Methods
Creates a new test case (testCases.create)
Deletes a test case (testCases.delete)
Executes functional test (testCases.executeTest)
Get a test case (testCases.get)
Lists the results of all functional test executions. The response includes the same information as the execution log in the Integration UI. (testCases.listExecutions)
Updates a test case (testCases.patch)
Details
GoogleCloudIntegrationsV1alphaTestCase
create(string $parent, GoogleCloudIntegrationsV1alphaTestCase $postBody, array $optParams = [])
Creates a new test case (testCases.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a test case (testCases.delete)
GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse
executeTest(string $testCaseName, GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest $postBody, array $optParams = [])
Executes functional test (testCases.executeTest)
GoogleCloudIntegrationsV1alphaTestCase
get(string $name, array $optParams = [])
Get a test case (testCases.get)
GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
listExecutions(string $parent, array $optParams = [])
Lists the results of all functional test executions. The response includes the same information as the execution log in the Integration UI. (testCases.listExecutions)
GoogleCloudIntegrationsV1alphaTestCase
patch(string $name, GoogleCloudIntegrationsV1alphaTestCase $postBody, array $optParams = [])
Updates a test case (testCases.patch)