Searched refs:runWithAnnotation (Results 1 – 1 of 1) sorted by relevance
46 RunWith runWithAnnotation = target.getClass().getAnnotation(RunWith.class); in apply() local47 if (runWithAnnotation != null) { in apply()49 if (AndroidTestingRunner.class.isAssignableFrom(runWithAnnotation.value())) { in apply()