147 vec->push_back(25.0);
148 vec->push_back(32.0);
165 vec->push_back(25.0);
166 vec->push_back(32.0);
#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).
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
int size(const Comm< Ordinal > &comm)
Get the number of processes in the communicator.
Simple class supporting the "runtime protection of const" idiom.
Null reference error exception class.
Null reference error exception class.
Concrete serial communicator subclass.
bool is_null(const std::shared_ptr< T > &p)
Returns true if p.get()==NULL.
bool nonnull(const std::shared_ptr< T > &p)
Returns true if p.get()!=NULL.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.