Home | History | Annotate | Download | only in test

Lines Matching refs:TestPartResult

9 using testing::TestPartResult;
18 // Tests the TestPartResult class.
20 // The test fixture for testing TestPartResult.
28 TestPartResult r1_, r2_, r3_;
31 // Tests TestPartResult::type().
38 // Tests TestPartResult::file_name().
44 // Tests TestPartResult::line_number().
50 // Tests TestPartResult::message().
55 // Tests TestPartResult::passed().
62 // Tests TestPartResult::failed().
69 // Tests TestPartResult::fatally_failed().
76 // Tests TestPartResult::nonfatally_failed().
91 const TestPartResult r1_, r2_;
100 // Tests that TestPartResultArray contains the given TestPartResult