Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves TestCase to gtest.h to prepare for the event listener API (by Vlad Losev).
This commit is contained in:
		@@ -103,7 +103,6 @@ namespace testing {
 | 
			
		||||
 | 
			
		||||
class Message;                         // Represents a failure message.
 | 
			
		||||
class Test;                            // Represents a test.
 | 
			
		||||
class TestCase;                        // A collection of related tests.
 | 
			
		||||
class TestPartResult;                  // Result of a test part.
 | 
			
		||||
class TestInfo;                        // Information about a test.
 | 
			
		||||
class UnitTest;                        // A collection of test cases.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user