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

Method expectFalse

tests/utils/DriverTestRunner.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void expectFalse(const char* description, bool condition) {
82 updateState(description, !condition);
83 }
84
85 template<typename T>
86 void expectEqual(const char* description, T val1, T val2) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected