diff --git a/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java b/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java deleted file mode 100644 index b187b98..0000000 --- a/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java +++ /dev/null @@ -1,34 +0,0 @@ -package de.hsadmin.test.pac; - -import static org.junit.Assert.fail; - -import org.junit.After; -import org.junit.AfterClass; -import org.junit.Before; -import org.junit.BeforeClass; -import org.junit.Test; - -public class PacIT { - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - } - - @AfterClass - public static void tearDownAfterClass() throws Exception { - } - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void test() { - fail("Not yet implemented"); - } - -}