Home | History | Annotate | Download | only in src

Lines Matching refs:current_test_info

910   // current_test_info is NULL, the assertion results will be stored in
912 void set_current_test_info(TestInfo* current_test_info) {
913 current_test_info_ = current_test_info;
955 TestInfo* current_test_info() { return current_test_info_; }
956 const TestInfo* current_test_info() const { return current_test_info_; }