ReactOS
0.4.16-dev-321-g63bb46a
_template.cpp
Go to the documentation of this file.
1
#include <vector>
2
#include <algorithm>
3
4
#include "
cppunit/cppunit_proxy.h
"
5
6
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
7
using namespace
std
;
8
#endif
9
10
//
11
// TestCase class
12
//
13
class
Test
:
public
CPPUNIT_NS::TestCase
14
{
15
CPPUNIT_TEST_SUITE
(
Test
);
16
CPPUNIT_TEST
(
test
);
17
CPPUNIT_TEST_SUITE_END
();
18
19
protected
:
20
void
test
();
21
};
22
23
CPPUNIT_TEST_SUITE_REGISTRATION
(
Test
);
24
25
//
26
// tests implementation
27
//
28
void
Test::test
()
29
{
30
CPPUNIT_ASSERT
(
true
);
31
}
Test
Definition:
interfaces.idl:35
Test::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(Test)
Test::test
void test()
Definition:
_template.cpp:28
Test::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
Test::CPPUNIT_TEST
CPPUNIT_TEST(test)
CPPUNIT_TEST_SUITE_REGISTRATION
#define CPPUNIT_TEST_SUITE_REGISTRATION(X)
Definition:
cppunit_mini.h:193
CPPUNIT_ASSERT
#define CPPUNIT_ASSERT(X)
Definition:
cppunit_mini.h:200
cppunit_proxy.h
std
Definition:
features.h:417
sdk
lib
3rdparty
stlport
test
unit
_template.cpp
Generated on Fri Dec 6 2024 06:13:09 for ReactOS by
1.9.6