remove a test

This commit is contained in:
Till Schnell 2021-04-09 20:31:40 +02:00
parent 88440b873a
commit 1043b3f55f

View File

@ -7,8 +7,6 @@ import java.lang.reflect.Method;
import java.net.URL; import java.net.URL;
import java.net.URLClassLoader; import java.net.URLClassLoader;
import org.junit.Test;
import de.dhbwstuttgart.core.JavaTXCompiler; import de.dhbwstuttgart.core.JavaTXCompiler;
public class TestClass1Test { public class TestClass1Test {
@ -20,7 +18,6 @@ public class TestClass1Test {
private static String pathToClassFile; private static String pathToClassFile;
private static Object instanceOfClass; private static Object instanceOfClass;
@Test
public void generateBC() throws Exception { public void generateBC() throws Exception {
String resourcePath = System.getProperty("user.dir") + "/src/test/resources/inferWildcards"; String resourcePath = System.getProperty("user.dir") + "/src/test/resources/inferWildcards";
path = resourcePath + "/TestClass1.java"; path = resourcePath + "/TestClass1.java";