parallel_self_test.ExitCode Class Reference
+ Inheritance diagram for parallel_self_test.ExitCode:

Static Public Attributes

int SUCCESS = 0
 
int BUILD_FAILURE = 1
 
int TEST_FAILURE = 2
 
int MISSING_FEATURE = 4
 

Detailed Description

Define our own custom enumeration to represent certain exit codes.

Member Data Documentation

◆ BUILD_FAILURE

int parallel_self_test.ExitCode.BUILD_FAILURE = 1
static

◆ MISSING_FEATURE

int parallel_self_test.ExitCode.MISSING_FEATURE = 4
static

◆ SUCCESS

int parallel_self_test.ExitCode.SUCCESS = 0
static

◆ TEST_FAILURE

int parallel_self_test.ExitCode.TEST_FAILURE = 2
static

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