|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
SleepThrottle
that uses batching to achieve much higher throttling rates than a sleep
throttle can.Properties
that automatically selects properties based on an
environment parameter (defined by the system property ENV_SYS_PROPERTY
), the name of a class, plus a modifier
(which can be used to name a method of a class) and a property key.Throttle.throttle()
method.
BaseThrottle.checkThrottle()
method.
TestRunnable.runWithExceptions()
method.
ThreadTestCoordinator
may be in a state of deadlock because they are mutually blocking each other or one is waiting on the other and the
other has been blocked elsewhere for longer than a specified timeout.ShutdownHookable
.
SizeOf.runGCTillStable()
method.
put
.
TimingController
to set the controller on an aware test.
ParsedProperties
that keeps track of property key/value pairs
that are used by tests being run under the TKTestRunner
.TestRunner
does not provide very good error handling.ThreadTestCoordinator
and TestRunnable
s.BatchedThrottle.setRate(float)
method.
BaseThrottle.setRate(float)
method, if it is called faster than this
it will inject short pauses to restrict the call rate to that rate.
Throttle.throttle()
method, that can only be called at the rate specified
in a call to the Throttle.setRate(float)
method.Throttle.setRate(float)
method, if it is called faster than this
it will inject short pauses to restrict the call rate to that rate.
TestRunner
with the ability to run tests multiple times, to execute a test
simultaneously using many threads, to put a delay between test runs and adds support for tests that take integer
parameters that can be 'stepped' through on multiple test runs.TestDecorator.countTestCases()
and TestSuite.testAt(int)
methods as the underlying suite.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |