Searched refs:m1 (Results 1 – 2 of 2) sorted by relevance
68 Matcher m1 = p.matcher(output); in setUpClass() local69 Assert.assertTrue(m1.find()); in setUpClass()70 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()
63 Matcher m1 = p.matcher(output); in setUpClass() local64 Assert.assertTrue(m1.find()); in setUpClass()65 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()