@BeforeClass
 public static void init() {
   Setup.touch();
   inputEngine = EngineFactory.getInstance().createInputEngine();
   inputParseContext = new InputParseContext(Locale.US);
 }
 @BeforeClass
 public static void setUpLibrary() throws Exception {
   Setup.touch();
 }
 @BeforeClass
 public static void beforeClass() {
   Setup.touch();
 }