Class FileToolTest
java.lang.Object
com.tunyk.mvn.plugins.htmlcompressor.FileToolTest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
setUp()
Sets the up.(package private) static void
Sets the up class.(package private) static void
Tear down class.(package private) void
Test get files.(package private) void
Test write files.(package private) void
Test write to json file.
-
Field Details
-
LOG
private static final org.slf4j.Logger LOGThe Constant LOG.
-
-
Constructor Details
-
FileToolTest
FileToolTest()
-
-
Method Details
-
setUpClass
@BeforeAll static void setUpClass()Sets the up class. -
tearDownClass
@AfterAll static void tearDownClass()Tear down class. -
setUp
@BeforeEach void setUp()Sets the up. -
testGetFiles
Test get files.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testWriteFiles
Test write files.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
testWriteToJsonFile
Test write to json file.- Throws:
IOException
- Signals that an I/O exception has occurred.org.json.JSONException
- the JSON exception
-