Home | History | Annotate | Download | only in src

Lines Matching refs:comment

602                const char* comment, TypeId fixture_class_id,
624 // Returns the test case comment.
627 // Returns the test comment.
628 const char* comment() const { return comment_.c_str(); }
659 const String test_case_comment_; // Test case comment
660 const String comment_; // Test comment
691 TestCase(const char* name, const char* comment,
701 // Returns the test case comment.
702 const char* comment() const { return comment_.c_str(); }
789 // Comment on the test case.
1071 const char* comment,