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

Function TEST_F

tests/unit/StepCallChainTest.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94TEST_F(StepCallChainTest, failsIfNoStep) {
95 StepCallChain scc(0, NULL, &NO_INVOKE_ARGS, aroundHooks);
96 EXPECT_FALSE(scc.exec().isSuccess());
97 EXPECT_EQ("", markers.str());
98}
99
100TEST_F(StepCallChainTest, stepExecutionReturnsTheExpectedResult) {
101 std::shared_ptr<MarkingAroundStepHook> hook(std::make_shared<MarkingAroundStepHook>());

Callers

nothing calls this directly

Calls 4

isSuccessMethod · 0.80
execMethod · 0.80
strMethod · 0.80
getLatestArgsPassedMethod · 0.80

Tested by

no test coverage detected