Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java234 File newBLFile = helperShard.getBusinessLogicHostFile(); in testSetBusinessLogicHostFile() local
235 assertNotNull(newBLFile); in testSetBusinessLogicHostFile()
237 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testSetBusinessLogicHostFile()
262 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testSetBusinessLogicHostFileWithModuleId() local
263 assertNotNull(newBLFile); in testSetBusinessLogicHostFileWithModuleId()
265 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testSetBusinessLogicHostFileWithModuleId()
332 File newBLFile = helperShard.getBusinessLogicHostFile(); in testGetBusinessLogicHostFile() local
333 assertNotNull(newBLFile); in testGetBusinessLogicHostFile()
335 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testGetBusinessLogicHostFile()
360 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testGetBusinessLogicHostFileWithModuleId() local
[all …]