ManaPlus
Public Types
Catch::ResultDisposition Struct Reference

#include <catch.hpp>

Public Types

enum  Flags { Normal = 0x01 , ContinueOnFailure = 0x02 , FalseTest = 0x04 , SuppressFail = 0x08 }
 

Detailed Description

Definition at line 808 of file catch.hpp.

Member Enumeration Documentation

◆ Flags

Enumerator
Normal 
ContinueOnFailure 
FalseTest 
SuppressFail 

Definition at line 808 of file catch.hpp.

808  { enum Flags {
809  Normal = 0x01,
810 
811  ContinueOnFailure = 0x02, // Failures fail test, but execution continues
812  FalseTest = 0x04, // Prefix expression with !
813  SuppressFail = 0x08 // Failures are reported but do not fail the test
814  }; };

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