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-04-09 UTC."],[[["This webpage details the `TestCasesConnection` object, which is essential for interacting with the `TestCasesClient` in the Dialogflow CX C++ library, and it provides virtual methods corresponding to the user-facing overloads of the `TestCasesClient`."],["The `TestCasesConnection` interface allows for the injection of custom behavior, such as using a Google Mock object, to facilitate the creation of test cases for objects of type `TestCasesClient`."],["The page lists a range of versions for the Dialogflow CX library, from the latest release candidate `2.37.0-rc` down to `2.11.0`, each linking to documentation for the respective `TestCasesConnection` class version."],["The available functions, including `ListTestCases`, `BatchDeleteTestCases`, `GetTestCase`, `CreateTestCase`, `UpdateTestCase`, and others, are documented, detailing their parameters and return types for operations related to managing test cases within Dialogflow CX."],["The webpage has `MakeTestCasesConnection()` to create a concrete instance and `dialogflow_cx_mocks::MockTestCasesConnection` for mocking."]]],[]]