Searched refs:benchmarkMethodNames (Results 1 – 5 of 5) sorted by relevance
248 ImmutableSet<String> benchmarkMethodNames = options.benchmarkMethodNames(); in provideInstrumentations() local249 Set<String> unusedBenchmarkNames = new HashSet<String>(benchmarkMethodNames); in provideInstrumentations()252 if (benchmarkMethodNames.isEmpty() || benchmarkMethodNames.contains(method.getName())) { in provideInstrumentations()273 Set<String> benchmarkMethodNames = new HashSet<String>(); in findAllBenchmarkMethods() local279 if (!benchmarkMethodNames.add(method.getName())) { in findAllBenchmarkMethods()
62 when(options.benchmarkMethodNames()).thenReturn(ImmutableSet.<String>of()); in provideInstrumentations_noNames()79 when(options.benchmarkMethodNames()).thenReturn(ImmutableSet.of("b"), in provideInstrumentations_withNames()102 when(options.benchmarkMethodNames()).thenReturn( in provideInstrumentations_withInvalidName()
116 assertTrue(options.benchmarkMethodNames().isEmpty()); in checkDefaults()150 assertEquals(ImmutableSet.of("foo", "bar", "qux"), options.benchmarkMethodNames()); in testKitchenSink()
26 ImmutableSet<String> benchmarkMethodNames(); in benchmarkMethodNames() method
106 @Override public ImmutableSet<String> benchmarkMethodNames() { in benchmarkMethodNames() method in ParsedOptions352 .add("benchmarkMethodNames", this.benchmarkMethodNames()) in toString()