Uses of Class
edu.umd.cs.mtc.MultithreadedTestCase
-
-
Uses of MultithreadedTestCase in edu.umd.cs.mtc
Methods in edu.umd.cs.mtc with parameters of type MultithreadedTestCase Modifier and Type Method Description static void
RunThreadsThenInvokeMethod. 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
RunThreadsThenInvokeMethod. 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
RunThreadsThenInvokeMethod. runManyTimes(MultithreadedTestCase test, int count, java.lang.Integer clockPeriod, java.lang.Integer runLimit)
Run multithreaded test case multiple times.static void
RunThreadsThenInvokeMethod. runOnce(MultithreadedTestCase test)
Run a multithreaded test case once, using the default or global settings for clock period and run limitstatic void
RunThreadsThenInvokeMethod. runOnce(MultithreadedTestCase test, java.lang.Integer clockPeriod, java.lang.Integer runLimit)
Run multithreaded test case once.
-