Bridge++
Ver. 1.3.x
|
#include <iostream>
#include <fstream>
#include <cmath>
#include <string>
#include <vector>
#include <map>
#include "defs.h"
#include "communicator.h"
#include "commonParameters.h"
#include "test.h"
#include "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 int(* Test_function) (void) |
Definition at line 33 of file testManager.h.
int DoNothing | ( | ) |
Definition at line 23 of file testManager.cpp.