/[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 211 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC
# Line 16  Line 16 
16  class MutexTest : public CppUnit::TestFixture {  class MutexTest : public CppUnit::TestFixture {
17    
18      CPPUNIT_TEST_SUITE(MutexTest);      CPPUNIT_TEST_SUITE(MutexTest);
19        CPPUNIT_TEST(printTestSuiteName);
20      CPPUNIT_TEST(testLockAndUnlockBySingleThread);      CPPUNIT_TEST(testLockAndUnlockBySingleThread);
21      CPPUNIT_TEST(testLock);      CPPUNIT_TEST(testLock);
22      CPPUNIT_TEST(testUnlock);      CPPUNIT_TEST(testUnlock);
# Line 50  class MutexTest : public CppUnit::TestFi Line 51  class MutexTest : public CppUnit::TestFi
51          void setUp();          void setUp();
52          void tearDown();          void tearDown();
53    
54            void printTestSuiteName();
55    
56          void testLockAndUnlockBySingleThread();          void testLockAndUnlockBySingleThread();
57          void testLock();          void testLock();
58          void testUnlock();          void testUnlock();

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

  ViewVC Help
Powered by ViewVC