MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / expectStrEqual

Method expectStrEqual

tests/utils/DriverTestRunner.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void expectStrEqual(const char* description, const char* val1, const char* val2) {
91 updateState(description, strcmp(val1, val2) == 0);
92 }
93
94 virtual void runAllTests() {
95 invokeRunsTests();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected