10#ifndef TEUCHOS_UNIT_TEST_BASE_HPP 
   11#define TEUCHOS_UNIT_TEST_BASE_HPP 
   19#include "Teuchos_Describable.hpp" 
   20#include "Teuchos_FancyOStream.hpp" 
   31  UnitTestBase(
const std::string groupName, std::string testName);
 
 
Base class for all objects that can describe themselves.
 
Smart reference counting pointer class for automatic garbage collection.
 
virtual void runUnitTestImpl(FancyOStream &out, bool &success) const =0
 
virtual long int unitTestFileLineNumber() const =0
 
virtual std::string unitTestFile() const =0
 
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among ...
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...