Searched refs:instrumentB (Results 1 – 1 of 1) sorted by relevance
47 private Instrument instrumentB = new FakeInstrument(); field in ExperimentingRunnerModuleTest68 .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 …]