Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
googletest-throw-on-failure-test.ThrowOnFailureTest Class Reference
Inheritance diagram for googletest-throw-on-failure-test.ThrowOnFailureTest:

Public Member Functions

 RunAndVerify (self, env_var_value, flag_value, should_fail)
 
 testDefaultBehavior (self)
 
 testThrowOnFailureEnvVar (self)
 
 testThrowOnFailureFlag (self)
 
 testThrowOnFailureFlagOverridesEnvVar (self)
 

Detailed Description

Tests the throw-on-failure mode.

Member Function Documentation

◆ RunAndVerify()

googletest-throw-on-failure-test.ThrowOnFailureTest.RunAndVerify ( self,
env_var_value,
flag_value,
should_fail )
Runs googletest-throw-on-failure-test_ and verifies that it does
(or does not) exit with a non-zero code.

Args:
  env_var_value:    value of the GTEST_BREAK_ON_FAILURE environment
                    variable; None if the variable should be unset.
  flag_value:       value of the --gtest_break_on_failure flag;
                    None if the flag should not be present.
  should_fail:      True if and only if the program is expected to fail.

◆ testDefaultBehavior()

googletest-throw-on-failure-test.ThrowOnFailureTest.testDefaultBehavior ( self)
Tests the behavior of the default mode.

◆ testThrowOnFailureEnvVar()

googletest-throw-on-failure-test.ThrowOnFailureTest.testThrowOnFailureEnvVar ( self)
Tests using the GTEST_THROW_ON_FAILURE environment variable.

◆ testThrowOnFailureFlag()

googletest-throw-on-failure-test.ThrowOnFailureTest.testThrowOnFailureFlag ( self)
Tests using the --gtest_throw_on_failure flag.

◆ testThrowOnFailureFlagOverridesEnvVar()

googletest-throw-on-failure-test.ThrowOnFailureTest.testThrowOnFailureFlagOverridesEnvVar ( self)
Tests that --gtest_throw_on_failure overrides GTEST_THROW_ON_FAILURE.

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