use of com.twosigma.beakerx.evaluator.EvaluatorTest in project beakerx by twosigma.
the class ClasspathAddMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
this.evaluator = new EvaluatorTest();
this.kernel = new KernelTest("id2", evaluator);
}
use of com.twosigma.beakerx.evaluator.EvaluatorTest in project beakerx by twosigma.
the class TimeItCellModeMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
this.evaluator = new EvaluatorTest();
this.kernel = new KernelTest("id2", evaluator);
}
use of com.twosigma.beakerx.evaluator.EvaluatorTest in project beakerx by twosigma.
the class TimeLineModeMagicCommandTest method setUp.
@Before
public void setUp() throws Exception {
this.evaluator = new EvaluatorTest();
this.kernel = new KernelTest("id2", evaluator);
}
Aggregations