Searched refs:createFileFromStr (Results 1 – 2 of 2) sorted by relevance
85 File file = createFileFromStr(CORRECT_CONFIG); in testCorrectConfig()100 File file = createFileFromStr(CONFIG_WRONG_NODE_NAME); in testConfigWithWrongNodeName()111 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in DynamicConfigTest
97 File localConfigFile = createFileFromStr(LOCAL_CONFIG, module); in testDynamicConfigHandler()125 private File createFileFromStr(String configStr, String module) throws IOException { in createFileFromStr() method in DynamicConfigHandlerTest