Home | History | Annotate | Download | only in test

Lines Matching refs:Passed

726                      int status, bool passed);
748 // The value a MockDeathTest will return from its Passed method.
755 // The arguments to the calls to Passed since the last call to
774 TestRole role, int status, bool passed) :
775 parent_(parent), role_(role), status_(status), passed_(passed) {
788 virtual bool Passed(bool exit_status_ok) {
819 int status, bool passed) {
823 passed_ = passed;
899 // and that the Passed method returns false when the (simulated)
914 // Tests that the Passed method was given the argument "true" when