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` class, which offers virtual methods for each user-facing overload in `TestCasesClient` within the Dialogflow CX C++ library."],["The `TestCasesConnection` object is designed to enable the injection of custom behavior for testing, like mocking, when using `TestCasesClient`."],["The page provides links to different versions of the Dialogflow CX C++ library, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The document outlines virtual functions within `TestCasesConnection`, such as `ListTestCases`, `BatchDeleteTestCases`, `CreateTestCase`, and more, along with their respective parameters and return types."],["You can create an instance of the `TestCasesConnection` class using the `MakeTestCasesConnection()` method or use `dialogflow_cx_mocks::MockTestCasesConnection` for mocking purposes."]]],[]]