Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java47 private Instrument instrumentB = new FakeInstrument(); field in ExperimentingRunnerModuleTest
68 .add(instrumentB.createInstrumentation(methodA)) in provideInstrumentations_noNames()
69 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_noNames()
70 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_noNames()
74 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_noNames()
84 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_withNames()
88 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_withNames()
93 .add(instrumentB.createInstrumentation(methodA)) in provideInstrumentations_withNames()
94 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_withNames()
98 ImmutableSet.of(instrumentA, instrumentB))); in provideInstrumentations_withNames()
[all …]