Searched refs:testname_ (Results 1 – 2 of 2) sorted by relevance
43 this->testname_ = name; in run()61 this->testname_ = NULL; in run()69 printf("FAIL: %s: %s: %d\n", this->testname_, filename, lineno); in fail()78 printf("ERROR: %s: %s\n", this->testname_, message); in error()
37 : testname_(NULL), current_fail_(0), passes_(0), failures_(0) in Test_framework()71 const char* testname_; variable