File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
src/test/java/org/scijava/plugins/scripting/clojure Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 100100 <artifactId >junit</artifactId >
101101 <scope >test</scope >
102102 </dependency >
103+ <dependency >
104+ <groupId >org.scijava</groupId >
105+ <artifactId >scijava-common</artifactId >
106+ <classifier >tests</classifier >
107+ </dependency >
103108 </dependencies >
104109
105110 <build >
Original file line number Diff line number Diff line change 4444
4545import org .junit .Test ;
4646import org .scijava .Context ;
47- import org .scijava .plugins . scripting . clojure . ClojureScriptEngine ;
47+ import org .scijava .script . AbstractScriptLanguageTest ;
4848import org .scijava .script .ScriptLanguage ;
4949import org .scijava .script .ScriptModule ;
5050import org .scijava .script .ScriptService ;
5454 *
5555 * @author Johannes Schindelin
5656 */
57- public class ClojureTest {
57+ public class ClojureTest extends AbstractScriptLanguageTest {
58+
59+ @ Test
60+ public void testDiscovery () {
61+ assertDiscovered (ClojureScriptLanguage .class );
62+ }
5863
5964 @ Test
6065 public void testBasic () throws InterruptedException , ExecutionException ,
You can’t perform that action at this time.
0 commit comments