summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2013-02-22 20:25:42 (GMT)
committerkosak <kosak@google.com>2013-02-22 20:25:42 (GMT)
commitba072ccca41212e3ac3ac1eca3381d226187c0d1 (patch)
tree7a642adbc22d41aa478621f0f42e78c7eed7a96a /include
parentcc1fdb58caf8d5ac9b858f615d3c42267fc5e258 (diff)
downloadgoogletest-ba072ccca41212e3ac3ac1eca3381d226187c0d1.zip
googletest-ba072ccca41212e3ac3ac1eca3381d226187c0d1.tar.gz
googletest-ba072ccca41212e3ac3ac1eca3381d226187c0d1.tar.bz2
Fixes gUnit streaming output format.
Diffstat (limited to 'include')
-rw-r--r--include/gtest/gtest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gtest/gtest.h b/include/gtest/gtest.h
index 09e74d9..e53cd9f 100644
--- a/include/gtest/gtest.h
+++ b/include/gtest/gtest.h
@@ -154,6 +154,7 @@ class ExecDeathTest;
class NoExecDeathTest;
class FinalSuccessChecker;
class GTestFlagSaver;
+class StreamingListenerTest;
class TestResultAccessor;
class TestEventListenersAccessor;
class TestEventRepeater;
@@ -679,6 +680,7 @@ class GTEST_API_ TestInfo {
friend class Test;
friend class TestCase;
friend class internal::UnitTestImpl;
+ friend class internal::StreamingListenerTest;
friend TestInfo* internal::MakeAndRegisterTestInfo(
const char* test_case_name,
const char* name,
@@ -1219,6 +1221,7 @@ class GTEST_API_ UnitTest {
friend class Test;
friend class internal::AssertHelper;
friend class internal::ScopedTrace;
+ friend class internal::StreamingListenerTest;
friend Environment* AddGlobalTestEnvironment(Environment* env);
friend internal::UnitTestImpl* internal::GetUnitTestImpl();
friend void internal::ReportFailureInUnknownLocation(