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

References

utils/unittest/googletest/src/gtest.cc
 3628   const TestResult& result = *test_info.result();
 3632   OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
 3634   if (test_info.value_param() != NULL) {
 3636                        test_info.value_param());
 3638   if (test_info.type_param() != NULL) {
 3639     OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
 3643                      test_info.should_run() ? "run" : "notrun");