org.apache.qpid.junit.extensions
Interface TimingControllerAware
public interface TimingControllerAware
TimingControllerAware is an interface that tests that manipulate the timing controller should implement. It enables
the TK test runner to set the test up with a handle on the timing controller which the test can use to call back
to the test runner to manage the timers.
CRC Card
Responsibilities
|
---|
Provide timing controller insertion point for tests.
|
setTimingController
void setTimingController(TimingController controller)
- Used by test runners that can supply a
TimingController
to set the controller on an aware test.
- Parameters:
controller
- The timing controller.
Licensed to the Apache Software Foundation