Searched refs:TEST_FILTER (Results 1 – 4 of 4) sorted by relevance
43 TEST_FILTER = 'A*.A:A*.B:C*' variable140 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0])158 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
45 TEST_FILTER = 'A*.A:A*.B:C*' variable143 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0])161 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
45 private static final Matcher TEST_FILTER = PatternCache.get( field in TestPathsModule57 if (!TEST_FILTER.reset(item.getClass().getName()).find()) { in TestMain()
101 TEST_FILTER = 5, field in ConsoleCheckCLDR272 String checkFilter = options[TEST_FILTER].value; in main()