cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::Flags Struct Reference

Public Member Functions

 Flags ()
 

Static Public Member Functions

static Flags AlsoRunDisabledTests (bool also_run_disabled_tests)
 
static Flags BreakOnFailure (bool break_on_failure)
 
static Flags CatchExceptions (bool catch_exceptions)
 
static Flags DeathTestUseFork (bool death_test_use_fork)
 
static Flags FailFast (bool fail_fast)
 
static Flags Filter (const char *filter)
 
static Flags ListTests (bool list_tests)
 
static Flags Output (const char *output)
 
static Flags Brief (bool brief)
 
static Flags PrintTime (bool print_time)
 
static Flags RandomSeed (int32_t random_seed)
 
static Flags Repeat (int32_t repeat)
 
static Flags RecreateEnvironmentsWhenRepeating (bool recreate_environments_when_repeating)
 
static Flags Shuffle (bool shuffle)
 
static Flags StackTraceDepth (int32_t stack_trace_depth)
 
static Flags StreamResultTo (const char *stream_result_to)
 
static Flags ThrowOnFailure (bool throw_on_failure)
 

Public Attributes

bool also_run_disabled_tests
 
bool break_on_failure
 
bool catch_exceptions
 
bool death_test_use_fork
 
bool fail_fast
 
const char * filter
 
bool list_tests
 
const char * output
 
bool brief
 
bool print_time
 
int32_t random_seed
 
int32_t repeat
 
bool recreate_environments_when_repeating
 
bool shuffle
 
int32_t stack_trace_depth
 
const char * stream_result_to
 
bool throw_on_failure
 

Constructor & Destructor Documentation

◆ Flags()

testing::Flags::Flags ( )
inline

Member Function Documentation

◆ AlsoRunDisabledTests()

static Flags testing::Flags::AlsoRunDisabledTests ( bool also_run_disabled_tests)
inlinestatic

◆ BreakOnFailure()

static Flags testing::Flags::BreakOnFailure ( bool break_on_failure)
inlinestatic

◆ Brief()

static Flags testing::Flags::Brief ( bool brief)
inlinestatic

◆ CatchExceptions()

static Flags testing::Flags::CatchExceptions ( bool catch_exceptions)
inlinestatic

◆ DeathTestUseFork()

static Flags testing::Flags::DeathTestUseFork ( bool death_test_use_fork)
inlinestatic

◆ FailFast()

static Flags testing::Flags::FailFast ( bool fail_fast)
inlinestatic

◆ Filter()

static Flags testing::Flags::Filter ( const char * filter)
inlinestatic

◆ ListTests()

static Flags testing::Flags::ListTests ( bool list_tests)
inlinestatic

◆ Output()

static Flags testing::Flags::Output ( const char * output)
inlinestatic

◆ PrintTime()

static Flags testing::Flags::PrintTime ( bool print_time)
inlinestatic

◆ RandomSeed()

static Flags testing::Flags::RandomSeed ( int32_t random_seed)
inlinestatic

◆ RecreateEnvironmentsWhenRepeating()

static Flags testing::Flags::RecreateEnvironmentsWhenRepeating ( bool recreate_environments_when_repeating)
inlinestatic

◆ Repeat()

static Flags testing::Flags::Repeat ( int32_t repeat)
inlinestatic

◆ Shuffle()

static Flags testing::Flags::Shuffle ( bool shuffle)
inlinestatic

◆ StackTraceDepth()

static Flags testing::Flags::StackTraceDepth ( int32_t stack_trace_depth)
inlinestatic

◆ StreamResultTo()

static Flags testing::Flags::StreamResultTo ( const char * stream_result_to)
inlinestatic

◆ ThrowOnFailure()

static Flags testing::Flags::ThrowOnFailure ( bool throw_on_failure)
inlinestatic

Member Data Documentation

◆ also_run_disabled_tests

bool testing::Flags::also_run_disabled_tests

◆ break_on_failure

bool testing::Flags::break_on_failure

◆ brief

bool testing::Flags::brief

◆ catch_exceptions

bool testing::Flags::catch_exceptions

◆ death_test_use_fork

bool testing::Flags::death_test_use_fork

◆ fail_fast

bool testing::Flags::fail_fast

◆ filter

const char* testing::Flags::filter

◆ list_tests

bool testing::Flags::list_tests

◆ output

const char* testing::Flags::output

◆ print_time

bool testing::Flags::print_time

◆ random_seed

int32_t testing::Flags::random_seed

◆ recreate_environments_when_repeating

bool testing::Flags::recreate_environments_when_repeating

◆ repeat

int32_t testing::Flags::repeat

◆ shuffle

bool testing::Flags::shuffle

◆ stack_trace_depth

int32_t testing::Flags::stack_trace_depth

◆ stream_result_to

const char* testing::Flags::stream_result_to

◆ throw_on_failure

bool testing::Flags::throw_on_failure

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