484950515253545556
private static InterSystemsCacheExecutionFactory TRANSLATOR; @BeforeClass public static void setUp() throws TranslatorException { TRANSLATOR = new InterSystemsCacheExecutionFactory(); TRANSLATOR.setUseBindVariables(false); TRANSLATOR.start(); }