@SuppressWarnings("unchecked")
public void testCreateTargetInvoker() {
// TODO: this doesn't really test anything yet
RMIReference ref = new RMIReference(null, null, null, null, null, null, null, null);
ServiceContract contract = new JavaServiceContract();
contract.setInterfaceClass(String.class);
List l = new ArrayList();
l.add(new DataType(null, null));
DataType in = new DataType(null, l);
Operation operation = new Operation(null, in, null, null);
try {