Search in sources :

Example 11 with EvaluatorTest

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);
}
Also used : KernelTest(com.twosigma.beakerx.KernelTest) EvaluatorTest(com.twosigma.beakerx.evaluator.EvaluatorTest) Before(org.junit.Before)

Example 12 with EvaluatorTest

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);
}
Also used : KernelTest(com.twosigma.beakerx.KernelTest) EvaluatorTest(com.twosigma.beakerx.evaluator.EvaluatorTest) Before(org.junit.Before)

Example 13 with EvaluatorTest

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);
}
Also used : KernelTest(com.twosigma.beakerx.KernelTest) EvaluatorTest(com.twosigma.beakerx.evaluator.EvaluatorTest) Before(org.junit.Before)

Aggregations

KernelTest (com.twosigma.beakerx.KernelTest)13 EvaluatorTest (com.twosigma.beakerx.evaluator.EvaluatorTest)13 Before (org.junit.Before)10 BeforeClass (org.junit.BeforeClass)3 EvaluatorResultTestWatcher.waitForErrorMessage (com.twosigma.beakerx.evaluator.EvaluatorResultTestWatcher.waitForErrorMessage)1 EvaluatorResultTestWatcher.waitForIdleMessage (com.twosigma.beakerx.evaluator.EvaluatorResultTestWatcher.waitForIdleMessage)1 ExecuteRequestHandler (com.twosigma.beakerx.kernel.handler.ExecuteRequestHandler)1 Message (com.twosigma.beakerx.message.Message)1