Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java223 File tmpBLFile = FileUtil.createTempFile("businesslogic-test-file", ".bl"); in testSetBusinessLogicHostFile() local
224 FileUtil.writeToFile("test string", tmpBLFile); in testSetBusinessLogicHostFile()
226 mHelper.setBusinessLogicHostFile(tmpBLFile); in testSetBusinessLogicHostFile()
229 assertEquals(tmpBLFile, currentBLFile); in testSetBusinessLogicHostFile()
242 FileUtil.deleteFile(tmpBLFile); in testSetBusinessLogicHostFile()
250 File tmpBLFile = FileUtil.createTempFile("businesslogic-test-file", ".bl"); in testSetBusinessLogicHostFileWithModuleId() local
251 FileUtil.writeToFile("test string", tmpBLFile); in testSetBusinessLogicHostFileWithModuleId()
254 mHelper.setBusinessLogicHostFile(tmpBLFile, moduleId); in testSetBusinessLogicHostFileWithModuleId()
257 assertEquals(tmpBLFile, currentBLFile); in testSetBusinessLogicHostFileWithModuleId()
270 FileUtil.deleteFile(tmpBLFile); in testSetBusinessLogicHostFileWithModuleId()
[all …]