Bridge++  Ver. 2.0.2
testManager.h File Reference
#include <map>
#include "Communicator/communicator.h"
#include "Parameters/commonParameters.h"
#include "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 ()
 

Detailed Description

Author
Shinji Motoki (smotoki)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file testManager.h.

Typedef Documentation

◆ Test_function

typedef int(* Test_function) (void)

Definition at line 27 of file testManager.h.

Function Documentation

◆ DoNothing()

int DoNothing ( )

Definition at line 22 of file testManager.cpp.