}
public void testCreateContainer2() throws Exception {
ContainerTypeDescription description = getContainerFactory()
.getDescriptionByName(RpcConstants.RPC_CONTAINER_TYPE);
IContainer container = getContainerFactory().createContainer(description,
new Object[] { new URL(RpcConstants.TEST_ECHO_TARGET) });
assertNotNull(container);
assertTrue(container instanceof RpcClientContainer);
}