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 provides documentation for the `TestCasesConnection` class within the Google Cloud Dialogflow CX C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `TestCasesConnection` class defines virtual methods that correspond to user-facing overload sets in `TestCasesClient`, allowing for custom behavior injection during testing."],["The class includes methods for managing test cases such as listing, deleting, getting, creating, updating, running, batch running, calculating coverage, importing, exporting, and managing test case results."],["The `MakeTestCasesConnection()` function is available for concrete implementations, while `MockTestCasesConnection` exists for mocking purposes."],["Each function in the `TestCasesConnection` class takes a specific request object as a parameter and returns a response object, Status, StatusOr, or a StreamRange depending on the particular function."]]],[]]