Home | History | Annotate | Download | only in test

Lines Matching refs:passed

727                      int status, bool passed);
749 // The value a MockDeathTest will return from its Passed method.
756 // The arguments to the calls to Passed since the last call to
775 TestRole role, int status, bool passed) :
776 parent_(parent), role_(role), status_(status), passed_(passed) {
789 virtual bool Passed(bool exit_status_ok) {
820 int status, bool passed) {
824 passed_ = passed;
900 // and that the Passed method returns false when the (simulated)
915 // Tests that the Passed method was given the argument "true" when