Home | History | Annotate | Download | only in test

Lines Matching refs:passed

773                      int status, bool passed);
795 // The value a MockDeathTest will return from its Passed method.
802 // The arguments to the calls to Passed since the last call to
821 TestRole role, int status, bool passed) :
822 parent_(parent), role_(role), status_(status), passed_(passed) {
835 virtual bool Passed(bool exit_status_ok) {
866 int status, bool passed) {
870 passed_ = passed;
946 // and that the Passed method returns false when the (simulated)
961 // Tests that the Passed method was given the argument "true" when