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

Method isSuccess

src/StepManager.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool InvokeResult::isSuccess() const {
90 return (type == SUCCESS);
91}
92
93bool InvokeResult::isPending() const {
94 return (type == PENDING);

Callers 3

invokeRunsTestsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

invokeRunsTestsMethod · 0.64
TEST_FFunction · 0.64