ReGameDLL_CS/dep/cppunitlite/include/cppunitlite/TestHarness.h
2019-09-23 04:09:58 +07:00

19 lines
378 B
C

///////////////////////////////////////////////////////////////////////////////
//
// TESTHARNESS.H
//
// The primary include file for the framework.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef TESTHARNESS_H
#define TESTHARNESS_H
#include "Test.h"
#include "TestResult.h"
#include "Failure.h"
#include "TestRegistry.h"
#endif