Monero
Loading...
Searching...
No Matches
gtest_list_tests_unittest Namespace Reference

Classes

class  GTestListTestsUnitTest

Functions

 Run (args)

Variables

str __author__ = 'phanna@google.com (Patrick Hanna)'
str LIST_TESTS_FLAG = 'gtest_list_tests'
 EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_')
 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile()
 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile()

Detailed Description

Unit test for Google Test's --gtest_list_tests flag.

A user can ask Google Test to list all tests by specifying the
--gtest_list_tests flag.  This script tests such functionality
by invoking gtest_list_tests_unittest_ (a program written with
Google Test) the command line flags.

Function Documentation

◆ Run()

gtest_list_tests_unittest.Run ( args)
Runs gtest_list_tests_unittest_ and returns the list of tests printed.

Variable Documentation

◆ __author__

str gtest_list_tests_unittest.__author__ = 'phanna@google.com (Patrick Hanna)'
private

◆ EXE_PATH

gtest_list_tests_unittest.EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_')

◆ EXPECTED_OUTPUT_FILTER_FOO_RE

gtest_list_tests_unittest.EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile()

◆ EXPECTED_OUTPUT_NO_FILTER_RE

gtest_list_tests_unittest.EXPECTED_OUTPUT_NO_FILTER_RE = re.compile()

◆ LIST_TESTS_FLAG

str gtest_list_tests_unittest.LIST_TESTS_FLAG = 'gtest_list_tests'