...
This function allows you to query the currently executed test case. It will return true
if the specified id equals the name of the currently executed test case, otherwise it will return false
. This feature is useful for functions that use conditional statements based on the external function calls. See Functions for Stubs Driven by Test Cases for an example.
Code Block |
---|
bool CPPTEST_DS_HAS_COLUMN(const char* name) |
...
These functions get the name of the currently-executed test case and test suite. Using these functions, you can write a stub that applies to a specific test case from a specific test suite.
See Functions for Stubs Driven by Test Cases for for an example.
Using Data Sources in Stubs
Anchor | ||||
---|---|---|---|---|
|
...