Home
last modified time | relevance | path

Searched refs:RunAndVerifyAllowingDisabled (Results 1 – 1 of 1) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-filter-unittest.py331 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): member in GTestFilterUnitTest
389 self.RunAndVerifyAllowingDisabled('BadFilter', [])
395 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
404 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
405 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
414 self.RunAndVerifyAllowingDisabled('BazTest.*',
426 self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1',
430 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
433 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
441 self.RunAndVerifyAllowingDisabled('DISABLED_*', [