#include "gtest/gtest.h"
#include <boost/optional/optional_io.hpp>
#include "storm/adapters/RationalNumberAdapter.h"
#include "storm/utility/constants.h"
#include "storm/utility/initialize.h"
Go to the source code of this file.
◆ STORM_SILENT_ASSERT_THROW
#define STORM_SILENT_ASSERT_THROW |
( |
|
statement, |
|
|
|
expected_exception |
|
) |
| |
Value:
ASSERT_THROW(statement, expected_exception); \
storm::test::enableErrorOutput()
Definition at line 99 of file storm_gtest.h.
◆ STORM_SILENT_EXPECT_THROW
#define STORM_SILENT_EXPECT_THROW |
( |
|
statement, |
|
|
|
expected_exception |
|
) |
| |
Value:
EXPECT_THROW(statement, expected_exception); \
storm::test::enableErrorOutput()
Definition at line 104 of file storm_gtest.h.