CppUnit project page
FAQ
CppUnit home page
msvc6/testrunner/TestRunner.h
Go to the documentation of this file.
1
#ifndef CPPUNIT_MSVC_TESTRUNNER_H
2
#define CPPUNIT_MSVC_TESTRUNNER_H
3
4
5
#if _MSC_VER >= 1000
6
#pragma once
7
#endif
// _MSC_VER >= 1000
8
9
#include <
cppunit/ui/mfc/MfcTestRunner.h
>
10
15
typedef
CPPUNIT_NS::MfcTestRunner
TestRunner
;
16
17
#endif
// CPPUNIT_MSVC_TESTRUNNER_H
MfcTestRunner.h
TestRunner
Generic test runner.
Definition
cppunit/TestRunner.h:73
hosts this site.
Send comments to:
CppUnit Developers