Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ THEN
Function
THEN
tests/integration/drivers/QtTestDriverTest.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace cucumber;
7
8
THEN(SUCCEED_MATCHER) {
9
ScenarioScope<SomeContext> ctx;
10
QVERIFY(true);
11
}
12
13
THEN(FAIL_MATCHER) {
14
ScenarioScope<SomeContext> ctx;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected