kblib 0.2.3
General utilities library for modern C++
Catch::AssertionReaction Struct Reference

#include <catch/catch.hpp>

Public Attributes

bool shouldDebugBreak = false
 
bool shouldThrow = false
 

Detailed Description

Definition at line 2543 of file catch.hpp.

Member Data Documentation

◆ shouldDebugBreak

bool Catch::AssertionReaction::shouldDebugBreak = false

Definition at line 2544 of file catch.hpp.

◆ shouldThrow

bool Catch::AssertionReaction::shouldThrow = false

Definition at line 2545 of file catch.hpp.


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