10 #ifndef TEUCHOS_UNIT_TEST_BASE_HPP
11 #define TEUCHOS_UNIT_TEST_BASE_HPP
31 UnitTestBase(
const std::string groupName, std::string testName);
37 virtual std::string unitTestFile()
const = 0;
40 virtual long int unitTestFileLineNumber()
const = 0;
45 virtual void runUnitTestImpl(
FancyOStream &out,
bool &success)
const = 0;
53 #endif // TEUCHOS_UNIT_TEST_BASE_HPP
#define TEUCHOSCORE_LIB_DLL_EXPORT
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among ...
Base class for all objects that can describe themselves.