Public Member Functions | |
ConsumerWithComponentClientTestCaseTest () throws Exception | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
void | testNoOp1 () throws Exception |
void | testNoOp2 () throws Exception |
Private Member Functions | |
void | channelUp () throws AcsJException, InterruptedException |
void | channelDown () throws AcsJException |
boolean | namingBindingsContain (String firstBindingName) throws AcsJException |
Private Attributes | |
Helper | ncHelper |
EventChannel | channel |
Static Private Attributes | |
final String | channelName = "dummyTestChannel" |
This problem first showed up in ACSLaser/laser-source when modular tests were converted from (TestCase using ComponentClient) to ComponentClientTestCase. There the Consumer class could not be reinstantiated after a previous test had disconnected the Consumer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method will never be called because the second setUp() call will hang in channelUp |
|
|
|
|
|
|