Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::ResultWas Struct Reference

#include <catch_result_type.h>

Public Types

enum  OfType {
  Unknown = -1 , Ok = 0 , Info = 1 , Warning = 2 ,
  FailureBit = 0x10 , ExpressionFailed = FailureBit | 1 , ExplicitFailure = FailureBit | 2 , Exception = 0x100 | FailureBit ,
  ThrewException = Exception | 1 , DidntThrowException = Exception | 2 , FatalErrorCondition = 0x200 | FailureBit , Unknown = -1 ,
  Ok = 0 , Info = 1 , Warning = 2 , FailureBit = 0x10 ,
  ExpressionFailed = FailureBit | 1 , ExplicitFailure = FailureBit | 2 , Exception = 0x100 | FailureBit , ThrewException = Exception | 1 ,
  DidntThrowException = Exception | 2 , FatalErrorCondition = 0x200 | FailureBit
}
 
enum  OfType {
  Unknown = -1 , Ok = 0 , Info = 1 , Warning = 2 ,
  FailureBit = 0x10 , ExpressionFailed = FailureBit | 1 , ExplicitFailure = FailureBit | 2 , Exception = 0x100 | FailureBit ,
  ThrewException = Exception | 1 , DidntThrowException = Exception | 2 , FatalErrorCondition = 0x200 | FailureBit , Unknown = -1 ,
  Ok = 0 , Info = 1 , Warning = 2 , FailureBit = 0x10 ,
  ExpressionFailed = FailureBit | 1 , ExplicitFailure = FailureBit | 2 , Exception = 0x100 | FailureBit , ThrewException = Exception | 1 ,
  DidntThrowException = Exception | 2 , FatalErrorCondition = 0x200 | FailureBit
}
 

Detailed Description

Definition at line 1063 of file catch.hpp.

Member Enumeration Documentation

◆ OfType [1/2]

Enumerator
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 
FatalErrorCondition 
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 
FatalErrorCondition 

Definition at line 14 of file catch_result_type.h.

14 { enum OfType {
15 Unknown = -1,
16 Ok = 0,
17 Info = 1,
18 Warning = 2,
19
20 FailureBit = 0x10,
21
24
25 Exception = 0x100 | FailureBit,
26
27 ThrewException = Exception | 1,
28 DidntThrowException = Exception | 2,
29
31
32 }; };

◆ OfType [2/2]

Enumerator
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 
FatalErrorCondition 
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 
FatalErrorCondition 

Definition at line 1063 of file catch.hpp.

1063 { enum OfType {
1064 Unknown = -1,
1065 Ok = 0,
1066 Info = 1,
1067 Warning = 2,
1068
1069 FailureBit = 0x10,
1070
1073
1074 Exception = 0x100 | FailureBit,
1075
1076 ThrewException = Exception | 1,
1077 DidntThrowException = Exception | 2,
1078
1080
1081 }; };

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