Searched refs:createFileFromStr (Results 1 – 4 of 4) sorted by relevance
91 File file = createFileFromStr(CORRECT_CONFIG); in testCorrectConfig()106 File file = createFileFromStr(CONFIG_WRONG_NODE_NAME); in testConfigWithWrongNodeName()117 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in DynamicConfigTest
132 File file = createFileFromStr(CORRECT_LOGIC); in testCorrectLogic()236 File file = createFileFromStr(CORRECT_LOGIC.replace("testName", "testNam3")); in testLogicWithWrongNodeName()244 private static File createFileFromStr(String blString) throws IOException { in createFileFromStr() method in BusinessLogicTest
97 File localConfigFile = createFileFromStr(LOCAL_CONFIG, module); in testDynamicConfigHandler()125 private File createFileFromStr(String configStr, String module) throws IOException { in createFileFromStr() method in DynamicConfigHandlerTest
189 File configFile = createFileFromStr(CONFIG_FILE_CONTENT); in testBuildRequestString()285 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in BusinessLogicPreparerTest