Public Member Functions | |
BACIDispatchActionTest (String name) | |
void | testNormal () |
void | testFirstFailed () |
void | testAlwaysFails () |
void | testException () |
void | noErrorOverrideTest (boolean blockingFails) |
void | testOverrideTest () |
void | testOverrideBlockingFailsTest () |
void | testOverrideBlockingFailsNoneToOverrideTest () |
Static Public Member Functions | |
void | main (String[] args) |
Protected Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
Private Member Functions | |
void | checkResponse (Object value, Completion completion, CBDescIn descIn, Callback callback, DispatchAction response) |
void | dummyWait () |
Private Attributes | |
CleaningDaemonThreadFactory | threadFactory |
Logger | logger |
Static Private Attributes | |
final int | RESPONSE_WAIT_TIME = 5000 |
final int | DUMMY_WAIT_TIME = 2000 |
BACIDispatchAction
test.
|
Constructor for BACIDispatchActionTest.
|
|
Methods that check dispatcher response. |
|
Dummy wait. |
|
|
|
No error override policy test. |
|
|
|
|
|
Always fails test. |
|
Always throws exception. |
|
First failed then success test. |
|
Normal (success) test. |
|
Override policy test (blocking fails, none to override). |
|
Override policy test. |
|
Override policy test. |
|
Dummy response wait time in ms. Defaults to 2s. |
|
|
|
Response wait time in ms. Defaults to 5s. |
|
Thread factory for BACI FW. |