#include <regex>#include <string>

Go to the source code of this file.
| Macros | |
| #define | FCL_ASSERT_THROWS_MESSAGE(expression, exception, regexp) | 
| #define | FCL_ASSERT_THROWS_MESSAGE_IF_DEBUG(expression, exception, regexp) FCL_ASSERT_THROWS_MESSAGE(expression, exception, regexp) | 
| #define | FCL_EXPECT_THROWS_MESSAGE(expression, exception, regexp) | 
| #define | FCL_EXPECT_THROWS_MESSAGE_HELPER(expression, exception, regexp, must_throw, fatal_failure) | 
| #define | FCL_EXPECT_THROWS_MESSAGE_IF_DEBUG(expression, exception, regexp) FCL_EXPECT_THROWS_MESSAGE(expression, exception, regexp) | 
| #define FCL_ASSERT_THROWS_MESSAGE | ( | expression, | |
| exception, | |||
| regexp | |||
| ) | 
Definition at line 115 of file expect_throws_message.h.
| #define FCL_ASSERT_THROWS_MESSAGE_IF_DEBUG | ( | expression, | |
| exception, | |||
| regexp | |||
| ) | FCL_ASSERT_THROWS_MESSAGE(expression, exception, regexp) | 
Definition at line 136 of file expect_throws_message.h.
| #define FCL_EXPECT_THROWS_MESSAGE | ( | expression, | |
| exception, | |||
| regexp | |||
| ) | 
Definition at line 111 of file expect_throws_message.h.
| #define FCL_EXPECT_THROWS_MESSAGE_HELPER | ( | expression, | |
| exception, | |||
| regexp, | |||
| must_throw, | |||
| fatal_failure | |||
| ) | 
Definition at line 90 of file expect_throws_message.h.
| #define FCL_EXPECT_THROWS_MESSAGE_IF_DEBUG | ( | expression, | |
| exception, | |||
| regexp | |||
| ) | FCL_EXPECT_THROWS_MESSAGE(expression, exception, regexp) | 
Definition at line 133 of file expect_throws_message.h.