Uses of Class
edu.umd.cs.mtc.MultithreadedTestCase

Uses of MultithreadedTestCase in edu.umd.cs.mtc
 

Subclasses of MultithreadedTestCase in edu.umd.cs.mtc
 class MultithreadedTest
          Extends MultithreadedTestCase by implementing Test so that tests can be added to a TestSuite.
 

Fields in edu.umd.cs.mtc with type parameters of type MultithreadedTestCase
(package private) static ThreadLocal<MultithreadedTestCase> MultithreadedTestCase.currentTestCase
          ThreadLocal containing a reference to the current instance of this class for each thread.
 

Methods in edu.umd.cs.mtc with parameters of type MultithreadedTestCase
static void TestFramework.runInstrumentedManyTimes(MultithreadedTestCase test, int count, int[] failureCount)
          Run multithreaded test case multiple times using the default or global settings for clock period and run limit.
static void TestFramework.runManyTimes(MultithreadedTestCase test, int count)
          Run multithreaded test case multiple times using the default or global settings for clock period and run limit.
static void TestFramework.runManyTimes(MultithreadedTestCase test, int count, Integer clockPeriod, Integer runLimit)
          Run multithreaded test case multiple times.
static void TestFramework.runOnce(MultithreadedTestCase test)
          Run a multithreaded test case once, using the default or global settings for clock period and run limit
static void TestFramework.runOnce(MultithreadedTestCase test, Integer clockPeriod, Integer runLimit)
          Run multithreaded test case once.
 



Web Accessibility