75 testingList->set(
"double param", 5.0,
"parameter for testing number conditions");
92 testingList->set(
"bool param",
true,
"parameter for testing bool conditions");
152 testingList->set(
"double param", 5.0,
"parameter for testing number conditions");
162 testingList->set(
"bool param",
true,
"parameter for testing bool conditions");
#define TEST_ASSERT(v1)
Assert the given statement is true.
#define TEST_THROW(code, ExceptType)
Assert that the statement 'code' throws the exception 'ExceptType' (otherwise the test fails).
Templated Parameter List class.
Standard Conditions to be used.
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
A Bool Logic Condition that returns the result or perfroming a logical AND on the conditions.
A Bool Condition is a Parameter Condition that evaluates whether or not a Boolean parameter is ture.
int size(const Comm< Ordinal > &comm)
Get the number of processes in the communicator.
std::set< RCP< const ParameterEntry >, RCPConstComp > ConstParameterEntryList
A list of dependents.
A Bool Logic Condition that returns the result or perfroming a logical EQUALS on the conditions.
A Not condition returns the result of performing a logical NOT on a given condition.
A Bool Logic Condition that returns the result or perfroming a logical OR on the conditions.
A list of parameters of arbitrary type.
Concrete serial communicator subclass.
A String Condition is a Parameter Condition that evaluates whether or not a string parameter has take...
A simple validator that only allows certain string values to be choosen or simply enforces that a par...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.