Class HtmlCompressorMojoTest
java.lang.Object
com.tunyk.mvn.plugins.htmlcompressor.HtmlCompressorMojoTest
-
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 execute.
-
Field Details
-
LOG
private static final org.slf4j.Logger LOGThe Constant LOG.
-
-
Constructor Details
-
HtmlCompressorMojoTest
HtmlCompressorMojoTest()
-
-
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. -
testExecute
@Test void testExecute() throws org.apache.maven.plugin.MojoExecutionExceptionTest execute.- Throws:
org.apache.maven.plugin.MojoExecutionException
- the mojo execution exception
-