- 3.0.1 core module.
gtest_json_test_utils Namespace Reference

Functions

def normalize (obj)
 

Function Documentation

def gtest_json_test_utils.normalize (   obj)
Normalize output object.

Args:
   obj: Google Test's JSON output object to normalize.

Returns:
   Normalized output without any references to transient information that may
   change from run to run.

Referenced by googletest-json-output-unittest.GTestJsonOutputUnitTest.testFilteredTestJsonOutput(), and googletest-json-outfiles-test.GTestJsonOutFilesTest.testOutfile2().