21 TEST_ASSERT(output.find(
"TeuchosCore_SystemInformation_UnitTests.exe") != std::string::npos);
31 TEST_ASSERT(values.find(
"BLAH_BLAH") != values.end());
35 setenv(
"BLAH_BLAH",
"test", 1);
38 TEST_ASSERT(values.find(
"BLAH_BLAH") != values.end());
41 unsetenv(
"BLAH_BLAH");
49 TEST_ASSERT(values.find(
"sensors") != values.end());
#define TEST_ASSERT(v1)
Assert the given statement is true.
#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.