Searched refs:TESTS_TAG (Results 1 – 2 of 2) sorted by relevance
60 private static final String TESTS_TAG = "Tests;"; field in TestSuiteParser393 if (classDef.getType().endsWith(TEST_TAG) || classDef.getType().endsWith(TESTS_TAG)) { in chkTestClassType()
59 private static final String TESTS_TAG = "Tests;"; field in TestCaseReport182 if (classDef.getType().endsWith(TEST_TAG) || classDef.getType().endsWith(TESTS_TAG)) { in chkTestType()