cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
googletest-list-tests-unittest Namespace Reference

Classes

class  GTestListTestsUnitTest
 

Functions

 Run (args)
 

Variables

str LIST_TESTS_FLAG = 'gtest_list_tests'
 
 EXE_PATH
 
 EXPECTED_OUTPUT_NO_FILTER_RE
 
 EXPECTED_OUTPUT_FILTER_FOO_RE
 

Function Documentation

◆ Run()

googletest-list-tests-unittest.Run ( args)
Runs googletest-list-tests-unittest_ and returns the list of tests printed.

Variable Documentation

◆ EXE_PATH

googletest-list-tests-unittest.EXE_PATH
Initial value:
2 'googletest-list-tests-unittest_'
3)
GetTestExecutablePath(executable_name, build_dir=None)
Definition gtest_test_utils.py:144

◆ EXPECTED_OUTPUT_FILTER_FOO_RE

googletest-list-tests-unittest.EXPECTED_OUTPUT_FILTER_FOO_RE
Initial value:
1= re.compile(
2
3)

◆ EXPECTED_OUTPUT_NO_FILTER_RE

googletest-list-tests-unittest.EXPECTED_OUTPUT_NO_FILTER_RE
Initial value:
1= re.compile(
2
3)

◆ LIST_TESTS_FLAG

str googletest-list-tests-unittest.LIST_TESTS_FLAG = 'gtest_list_tests'