61   std::vector<int> v(n);
 
   62   const int i = v.at(n); 
 
#define TEST_EQUALITY(v1, v2)
Assert the equality of v1 and v2. 
 
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test. 
 
#define TEST_EQUALITY_CONST(v1, v2)
Assert the equality of v1 and constant v2.