Home
last modified time | relevance | path

Searched refs:test_case_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dfilters.cpp53 const std::string& test_case_) : in test_filter() argument
55 test_case(test_case_) in test_filter()
93 const std::string test_case_(str.substr(pos + 1)); in parse() local
95 str % test_program_.str() % test_case_); in parse()
96 return test_filter(test_program_, test_case_); in parse()
164 const std::string& test_case_) const in matches_test_case()
167 return test_case.empty() || test_case == test_case_; in matches_test_case()
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Ddebug_test.hpp64 result(const engine::test_filter& test_case_, in result() argument
66 test_case(test_case_), in result()