dnet-applications/apps/scholexplorer-api/src/test/java/eu/dnetlib/scholix/test/QueryTest.java

19 lines
158 B
Java
Raw Normal View History

2022-02-14 09:16:37 +01:00
package eu.dnetlib.scholix.test;
import org.junit.jupiter.api.Test;
public class QueryTest {
@Test
public void featureToTest() {
}
}