reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/include/gtest/gtest.h
  895     return test_info->should_run() && test_info->result()->Passed();
  900     return test_info->should_run() && test_info->result()->Failed();
  921     return test_info->should_run();
utils/unittest/googletest/src/gtest.cc
 3182       if (!test_info.should_run() || test_info.result()->Passed()) {
 3643                      test_info.should_run() ? "run" : "notrun");