Classes | Variables
gtest_list_output_unittest Namespace Reference

Classes

class  GTestListTestsOutputUnitTest
 

Variables

string EXPECTED_JSON
 
string EXPECTED_XML
 
string GTEST_LIST_TESTS_FLAG = '--gtest_list_tests'
 
string GTEST_OUTPUT_FLAG = '--gtest_output'
 

Variable Documentation

◆ EXPECTED_JSON

string gtest_list_output_unittest.EXPECTED_JSON
Initial value:
1 = """{
2  "tests": 2,
3  "name": "AllTests",
4  "testsuites": \[
5  {
6  "name": "FooTest",
7  "tests": 2,
8  "testsuite": \[
9  {
10  "name": "Test1",
11  "file": ".*gtest_list_output_unittest_.cc",
12  "line": 43
13  },
14  {
15  "name": "Test2",
16  "file": ".*gtest_list_output_unittest_.cc",
17  "line": 45
18  }
19  \]
20  }
21  \]
22 }
23 """

Definition at line 57 of file bloaty/third_party/googletest/googletest/test/gtest_list_output_unittest.py.

◆ EXPECTED_XML

string gtest_list_output_unittest.EXPECTED_XML
Initial value:
1 = """<\?xml version="1.0" encoding="UTF-8"\?>
2 <testsuites tests="2" name="AllTests">
3  <testsuite name="FooTest" tests="2">
4  <testcase name="Test1" file=".*gtest_list_output_unittest_.cc" line="43" />
5  <testcase name="Test2" file=".*gtest_list_output_unittest_.cc" line="45" />
6  </testsuite>
7 </testsuites>
8 """

Definition at line 48 of file bloaty/third_party/googletest/googletest/test/gtest_list_output_unittest.py.

◆ GTEST_LIST_TESTS_FLAG

string gtest_list_output_unittest.GTEST_LIST_TESTS_FLAG = '--gtest_list_tests'

◆ GTEST_OUTPUT_FLAG

string gtest_list_output_unittest.GTEST_OUTPUT_FLAG = '--gtest_output'


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:40