/[svn]/linuxsampler/trunk/src/testcases/MutexTest.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/MutexTest.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 63 by schoenebeck, Tue May 4 18:52:24 2004 UTC revision 1221 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC
# Line 13  Line 13 
13  // we need an additional thread to test the Mutex class  // we need an additional thread to test the Mutex class
14  #include "../common/Thread.h"  #include "../common/Thread.h"
15    
16    using namespace LinuxSampler;
17    
18  class MutexTest : public CppUnit::TestFixture {  class MutexTest : public CppUnit::TestFixture {
19    
20      CPPUNIT_TEST_SUITE(MutexTest);      CPPUNIT_TEST_SUITE(MutexTest);
21        CPPUNIT_TEST(printTestSuiteName);
22      CPPUNIT_TEST(testLockAndUnlockBySingleThread);      CPPUNIT_TEST(testLockAndUnlockBySingleThread);
23      CPPUNIT_TEST(testLock);      CPPUNIT_TEST(testLock);
24      CPPUNIT_TEST(testUnlock);      CPPUNIT_TEST(testUnlock);
# Line 50  class MutexTest : public CppUnit::TestFi Line 53  class MutexTest : public CppUnit::TestFi
53          void setUp();          void setUp();
54          void tearDown();          void tearDown();
55    
56            void printTestSuiteName();
57    
58          void testLockAndUnlockBySingleThread();          void testLockAndUnlockBySingleThread();
59          void testLock();          void testLock();
60          void testUnlock();          void testUnlock();

Legend:
Removed from v.63  
changed lines
  Added in v.1221

  ViewVC Help
Powered by ViewVC