Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::testing::property_error Struct Reference

error result of evaluating a property assertion More...

Public Types

enum class  error_code : std::uint8_t { failure , discard }
 

Public Attributes

error_code error
 
::testing::source_location location
 
::testing::assertion_strings strings
 

Detailed Description

error result of evaluating a property assertion

Stores the error status of a property along with contextual information about where the assertion occurred and the textual components of the assertion.

Member Enumeration Documentation

◆ error_code

Enumerator
failure 
discard 

Member Data Documentation

◆ error

error_code arene::base::testing::property_error::error

◆ location

::testing::source_location arene::base::testing::property_error::location

◆ strings

::testing::assertion_strings arene::base::testing::property_error::strings

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