use of com.twosigma.beakerx.javash.kernel.JavaDefaultVariables in project beakerx by twosigma.
the class JavaEvaluatorAutocompleteImportTest method setUpClass.
@BeforeClass
public static void setUpClass() throws Exception {
HashMap<String, Object> map = new HashMap<>();
map.put(IMPORTS, new JavaDefaultVariables().getImports());
EvaluatorParameters kernelParameters = new EvaluatorParameters(map);
groovyEvaluator = new JavaEvaluator("id", "sid", cellExecutor(), getTestTempFolderFactory(), kernelParameters);
}
Aggregations