Lines Matching defs:tc
53 get_helper(const atf::tests::tc& tc, const char* name)
55 return tools::fs::path(tc.get_config_var("srcdir")) / name;
102 check_match(const atf::tests::tc& tc, const std::string& str,
113 tc.fail("Constructed string differs from the expected one");
633 expss << "tc-start: " << ts_regex << "brokentc\n";
657 expss << "tc-start: " << ts_regex << "passtc\n";
661 expss << "tc-end: " << ts_regex << "passtc, passed\n";
665 expss << "tc-start: " << ts_regex << "failtc\n";
669 expss << "tc-end: " << ts_regex << "failtc, failed, The reason\n";
673 expss << "tc-start: " << ts_regex << "skiptc\n";
677 expss << "tc-end: " << ts_regex << "skiptc, skipped, The reason\n";
701 expss << "tc-start: " << ts_regex << "thetc\n";
705 expss << "tc-so:a line\n";
709 expss << "tc-so:another line\n";
713 expss << "tc-se:an error message\n";
717 expss << "tc-end: " << ts_regex << "thetc, passed\n";