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 voidRunThreadsThenInvokeMethod. 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 voidRunThreadsThenInvokeMethod. runManyTimes(MultithreadedTestCase test, int count)Run multithreaded test case multiple times using the default or global settings for clock period and run limit.static voidRunThreadsThenInvokeMethod. runManyTimes(MultithreadedTestCase test, int count, java.lang.Integer clockPeriod, java.lang.Integer runLimit)Run multithreaded test case multiple times.static voidRunThreadsThenInvokeMethod. runOnce(MultithreadedTestCase test)Run a multithreaded test case once, using the default or global settings for clock period and run limitstatic voidRunThreadsThenInvokeMethod. runOnce(MultithreadedTestCase test, java.lang.Integer clockPeriod, java.lang.Integer runLimit)Run multithreaded test case once.
-