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 | List of all members
igloo::TestListenerAggregator Class Reference
Inheritance diagram for igloo::TestListenerAggregator:
[legend]
Collaboration diagram for igloo::TestListenerAggregator:
[legend]

Public Member Functions

void AddListener (TestListener *listener)
 
void TestRunStarting ()
 
void TestRunEnded (const TestResults &results)
 
void ContextRunStarting (const ContextBase &context)
 
void ContextRunEnded (const ContextBase &context)
 
void SpecRunStarting (const ContextBase &context, const std::string &specName)
 
void SpecSucceeded (const ContextBase &context, const std::string &specName)
 
void SpecFailed (const ContextBase &context, const std::string &specName)
 

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