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

Method Scenario

src/Scenario.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace internal {
5
6Scenario::Scenario(const TagExpression::tag_list& tags) :
7 tags(tags) {
8}
9
10const TagExpression::tag_list& Scenario::getTags() {
11 return tags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected