Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoaderTest.java93 EasyMock.expect(mMockProvider.getBuild()).andReturn(createFakeBuild("", false)); in testReloadTests_failed()
121 .andReturn(createFakeBuild(createBasicResults(), false)); in testReloadTests()
153 .andReturn(createFakeBuild(createBasicResults(), true)); in testReloadTests_withMultiProto()
198 .andReturn(createFakeBuild(createResultsWithRunHistory(), false)); in testReloadTests_withRunHistory()
212 private IBuildInfo createFakeBuild(String resultContent, boolean index) throws Exception { in createFakeBuild() method in PreviousResultLoaderTest