Home | History | Annotate | Download | only in src

Lines Matching refs:Passed

575   // Returns true iff the unit test passed (i.e. all test cases passed).
576 bool Passed() const { return !Failed(); }
1125 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1137 SendLn("event=TestIterationEnd&passed=" +
1138 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1147 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1157 SendLn("event=TestEnd&passed=" +
1158 FormatBool((test_info.result())->Passed()) +