simple test

This commit is contained in:
Jörg Prante 2021-11-02 17:27:56 +01:00
parent 682d7c3ba6
commit d645d11600

View file

@ -0,0 +1,11 @@
package org.xbib.standardnumber;
import org.junit.jupiter.api.Test;
public class SimpleTests {
@Test
public void testISBNService() throws NoSuchStandardNumberException {
StandardNumberSpi.getInstance("isbn");
}
}