public class

TestDefaultCssResourceCounterManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.plugin.webresource.TestDefaultCssResourceCounterManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultCssResourceCounterManager()
Public Methods
void testGetGlobalCssResourceCounterWhenItDoesNotExist()
void testGetGlobalCssResourceCounterWhenItExists()
void testGetSpaceCssResourceCounterWhenItDoesNotExist()
void testGetSpaceCssResourceCounterWhenItExists()
void testInvalidateGlobalCssResourceCounter()
void testInvalidateSpaceCssResourceCounter()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultCssResourceCounterManager ()

Public Methods

public void testGetGlobalCssResourceCounterWhenItDoesNotExist ()

public void testGetGlobalCssResourceCounterWhenItExists ()

public void testGetSpaceCssResourceCounterWhenItDoesNotExist ()

public void testGetSpaceCssResourceCounterWhenItExists ()

public void testInvalidateGlobalCssResourceCounter ()

public void testInvalidateSpaceCssResourceCounter ()

Protected Methods

protected void setUp ()

Throws
Exception