libtasks Documentation  1.6
test_bitset.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2014 ADTECH GmbH
3  * Licensed under MIT (https://github.com/adtechlabs/libtasks/blob/master/COPYING)
4  *
5  * Author: Andreas Pohl
6  */
7 
8 #include <cppunit/TestCase.h>
9 #include <cppunit/TestFixture.h>
10 #include <cppunit/extensions/HelperMacros.h>
11 
12 class test_bitset : public CppUnit::TestFixture {
16 
17  public:
18  void setUp() {}
19  void tearDown() {}
20 
21  protected:
22  void test();
23 };
CPPUNIT_TEST(test)
void tearDown()
Definition: test_bitset.h:19
void setUp()
Definition: test_bitset.h:18
CPPUNIT_TEST_SUITE(test_bitset)
CPPUNIT_TEST_SUITE_END()