Home
last modified time | relevance | path

Searched refs:instrumentA (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java46 private Instrument instrumentA = new FakeInstrument(); field in ExperimentingRunnerModuleTest
65 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_noNames()
66 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_noNames()
67 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_noNames()
74 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_noNames()
83 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_withNames()
88 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_withNames()
91 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_withNames()
92 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_withNames()
98 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_withNames()
[all …]