#include "cppunit/TextTestResult.h"
#include "cppunit/TestSuite.h"
#include "ExpTest.h"
#include <sstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 20 of file testExp.cpp. References ExpTest::registerTests(). |