![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
Header for the unit test program, executes unit tests. More...
#include <assert.h>
#include <iostream>
#include <list>
#include <string>
#include "GenericUnitTest.hh"
#include "FileEventParser_TEST.hh"
#include "EventHit_TEST.hh"
Go to the source code of this file.
Defines | |
#define | ASSERT_H |
Inclusion guard. | |
#define | IOSTREAM |
Inclusion guard. | |
#define | LIST |
Inclusion guard. | |
#define | STRING |
Inclusion guard. | |
#define | RUNTESTS_H |
Inclusion guard. | |
Functions | |
int | main () |
The main test function and program entry point. | |
void | addTests () |
Called by main() to prepare the test cases. | |
Variables | |
list< GenericUnitTest * > | myTests |
The existing test cases. |
Header for the unit test program, executes unit tests.
Definition in file RunTests.hh.