MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / TestCase

Method TestCase

extern/re2/re2/testing/tester.cc:644–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644bool Tester::TestCase(const StringPiece& text, const StringPiece& context,
645 Prog::Anchor anchor) {
646 bool okay = true;
647 for (size_t i = 0; i < v_.size(); i++)
648 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor));
649 return okay;
650}
651
652static Prog::Anchor anchors[] = {
653 Prog::kAnchored,

Callers

nothing calls this directly

Calls 3

RunCaseMethod · 0.80
sizeMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected