Tekvel Magic
Loading...
Searching...
No Matches
Result Class Reference

Result enumeration class. More...

Inheritance diagram for Result:

Static Public Attributes

int SUCCESS = 1
 
int FAIL = 2
 
int INCONCLUSIVE = 3
 

Detailed Description

Result enumeration class.

Used to represent result of the test.

  • SUCCESS = 1: Test passed successfully
  • FAIL = 2 : Test failed
  • INCONCLUSIVE = 3: Test result is inconclusive

Member Data Documentation

◆ FAIL

int FAIL = 2
static

◆ INCONCLUSIVE

int INCONCLUSIVE = 3
static

◆ SUCCESS

int SUCCESS = 1
static