use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class OutputContainerCellSerializerTest method setUp.
@Before
public void setUp() throws Exception {
KernelManager.register(new KernelTest());
outputContainerCell = new OutputContainerCell() {
};
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class OutputWidgetTest method setUp.
@Before
public void setUp() throws Exception {
groovyKernel = new KernelTest();
KernelManager.register(groovyKernel);
submitCodeToExecution();
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class ValueWidgetTest method setUp.
@Before
public void setUp() throws Exception {
kernel = new KernelTest();
KernelManager.register(kernel);
valueWidget = new IntText();
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class BoundedFloatTextTest 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 FloatRangeSliderTest method setUp.
@Before
public void setUp() throws Exception {
groovyKernel = new KernelTest();
KernelManager.register(groovyKernel);
}
Aggregations