mirror of
https://github.com/speice-io/polyglot_jni
synced 2025-07-03 12:14:42 -04:00
Basic polyglot project
This commit is contained in:
14
src/test/java/io/speice/PolyglotTest.java
Normal file
14
src/test/java/io/speice/PolyglotTest.java
Normal file
@ -0,0 +1,14 @@
|
||||
package io.speice;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class PolyglotTest {
|
||||
|
||||
@Test
|
||||
public void testGetsMessage() {
|
||||
|
||||
assertNotNull(Polyglot.getMessage());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user