Searched refs:filterTest (Results 1 – 3 of 3) sorted by relevance
56 ITestAnnotationFilterReceiver filterTest = (ITestAnnotationFilterReceiver) test; in applySetup() local59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()65 filterTest.clearExcludeAnnotations(); in applySetup()66 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
56 ITestAnnotationFilterReceiver filterTest = (ITestAnnotationFilterReceiver) test; in applySetup() local59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()63 filterTest.clearExcludeAnnotations(); in applySetup()64 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
555 String filterTest = filter.getTest(); in createFilterFile() local556 if (filterTest != null) { in createFilterFile()557 out.println(filterTest); in createFilterFile()