@Test(expected = ClassNotFoundException.class)
public void robotBlockedRobocode() throws ClassNotFoundException {
RobotClassLoader cl = new RobotClassLoader(classPath, goodRobot);
cl.loadClass("net.sf.robocode.host.proxies.BasicRobotProxy");
}
@Test(expected = ClassNotFoundException.class)
public void robotBlockedControl() throws ClassNotFoundException {
RobotClassLoader cl = new RobotClassLoader(classPath, goodRobot);