simple test
This commit is contained in:
parent
682d7c3ba6
commit
d645d11600
1 changed files with 11 additions and 0 deletions
11
src/test/java/org/xbib/standardnumber/SimpleTests.java
Normal file
11
src/test/java/org/xbib/standardnumber/SimpleTests.java
Normal 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");
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue