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