Public Member Functions
gtest_throw_on_failure_test.ThrowOnFailureTest Class Reference

List of all members.

Public Member Functions

def RunAndVerify
def testDefaultBehavior
def testThrowOnFailureEnvVar
def testThrowOnFailureFlag
def testThrowOnFailureFlagOverridesEnvVar

Detailed Description

Tests the throw-on-failure mode.

Definition at line 80 of file gtest_throw_on_failure_test.py.


Member Function Documentation

def gtest_throw_on_failure_test.ThrowOnFailureTest.RunAndVerify (   self,
  env_var_value,
  flag_value,
  should_fail 
)
Runs gtest_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 iff the program is expected to fail.

Definition at line 83 of file gtest_throw_on_failure_test.py.

Tests the behavior of the default mode.

Definition at line 128 of file gtest_throw_on_failure_test.py.

Tests using the GTEST_THROW_ON_FAILURE environment variable.

Definition at line 133 of file gtest_throw_on_failure_test.py.

Tests using the --gtest_throw_on_failure flag.

Definition at line 143 of file gtest_throw_on_failure_test.py.

Tests that --gtest_throw_on_failure overrides GTEST_THROW_ON_FAILURE.

Definition at line 153 of file gtest_throw_on_failure_test.py.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:11