Initial implementation of a new tagua_wrapped.
[tagua/yd.git] / tests / hlvariants / chesswrappedtest.h
blobcda1751a92b114114edb77d07c4cea15d876924a
1 #ifndef CHESSWRAPPEDTEST_H
2 #define CHESSWRAPPEDTEST_H
4 #include <cppunit/extensions/HelperMacros.h>
5 #include <cppunit/TestCaller.h>
6 #include <cppunit/TestResult.h>
7 #include <cppunit/TestFixture.h>
8 #include <cppunit/TestAssert.h>
10 #include "fwd.h"
12 class ChessWrappedTest : public CppUnit::TestFixture {
13 CPPUNIT_TEST_SUITE(ChessWrappedTest);
14 CPPUNIT_TEST_SUITE_END();
15 private:
16 PositionPtr m_pos;
17 public:
18 void setUp();
19 void tearDown();
22 #endif // CHESSWRAPPEDTEST_H