Home | History | Annotate | Download | only in src

Lines Matching full:test_case_comment

2098                    const char* test_case_comment,
2103 test_case_comment, comment,
2121 // test_case_comment: a comment on the test case that will be included in
2133 const char* test_case_comment, const char* comment,
2139 new TestInfo(test_case_name, name, test_case_comment, comment,
2177 const char* TestInfo::test_case_comment() const {
2178 return impl_->test_case_comment();
4271 const char* test_case_comment,
4278 test_case_comment_(String(test_case_comment)),