FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
tester Class Referenceabstract

#include <tester.hpp>

Inheritance diagram for tester:

Public Member Functions

 tester (MPI_Comm comm)
virtual ~tester ()
virtual const char * getName ()=0
virtual int runtests ()=0
void setPath (const std::string &path)

Protected Attributes

MPI_Comm comm_
int numProcs_
int localProc_
std::string path_

Detailed Description

A simple, general test "harness". This interface is intended to be specialized by more specific test harnesses that run tests on particular classes.

Definition at line 22 of file tester.hpp.

Constructor & Destructor Documentation

◆ tester()

◆ ~tester()

tester::~tester ( )
virtual

Definition at line 29 of file tester.cpp.

Member Function Documentation

◆ getName()

◆ runtests()

◆ setPath()

void tester::setPath ( const std::string & path)

Definition at line 33 of file tester.cpp.

References path_.

Referenced by execute_fullsystem_tests().

Member Data Documentation

◆ comm_

◆ numProcs_

◆ localProc_

◆ path_


The documentation for this class was generated from the following files: