42 ECHO(ArrayView<const std::string> validVerbLevelsNames =
56 ECHO(ArrayView<const char * const> validVerbLevelsNamesRawStrings =
EVerbosityLevel
Verbosity level.
Generate a high level of output.
Generate only a minimal amount of output.
TEUCHOSCORE_LIB_DLL_EXPORT ArrayView< const EVerbosityLevel > getValidVerbLevels()
#define ECHO(statement)
Echo the given statement before it is executed.
constexpr const int EVerbosityLevel_size
#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.
Generate the most output possible.
#define TEST_EQUALITY_CONST(v1, v2)
Assert the equality of v1 and constant v2.
TEUCHOSCORE_LIB_DLL_EXPORT ArrayView< const std::string > getValidVerbLevelsNames()
Generate output as defined by the object.
TEUCHOSCORE_LIB_DLL_EXPORT ArrayView< const char *const > getValidVerbLevelsNamesRawStrings()