Searched refs:mMockInvocationListener (Results 1 – 4 of 4) sorted by relevance
85 ITestInvocationListener mMockInvocationListener = in testParseSimpleFile() local87 mMockInvocationListener.testStarted((TestDescription) EasyMock.anyObject()); in testParseSimpleFile()92 mMockInvocationListener.testEnded( in testParseSimpleFile()94 mMockInvocationListener.testEnded( in testParseSimpleFile()96 mMockInvocationListener.testEnded( in testParseSimpleFile()98 EasyMock.replay(mMockInvocationListener); in testParseSimpleFile()101 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile()112 EasyMock.verify(mMockInvocationListener); in testParseSimpleFile()147 ITestInvocationListener mMockInvocationListener = in testParseSimpleFile_twoTests() local149 mMockInvocationListener.testStarted((TestDescription) EasyMock.anyObject()); in testParseSimpleFile_twoTests()[all …]
39 private ITestInvocationListener mMockInvocationListener = null; field in GoogleBenchmarkTestTest50 mMockInvocationListener = EasyMock.createMock(ITestInvocationListener.class); in setUp()77 EasyMock.replay(mMockInvocationListener, mMockITestDevice); in replayMocks()84 EasyMock.verify(mMockInvocationListener, mMockITestDevice); in verifyMocks()121 mMockInvocationListener.testRunStarted(test1, 3); in testRun()122 mMockInvocationListener.testRunStarted(test2, 2); in testRun()123 mMockInvocationListener.testRunEnded( in testRun()128 mGoogleBenchmarkTest.run(mMockInvocationListener); in testRun()138 mGoogleBenchmarkTest.run(mMockInvocationListener); in testRun_noDevice()154 mGoogleBenchmarkTest.run(mMockInvocationListener); in testRun_noBenchmarkDir()[all …]
56 private ITestInvocationListener mMockInvocationListener; field in HostGTestTest64 mMockInvocationListener = Mockito.mock(ITestInvocationListener.class); in setUp()197 mHostGTest.run(mMockInvocationListener); in testRunTest()227 mHostGTest.run(mMockInvocationListener); in testRun_priority_get_testcase_from_hostlinked_folder()253 mHostGTest.run(mMockInvocationListener); in testRun_get_testcase_from_testcases_folder_if_no_hostlinked_dir_set()268 mHostGTest.run(mMockInvocationListener); in testRun_can_not_find_testcase()293 mHostGTest.run(mMockInvocationListener); in testRun_withSuffix()320 mHostGTest.run(mMockInvocationListener); in testBeforeCmdError()344 mHostGTest.run(mMockInvocationListener); in testTestFailureHandledCorrectly()366 mHostGTest.run(mMockInvocationListener); in testAbnormalTestCmdExitHandled()[all …]
46 private ITestInvocationListener mMockInvocationListener = null; field in GTestTest55 mMockInvocationListener = EasyMock.createMock(ITestInvocationListener.class); in setUp()88 EasyMock.replay(mMockInvocationListener, mMockITestDevice, mMockReceiver); in replayMocks()95 EasyMock.verify(mMockInvocationListener, mMockITestDevice, mMockReceiver); in verifyMocks()104 mGTest.run(mMockInvocationListener); in testRun_noTestDir()114 mGTest.run(mMockInvocationListener); in testRun_noDevice()152 mGTest.run(mMockInvocationListener); in testRun()176 mGTest.run(mMockInvocationListener); in testRun_moduleName()209 mGTest.run(mMockInvocationListener); in testRun_nested()235 mGTest.run(mMockInvocationListener); in doTestFilter()[all …]