Home | History | Annotate | Download | only in test

Lines Matching defs:Passed

890                      int status, bool passed);
912 // The value a MockDeathTest will return from its Passed method.
919 // The arguments to the calls to Passed since the last call to
938 TestRole role, int status, bool passed) :
939 parent_(parent), role_(role), status_(status), passed_(passed) {
952 virtual bool Passed(bool exit_status_ok) {
984 int status, bool passed) {
988 passed_ = passed;
1064 // and that the Passed method returns false when the (simulated)
1079 // Tests that the Passed method was given the argument "true" when