|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.lang.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)
|
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,
java.lang.Integer clockPeriod,
java.lang.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,
java.lang.Integer clockPeriod,
java.lang.Integer runLimit)
Run multithreaded test case once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |