Class JsonImporterTest
java.lang.Object
utils.JsonImporterTest
Unit tests for the
JsonImporter utility.-
Constructor Summary
ConstructorsConstructorDescriptionPublic no-arg constructor required by the test framework. -
Method Summary
Modifier and TypeMethodDescriptionvoidVerify importing an empty JSON array returns an empty list.voidVerify importing a JSON file with a single project entry.
-
Constructor Details
-
JsonImporterTest
public JsonImporterTest()Public no-arg constructor required by the test framework.
-
-
Method Details
-
testImportProjectsFromJsonFile
Verify importing a JSON file with a single project entry.- Throws:
IOException- when writing or reading the temporary file fails
-
testImportEmptyFileReturnsEmptyList
Verify importing an empty JSON array returns an empty list.- Throws:
IOException- when writing or reading the temporary file fails
-