25 #ifndef WCONDITIONONESHOT_TEST_H
26 #define WCONDITIONONESHOT_TEST_H
30 #include <boost/thread.hpp>
31 #include <cxxtest/TestSuite.h>
33 #include "../WConditionOneShot.h"
59 boost::this_thread::sleep( boost::posix_time::seconds( 1 ) );
78 TS_ASSERT_THROWS_NOTHING(
delete c );
103 TS_ASSERT_THROWS_NOTHING( c.
notify() );
107 #endif // WCONDITIONONESHOT_TEST_H