public void testExtraClassShutter()
throws NodeException, ExecutionException, InterruptedException, IOException
{
NodeEnvironment env = new NodeEnvironment();
env.setSandbox(new Sandbox().setExtraClassShutter(new ClassShutter() {
@Override
public boolean visibleToScripts(String fullClassName) {
return true;
}
}));