tests
This commit is contained in:
parent
1e48360693
commit
48e53a124f
|
@ -1,9 +1,11 @@
|
|||
package eu.dnetlib.apps.oai;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
@Disabled
|
||||
public class OaiServerApplicationTests {
|
||||
|
||||
@Test
|
||||
|
|
|
@ -12,7 +12,7 @@ import org.junit.jupiter.api.Test;
|
|||
|
||||
import io.micrometer.common.util.StringUtils;
|
||||
|
||||
class DateUtilsTest {
|
||||
public class DateUtilsTest {
|
||||
|
||||
@BeforeEach
|
||||
void setUp() throws Exception {}
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.dom4j.DocumentHelper;
|
|||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class XsltTransformerFactoryTest {
|
||||
public class XsltTransformerFactoryTest {
|
||||
|
||||
private XsltTransformerFactory factory;
|
||||
|
||||
|
|
Loading…
Reference in New Issue