blitzdg
an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.
Public Member Functions | Friends | List of all members
igloo::FailedTestResult Class Reference

Public Member Functions

 FailedTestResult (const std::string &contextName, const std::string &specName, const std::string &errorMessage, const std::string &filename, unsigned int line)
 
 FailedTestResult (const std::string &contextName, const std::string &specName, const std::string &errorMessage)
 
const std::string & GetContextName () const
 
const std::string & GetSpecName () const
 
const std::string & GetErrorMessage () const
 
bool HasLineNumber () const
 
unsigned int LineNumber () const
 
bool HasFilename () const
 
const std::string & Filename () const
 
bool operator== (const FailedTestResult &rhs) const
 

Friends

std::ostream & operator<< (std::ostream &stream, const FailedTestResult &res)
 

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