Package org.openbravo.client.kernel.test
Class CompressionTest
- java.lang.Object
-
- org.openbravo.client.kernel.test.CompressionTest
-
public class CompressionTest extends Object
Test the compression of a static js file.- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description CompressionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compressedTemplateLiteralMultiLine()
void
compressedTemplateLiteralSpaces()
void
regexCompression()
void
testCompression()
-
-
-
Method Detail
-
testCompression
public void testCompression() throws IOException
- Throws:
IOException
-
compressedTemplateLiteralSpaces
public void compressedTemplateLiteralSpaces() throws IOException
- Throws:
IOException
-
compressedTemplateLiteralMultiLine
public void compressedTemplateLiteralMultiLine() throws IOException
- Throws:
IOException
-
regexCompression
public void regexCompression()
-
-