use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class ClasspathAddRepoMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
this.evaluator = new EvaluatorTest();
this.kernel = new KernelTest("id2", evaluator);
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class CompleteHandlerTest method setUpClass.
@BeforeClass
public static void setUpClass() {
evaluator = new EvaluatorTest();
kernel = new KernelTest("sid", evaluator);
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class TabbedOutputContainerLayoutManagerTest 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 CodeCellSerializerTest method setUp.
@Before
public void setUp() throws Exception {
KernelManager.register(new KernelTest());
codeCell = new CodeCell();
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class SimpleLayoutManagerTest method setUp.
@Before
public void setUp() throws Exception {
kernel = new KernelTest();
KernelManager.register(kernel);
}
Aggregations