public class

TestConfluenceGzipFilterIntegration

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.util.TestConfluenceGzipFilterIntegration

Class Overview

Test the exceedingly simple ConfluenceGzipFilterIntegration.

Summary

Public Constructors
TestConfluenceGzipFilterIntegration()
Public Methods
void testUsesGzipWhenSettingsEnabled()
void testWillNotUseGzipWhenNotSetup()
void testWillNotUseGzipWhenSettingIsDisabled()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestConfluenceGzipFilterIntegration ()

Public Methods

public void testUsesGzipWhenSettingsEnabled ()

public void testWillNotUseGzipWhenNotSetup ()

public void testWillNotUseGzipWhenSettingIsDisabled ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception