Searched refs:tests_ (Results 1 – 11 of 11) sorted by relevance
55 regexps_(0), tests_(0), failures_(0), in ExhaustiveTester()59 int tests() { return tests_; } in tests()77 int tests_; // Number of regexp tests. variable
181 regexps_(0), tests_(0) { } in PossibleMatchTester()184 int tests() { return tests_; } in tests()193 int tests_; // Number of regexp tests. member in re2::PossibleMatchTester222 tests_++; in HandleRegexp()
137 tests_++; in HandleRegexp()
39 : tests_(tests) { in WeightedRandomTestSelector()56 for (auto it = tests_.begin(); it != tests_.end(); it++) { in GetNextTest()
87 const vector<pair<TestCaseType, int>> tests_;
224 tests_.push_back(factory); in add()228 size_t Runner::testCount() const { return tests_.size(); } in testCount()231 TestCase* test = tests_[index](); in testNameAt()238 TestCase* test = tests_[index](); in runTestAt()323 subrunner.add(tests_[testNameIndex]); in runCommandLine()
174 Factories tests_; variable
525 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo( in AddTestPattern()546 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests()547 test_it != tests_.end(); ++test_it) { in RegisterTests()605 !tests_.empty()); in RegisterTests()666 TestInfoContainer tests_; variable
511 tests_.push_back(std::shared_ptr<TestInfo>( in AddTestPattern()530 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests()531 test_it != tests_.end(); ++test_it) { in RegisterTests()639 TestInfoContainer tests_; variable
8462 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo(8483 for (typename TestInfoContainer::iterator test_it = tests_.begin();8484 test_it != tests_.end(); ++test_it) {8542 !tests_.empty());8603 TestInfoContainer tests_;
394 _death tests_. More generally, any test that checks that a program terminates