Searched refs:current_fail_ (Results 1 – 2 of 2) sorted by relevance
44 this->current_fail_ = false; in run()49 if ((*pfn)(&tr) && !this->current_fail_) in run()70 this->current_fail_ = true; in fail()79 this->current_fail_ = true; in error()
37 : testname_(NULL), current_fail_(0), passes_(0), failures_(0) in Test_framework()73 bool current_fail_; variable