Class XmlCompressorTest
- java.lang.Object
-
- com.googlecode.htmlcompressor.compressor.XmlCompressorTest
-
public class XmlCompressorTest extends Object
The Class XmlCompressorTest.
-
-
Constructor Summary
Constructors Constructor Description XmlCompressorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCompress()Test compress.voidtestEnabled()Test enabled.voidtestRemoveComments()Test remove comments.voidtestRemoveIntertagSpaces()Test remove intertag spaces.
-
-
-
Method Detail
-
testCompress
@Test public void testCompress() throws ExceptionTest compress.- Throws:
Exception- the exception
-
testEnabled
@Test public void testEnabled() throws ExceptionTest enabled.- Throws:
Exception- the exception
-
testRemoveComments
@Test public void testRemoveComments() throws ExceptionTest remove comments.- Throws:
Exception- the exception
-
-