Searched refs:mGlobalConfiguration (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 148 private IGlobalConfiguration mGlobalConfiguration; field in TestInvocationTest 190 mGlobalConfiguration = EasyMock.createMock(IGlobalConfiguration.class); in setUp() 293 return mGlobalConfiguration; in setUp() 1294 EasyMock.expect(mGlobalConfiguration.getKeyStoreFactory()) in testInvoke_shardableTest_legacy() 1325 replayMocks(test, mockRescheduler, shard1, shard2, mGlobalConfiguration); in testInvoke_shardableTest_legacy() 1327 verifyMocks(test, mockRescheduler, shard1, shard2, mGlobalConfiguration); in testInvoke_shardableTest_legacy() 1365 EasyMock.expect(mGlobalConfiguration.getKeyStoreFactory()) in testInvoke_shardableTest_autoRetry() 1398 replayMocks(test, mockRescheduler, shard1, shard2, mGlobalConfiguration, logSaverListener); in testInvoke_shardableTest_autoRetry() 1400 verifyMocks(test, mockRescheduler, shard1, shard2, mGlobalConfiguration, logSaverListener); in testInvoke_shardableTest_autoRetry()
|