Searched refs:test_cases_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.cpp81 /// \param test_cases_ The collection of test cases in the test program.
84 const model::metadata& md_, const model::test_cases_map& test_cases_) :
95 set_test_cases(test_cases_);
100 /// \param test_cases_ The new list of test cases.
102 set_test_cases(const model::test_cases_map& test_cases_) argument
104 for (model::test_cases_map::const_iterator iter = test_cases_.begin();
105 iter != test_cases_.end(); ++iter) {
116 INV(test_cases.size() == test_cases_.size());
128 /// \param test_cases_ The collection of test cases in the test program.
134 const model::test_cases_map& test_cases_)
82 impl(const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const model::test_cases_map& test_cases_) argument
129 test_program(const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const model::test_cases_map& test_cases_) argument
248 set_test_cases(const model::test_cases_map& test_cases_) argument
[all...]
H A Dtest_program_test.cpp83 /// \param test_cases_ The collection of test cases in the test program.
89 const model::test_cases_map& test_cases_) :
93 _lazy_test_cases(test_cases_)
84 lazy_test_program(const std::string& interface_name_, const utils::fs::path& binary_, const utils::fs::path& root_, const std::string& test_suite_name_, const model::metadata& metadata_, const model::test_cases_map& test_cases_) argument
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc775 return CountIf(test_cases_, TestCasePassed);
780 return CountIf(test_cases_, TestCaseFailed);
785 return static_cast<int>(test_cases_.size());
791 return CountIf(test_cases_, ShouldRunTestCase);
796 return SumOverTestCaseList(test_cases_, &TestCase::successful_test_count);
801 return SumOverTestCaseList(test_cases_, &TestCase::skipped_test_count);
806 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count);
811 return SumOverTestCaseList(test_cases_,
817 return SumOverTestCaseList(test_cases_, &TestCase::disabled_test_count);
822 return SumOverTestCaseList(test_cases_,
[all...]
H A Dgtest-internal-inl.h588 return index < 0 ? NULL : test_cases_[i];
595 return index < 0 ? NULL : test_cases_[index];
710 ForEach(test_cases_, TestCase::ClearTestCaseResult);
847 std::vector<TestCase*> test_cases_; member in class:testing::internal::UnitTestImpl

Completed in 137 milliseconds