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

Method expectTrue

tests/utils/DriverTestRunner.hpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76protected:
77 void expectTrue(const char* description, bool condition) {
78 updateState(description, condition);
79 }
80
81 void expectFalse(const char* description, bool condition) {
82 updateState(description, !condition);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected