コード例 #1
0
 @BeforeClass
 public static void init() {
   Setup.touch();
   inputEngine = EngineFactory.getInstance().createInputEngine();
   inputParseContext = new InputParseContext(Locale.US);
 }
コード例 #2
0
 @BeforeClass
 public static void setUpLibrary() throws Exception {
   Setup.touch();
 }
コード例 #3
0
 @BeforeClass
 public static void beforeClass() {
   Setup.touch();
 }