Class XmlCompressorTest
java.lang.Object
com.tunyk.mvn.plugins.htmlcompressor.XmlCompressorTest
-
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 compress.
-
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
-