libs/sqplus/testSqPlus2unit/UnitTest++/src/UnitTest++.h
2017-01-10 07:08:49 +03:00

18 lines
279 B
C
Executable File

#ifndef UNITTESTCPP_H
#define UNITTESTCPP_H
#include "Config.h"
#include "Test.h"
#include "TestList.h"
#include "TestSuite.h"
#include "TestResults.h"
#include <new>
#include "TestMacros.h"
#include "CheckMacros.h"
#include "TestRunner.h"
#include "TimeConstraint.h"
#endif