connector.connect(iwire, owire, false);
verify(registry);
}
public void testOutboundToInboundPostProcessCalled() throws Exception {
Component source = createNiceMock(Component.class);
expect(source.getName()).andReturn("Component");
replay(source);
OutboundWire owire = createNiceMock(OutboundWire.class);
EasyMock.expect(owire.getContainer()).andReturn(source);