Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
googletest-failfast-unittest.GTestFailFastUnitTest Class Reference
Inheritance diagram for googletest-failfast-unittest.GTestFailFastUnitTest:

Public Member Functions

 testDefaultBehavior (self)
 
 testGoogletestFlag (self)
 
 testGoogletestEnvVar (self)
 
 testBazelEnvVar (self)
 
 testFlagOverridesEnvVar (self)
 
 testGoogletestEnvVarOverridesBazelEnvVar (self)
 
 testEventListener (self)
 
 assertXmlResultCount (self, result, count, xml)
 
 assertXmlStatusCount (self, status, count, xml)
 
 assertFailFastXmlAndTxtOutput (self, fail_fast, test_suite, passed_count, failure_count, skipped_count, suppressed_count, run_disabled=False)
 
 assertFailFastBehavior (self, test_suite, passed_count, failure_count, skipped_count, suppressed_count, run_disabled=False)
 
 assertNotFailFastBehavior (self, test_suite, passed_count, failure_count, skipped_count, suppressed_count, run_disabled=False)
 
 testFlag_HasFixtureTest (self)
 
 testFlag_HasSimpleTest (self)
 
 testFlag_HasParametersTest (self)
 
 testFlag_HasDisabledTest (self)
 
 testFlag_HasDisabledRunDisabledTest (self)
 
 testFlag_HasDisabledSuiteTest (self)
 
 testFlag_HasDisabledSuiteRunDisabledTest (self)
 
 testFlag_HasDeathTest (self)
 

Detailed Description

Tests the env variable or the command line flag for fail_fast.

Member Function Documentation

◆ assertFailFastBehavior()

googletest-failfast-unittest.GTestFailFastUnitTest.assertFailFastBehavior ( self,
test_suite,
passed_count,
failure_count,
skipped_count,
suppressed_count,
run_disabled = False )
Assert --fail_fast via flag.

◆ assertFailFastXmlAndTxtOutput()

googletest-failfast-unittest.GTestFailFastUnitTest.assertFailFastXmlAndTxtOutput ( self,
fail_fast,
test_suite,
passed_count,
failure_count,
skipped_count,
suppressed_count,
run_disabled = False )
Assert XML and text output of a test execution.

◆ assertNotFailFastBehavior()

googletest-failfast-unittest.GTestFailFastUnitTest.assertNotFailFastBehavior ( self,
test_suite,
passed_count,
failure_count,
skipped_count,
suppressed_count,
run_disabled = False )
Assert --nofail_fast via flag.

◆ testBazelEnvVar()

googletest-failfast-unittest.GTestFailFastUnitTest.testBazelEnvVar ( self)
Tests the behavior of specifying fail_fast via Bazel testbridge.

◆ testDefaultBehavior()

googletest-failfast-unittest.GTestFailFastUnitTest.testDefaultBehavior ( self)
Tests the behavior of not specifying the fail_fast.

◆ testFlag_HasDeathTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasDeathTest ( self)
Tests the behavior of fail_fast and death tests.

◆ testFlag_HasDisabledRunDisabledTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasDisabledRunDisabledTest ( self)
Tests the behavior of fail_fast and Disabled test cases enabled.

◆ testFlag_HasDisabledSuiteRunDisabledTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasDisabledSuiteRunDisabledTest ( self)
Tests the behavior of fail_fast and Disabled test suites enabled.

◆ testFlag_HasDisabledSuiteTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasDisabledSuiteTest ( self)
Tests the behavior of fail_fast and Disabled test suites.

◆ testFlag_HasDisabledTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasDisabledTest ( self)
Tests the behavior of fail_fast and Disabled test cases.

◆ testFlag_HasFixtureTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasFixtureTest ( self)
Tests the behavior of fail_fast and TEST_F.

◆ testFlag_HasParametersTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasParametersTest ( self)
Tests the behavior of fail_fast and TEST_P.

◆ testFlag_HasSimpleTest()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlag_HasSimpleTest ( self)
Tests the behavior of fail_fast and TEST.

◆ testFlagOverridesEnvVar()

googletest-failfast-unittest.GTestFailFastUnitTest.testFlagOverridesEnvVar ( self)
Tests precedence of flag over env var.

◆ testGoogletestEnvVar()

googletest-failfast-unittest.GTestFailFastUnitTest.testGoogletestEnvVar ( self)
Tests the behavior of specifying fail_fast via Googletest env var.

◆ testGoogletestEnvVarOverridesBazelEnvVar()

googletest-failfast-unittest.GTestFailFastUnitTest.testGoogletestEnvVarOverridesBazelEnvVar ( self)
Tests that the Googletest native env var over Bazel testbridge.

The documentation for this class was generated from the following file: