[FIX] remove dead test
This commit is contained in:
parent
94abf842e7
commit
bfb6498782
@ -1,17 +0,0 @@
|
|||||||
package test.kar.archidata.externalRestApi;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Assertions;
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
|
|
||||||
public class TestAnalyzeApiParameterParamQuery {
|
|
||||||
final static private Logger LOGGER = LoggerFactory.getLogger(TestAnalyzeApiParameterParamQuery.class);
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testNotImplemented() throws Exception {
|
|
||||||
Assertions.assertEquals(1, 0);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
package test.kar.archidata.externalRestApi;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Assertions;
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
|
|
||||||
public class TestAnalyzeApiParameterTypeAsync {
|
|
||||||
final static private Logger LOGGER = LoggerFactory.getLogger(TestAnalyzeApiParameterTypeAsync.class);
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testNotImplemented() throws Exception {
|
|
||||||
Assertions.assertEquals(1, 0);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
package test.kar.archidata.externalRestApi;
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Assertions;
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
|
|
||||||
public class TestAnalyzeApiReturnAsync {
|
|
||||||
final static private Logger LOGGER = LoggerFactory.getLogger(TestAnalyzeApiReturnAsync.class);
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testNotImplemented() throws Exception {
|
|
||||||
Assertions.assertEquals(1, 0);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user