Class XmlCompressorTest
java.lang.Object
com.tunyk.mvn.plugins.htmlcompressor.XmlCompressorTest
The Class XmlCompressorTest.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidsetUp()Sets the up.(package private) static voidSets the up class.(package private) static voidTear down class.(package private) voidTest compress with default settings produces output files.(package private) voidtestCompressReducesFileSize(Path tempDir) Test compress reduces file size compared to input.(package private) voidtestCompressRemovesComments(Path tempDir) Test compress with comments removed produces smaller output.(package private) voidtestCompressWithCustomFileExtensions(Path tempDir) Test compress with custom file extensions processes only specified types.(package private) voidTest XmlCompressor getters and setters.
-
Field Details
-
LOG
private static final org.slf4j.Logger LOGThe Constant LOG.
-
-
Constructor Details
-
XmlCompressorTest
XmlCompressorTest()
-
-
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. -
testCompress
-
testCompressReducesFileSize
-
testCompressWithCustomFileExtensions
-
testXmlCompressorGettersSetters
@Test void testXmlCompressorGettersSetters()Test XmlCompressor getters and setters. -
testCompressRemovesComments
-