Searched refs:mSpyRunner (Results 1 – 1 of 1) sorted by relevance
58 private AtestRunner mSpyRunner; field in AtestRunnerTest68 mSpyRunner = spy(new AtestRunner()); in setUp()71 mSpyRunner.setBuild(mBuildInfo); in setUp()72 mSpyRunner.setDevice(mMockDevice); in setUp()78 doReturn(abis).when(mSpyRunner).getAbis(mMockDevice); in setUp()84 setter = new OptionSetter(mSpyRunner); in testLoadTests_one()86 LinkedHashMap<String, IConfiguration> configMap = mSpyRunner.loadTests(); in testLoadTests_one()93 setter = new OptionSetter(mSpyRunner); in testLoadTests_two()96 LinkedHashMap<String, IConfiguration> configMap = mSpyRunner.loadTests(); in testLoadTests_two()104 setter = new OptionSetter(mSpyRunner); in testLoadTests_filter()[all …]