@Override
protected void doSetUp() throws Exception {
initEndpointDirectories(
new String[] {"serviceDuplicateHandlingRename", "serviceDuplicateHandlingThrowException"} ,
new String[] {INBOUND_ENDPOINT_NAME, INBOUND_ENDPOINT_NAME2, OUTBOUND_ENDPOINT_NAME, OUTBOUND_ENDPOINT_NAME2});
}
Applied to some tests.
Remaining tests can be modified to use this feature on a need bases.