s.generateRemoteInterface(Runnable.class);
}
@SuppressWarnings("unchecked")
public void testCreateRmiService() {
RMIService s = new RMIService("bla023", null, null, new RMIHostImpl(), null, "9996", "bla", Runnable.class) {
public WireInvocationHandler getHandler() {
return null;
}
};
s.start();