Home | History | Annotate | Download | only in src

Lines Matching defs:Passed

575   // Returns true iff the unit test passed (i.e. all test cases passed).
576 bool Passed() const { return !Failed(); }
1151 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1163 SendLn("event=TestIterationEnd&passed=" +
1164 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1173 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1183 SendLn("event=TestEnd&passed=" +
1184 FormatBool((test_info.result())->Passed()) +