Torque2D Reference
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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 Filter (const char *filter)
 
static Flags ListTests (bool list_tests)
 
static Flags Output (const char *output)
 
static Flags PrintTime (bool print_time)
 
static Flags RandomSeed (Int32 random_seed)
 
static Flags Repeat (Int32 repeat)
 
static Flags Shuffle (bool shuffle)
 
static Flags StackTraceDepth (Int32 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
 
const char * filter
 
bool list_tests
 
const char * output
 
bool print_time
 
Int32 random_seed
 
Int32 repeat
 
bool shuffle
 
Int32 stack_trace_depth
 
const char * stream_result_to
 
bool throw_on_failure
 

Constructor & Destructor Documentation

Flags ( )
inline

Member Function Documentation

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

Member Data Documentation

bool also_run_disabled_tests
bool break_on_failure
bool catch_exceptions
bool death_test_use_fork
const char* filter
bool list_tests
const char* output
bool print_time
Int32 random_seed
Int32 repeat
bool shuffle
Int32 stack_trace_depth
const char* stream_result_to
bool throw_on_failure

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