This interface defines virtual methods for each of the user-facing overload sets in TestCasesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TestCasesClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `TestCasesConnection` object, which is essential for interacting with the `TestCasesClient` in the Dialogflow CX C++ library, and its main purpose is to define virtual methods for each of the user-facing overload sets in `TestCasesClient`."],["The page provides links to various versions of the Dialogflow CX C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, alongside a link to the 2.17.0 that this documentation is for, along with a link to previous versions."],["`TestCasesConnection` allows for the injection of custom behavior during testing, such as with a Google Mock object, and it contains functions such as `ListTestCases`, `BatchDeleteTestCases`, `GetTestCase`, `CreateTestCase`, `UpdateTestCase`, and `RunTestCase`."],["This object allows for a series of virtual methods for users, and some of them can be used to perform tasks such as: Batch and single Run/Delete/Import/Export/Get Test Cases, as well as to Update/Create/List Test Cases and their Results, and Calculate the test coverage."]]],[]]