Searched refs:JUNIT_IGNORE (Results 1 – 1 of 1) sorted by relevance
57 private static final String JUNIT_IGNORE = "org.junit.Ignore"; field in DalvikTestRunner258 if (a.annotationType().getName().equals(JUNIT_IGNORE)) { in isTestClass()