Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java460 IGlobalConfiguration mockGc = EasyMock.createMock(IGlobalConfiguration.class); in testRun_fatalError() local
461 CLog.setGlobalConfigInstance(mockGc); in testRun_fatalError()
464 EasyMock.expect(mockGc.getWtfHandler()).andReturn(mockWtf).anyTimes(); in testRun_fatalError()
471 replayMocks(mockGc, mockWtf); in testRun_fatalError()
479 mMockConfigFactory, mMockConfiguration, mMockInvocation, mockGc, mockWtf); in testRun_fatalError()