Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
testManager.h File Reference
#include <map>
#include "Communicator/communicator.h"
#include "Parameters/commonParameters.h"
#include "Tests/test.h"
#include "IO/bridgeIO.h"

Go to the source code of this file.

Classes

class  TestManager
 TestManager class for managing and performing tests. More...
 
struct  TestManager::Node
 
struct  TestManager::Stat
 

Typedefs

typedef int(* Test_function )(void)
 

Functions

int DoNothing ()
 

Typedef Documentation

typedef int(* Test_function)(void)

Definition at line 27 of file testManager.h.

Function Documentation

int DoNothing ( )

Definition at line 23 of file testManager.cpp.