Searched refs:mSpyRunner (Results 1 – 1 of 1) sorted by relevance
66 private AtestRunner mSpyRunner; field in AtestRunnerTest76 mSpyRunner = spy(new AtestRunner()); in setUp()79 mSpyRunner.setBuild(mBuildInfo); in setUp()80 mSpyRunner.setDevice(mMockDevice); in setUp()86 doReturn(abis).when(mSpyRunner).getAbis(mMockDevice); in setUp()92 setter = new OptionSetter(mSpyRunner); in testLoadTests_one()95 LinkedHashMap<String, IConfiguration> configMap = mSpyRunner.loadTests(); in testLoadTests_one()102 setter = new OptionSetter(mSpyRunner); in testLoadTests_two()106 LinkedHashMap<String, IConfiguration> configMap = mSpyRunner.loadTests(); in testLoadTests_two()114 setter = new OptionSetter(mSpyRunner); in testLoadTests_filter()[all …]