Home
last modified time | relevance | path

Searched refs:tests_ (Results 1 – 11 of 11) sorted by relevance

/third_party/re2/re2/testing/
Dexhaustive_tester.h55 regexps_(0), tests_(0), failures_(0), in ExhaustiveTester()
59 int tests() { return tests_; } in tests()
77 int tests_; // Number of regexp tests. variable
Dpossible_match_test.cc181 regexps_(0), tests_(0) { } in PossibleMatchTester()
184 int tests() { return tests_; } in tests()
193 int tests_; // Number of regexp tests. member in re2::PossibleMatchTester
222 tests_++; in HandleRegexp()
Dexhaustive_tester.cc137 tests_++; in HandleRegexp()
/third_party/grpc/test/cpp/interop/
Dstress_interop_client.cc39 : tests_(tests) { in WeightedRandomTestSelector()
56 for (auto it = tests_.begin(); it != tests_.end(); it++) { in GetNextTest()
Dstress_interop_client.h87 const vector<pair<TestCaseType, int>> tests_;
/third_party/jsoncpp/src/test_lib_json/
Djsontest.cpp224 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()
Djsontest.h174 Factories tests_; variable
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h525 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
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h511 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
/third_party/cef/tools/distrib/gtest/
Dgtest.h8462 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_;
/third_party/googletest/docs/
Dadvanced.md394 _death tests_. More generally, any test that checks that a program terminates