#include <gtest/gtest.h>
#include <boost/optional/optional_io.hpp>
#include "storm/adapters/RationalNumberForward.h"
#include "storm/utility/constants.h"
#include "storm/utility/initialize.h"
Go to the source code of this file.
◆ STORM_EXPENSIVE_TEST
| #define STORM_EXPENSIVE_TEST |
( |
| test_suite_name, |
|
|
| test_name ) |
◆ STORM_EXPENSIVE_TEST_F
| #define STORM_EXPENSIVE_TEST_F |
( |
| test_suite_name, |
|
|
| test_name ) |
Value:TEST_F(test_suite_name, DISABLED_##test_name)
TEST_F(AssumptionCheckerTest, Brp_no_bisimulation)
Definition at line 29 of file storm_gtest.h.
◆ STORM_EXPENSIVE_TEST_P
| #define STORM_EXPENSIVE_TEST_P |
( |
| test_suite_name, |
|
|
| test_name ) |
Value:TEST_P(test_suite_name, DISABLED_##test_name)
Definition at line 30 of file storm_gtest.h.
◆ STORM_EXPENSIVE_TYPED_TEST
| #define STORM_EXPENSIVE_TYPED_TEST |
( |
| test_suite_name, |
|
|
| test_name ) |
Value:
TYPED_TEST(GraphTestAR, SymbolicProb01StochasticGameDieSmall)
Definition at line 31 of file storm_gtest.h.
◆ STORM_SILENT_ASSERT_THROW
| #define STORM_SILENT_ASSERT_THROW |
( |
| statement, |
|
|
| expected_exception ) |
Value:
ASSERT_THROW(statement, expected_exception); \
storm::test::enableErrorOutput()
Definition at line 14 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 19 of file storm_gtest.h.