#include <iostream>
#include <sstream>
#include <complex>
#include "TestSuite.hh"
#include "SuiteTest.hh"
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
int | debug_level = 10 |
@file Demonstrate the Test and Suite classes. More... | |
int | version_flag |
|
Definition at line 13 of file SuiteTestMain.cc. References ccunit::TestSuite::Add, ccunit::TestComponent::getName, ccunit::TestComponent::getNumFailed, and ccunit::TestComponent::getNumPassed. |
|
@file Demonstrate the Test and Suite classes.
Definition at line 9 of file SuiteTestMain.cc. |
|
Definition at line 10 of file SuiteTestMain.cc. |