use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class ClasspathAddMvnDepsMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
evaluator = new EvaluatorTest();
kernel = new KernelTest("id2", evaluator);
prepareLocalMavenRepository();
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class DisplayWidgetTest method setUp.
@Before
public void setUp() throws Exception {
groovyKernel = new KernelTest();
KernelManager.register(groovyKernel);
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class OutputContainerSerializerTest method setUp.
@Before
public void setUp() throws Exception {
KernelManager.register(new KernelTest());
outputContainer = new OutputContainer();
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class BufferedImageSerializerTest method setUp.
@Before
public void setUp() throws Exception {
KernelManager.register(new KernelTest());
bufferedImage = new BufferedImage(100, 200, BufferedImage.TYPE_INT_RGB);
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class TimeCellModeMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
this.evaluator = new EvaluatorTest();
this.kernel = new KernelTest("id2", evaluator);
}
Aggregations