Searched refs:createTempFileWithContent (Results 1 – 1 of 1) sorted by relevance
64 new FileInputStream(createTempFileWithContent(/* fileContent= */ "")); in testDefaultConfigFileIsEmpty()81 File tempFile = createTempFileWithContent(/* fileContent= */ ""); in testCustomConfigFileIsEmpty()91 File tempFile = createTempFileWithContent(fileContent); in testConfigFileHaveInvalidJsonObject()103 File tempFile = createTempFileWithContent(jsonString); in testConfigFileInvalidJsonKey()114 File tempFile = createTempFileWithContent(jsonString); in testConfigFileRootIsNotArray()125 File tempFile = createTempFileWithContent(jsonString); in testConfigFileRootHasElementIsNotJsonObject()137 File tempFile = createTempFileWithContent(jsonString); in testParseEachPropertyJsonObjectIsEmpty()150 File tempFile = createTempFileWithContent(jsonString); in testParsePropertyIdWithIntValue()161 File tempFile = createTempFileWithContent(jsonString); in testParsePropertyIdFieldNotExist()172 File tempFile = createTempFileWithContent(jsonString); in testParsePropertyIdValueNull()[all …]