Home | History | Annotate | Download | only in src

Lines Matching refs:FormatBool

1125     SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1138 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1147 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1158 FormatBool((test_info.result())->Passed()) +
1180 string FormatBool(bool value) { return value ? "1" : "0"; }