Searched refs:createFakeBuild (Results 1 – 1 of 1) sorted by relevance
93 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