Searched refs:tmpBLFile (Results 1 – 1 of 1) sorted by relevance
223 File tmpBLFile = FileUtil.createTempFile("businesslogic-test-file", ".bl"); in testSetBusinessLogicHostFile() local224 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() local251 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 …]