use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class SelectMultipleTest method setUp.
@Before
public void setUp() throws Exception {
kernel = new KernelTest();
KernelManager.register(kernel);
}
use of com.twosigma.beakerx.KernelTest in project beakerx by twosigma.
the class HTMLMathTest 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 DatePickerTest 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 ImageTest 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 LayoutTest method setUp.
@Before
public void setUp() throws Exception {
kernel = new KernelTest();
KernelManager.register(kernel);
}
Aggregations