Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dfilters.cpp52 const std::string& test_case_) : in test_filter() argument
54 test_case(test_case_) in test_filter()
92 const std::string test_case_(str.substr(pos + 1)); in parse() local
94 str % test_program_.str() % test_case_); in parse()
95 return test_filter(test_program_, test_case_); in parse()
163 const std::string& test_case_) const in matches_test_case()
166 return test_case.empty() || test_case == test_case_; in matches_test_case()
/freebsd/contrib/kyua/drivers/
H A Ddebug_test.hpp65 result(const engine::test_filter& test_case_, in result() argument
67 test_case(test_case_), in result()