blob: 2d9151705a4ccc841346d1cea332aa6d8ea4b887 [file] [log] [blame]
package org.eclipse.remote.proxy.tests;
import junit.framework.Test;
import junit.framework.TestSuite;
public class RemoteCoreTestSuite {
public static Test suite() {
TestSuite suite = new TestSuite(RemoteCoreTestSuite.class.getName());
return suite;
}
}