Searched refs:newBLFile (Results 1 – 1 of 1) sorted by relevance
234 File newBLFile = helperShard.getBusinessLogicHostFile(); in testSetBusinessLogicHostFile() local235 assertNotNull(newBLFile); in testSetBusinessLogicHostFile()237 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testSetBusinessLogicHostFile()262 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testSetBusinessLogicHostFileWithModuleId() local263 assertNotNull(newBLFile); in testSetBusinessLogicHostFileWithModuleId()265 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testSetBusinessLogicHostFileWithModuleId()332 File newBLFile = helperShard.getBusinessLogicHostFile(); in testGetBusinessLogicHostFile() local333 assertNotNull(newBLFile); in testGetBusinessLogicHostFile()335 assertEquals("test string", FileUtil.readStringFromFile(newBLFile)); in testGetBusinessLogicHostFile()360 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testGetBusinessLogicHostFileWithModuleId() local[all …]