Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Condition_Serialization_UnitTests.cpp File Reference
Include dependency graph for Condition_Serialization_UnitTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Teuchos

Macros

#define NUMBER_PARAM_TYPE_TEST(T)
#define BIN_CON_TEST(BinCondition)

Typedefs

typedef unsigned int Teuchos::uint
typedef unsigned short Teuchos::ushort
typedef unsigned long Teuchos::ulong
typedef long long int Teuchos::llint
typedef unsigned long long int Teuchos::ullint

Functions

 Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Conditions, StringConditionSerialization)
 Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Conditions, BoolConditionSerialization)
 Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Conditions, NumberConditionSerialization, T)
 Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Teuchos_Conditions, BoolLogicConditionSerialization, BinCondition)
 Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Conditions, NotConditionSerialization)
 Teuchos::TEUCHOS_UNIT_TEST (Teuchos_Conditions, ConditionSerializationExceptions)

Macro Definition Documentation

◆ NUMBER_PARAM_TYPE_TEST

#define NUMBER_PARAM_TYPE_TEST ( T)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Conditions, NumberConditionSerialization, T )
#define TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(TEST_GROUP, TEST_NAME, TYPE)
Instantiate a templated unit test with one template parameter.

Definition at line 253 of file Condition_Serialization_UnitTests.cpp.

◆ BIN_CON_TEST

#define BIN_CON_TEST ( BinCondition)
Value:
TEUCHOS_UNIT_TEST_TEMPLATE_1_INSTANT(Teuchos_Conditions, BoolLogicConditionSerialization, BinCondition)

Definition at line 329 of file Condition_Serialization_UnitTests.cpp.