public class

TestConfluenceVelocityResourceCache

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

Class Overview

Incomplete test class, just tests that the ConfluenceVelocityResourceCache doesn't infinitely recur as described in CONF-14011

Summary

Public Constructors
TestConfluenceVelocityResourceCache()
Public Methods
void testAddThenSerialiseThenGet()
void testAddingNullResourceDoesNotAddToCache()
void testNormalAddAndGet()
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 TestConfluenceVelocityResourceCache ()

Public Methods

public void testAddThenSerialiseThenGet ()

public void testAddingNullResourceDoesNotAddToCache ()

public void testNormalAddAndGet ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()