public class

TestSuperBatchInvalidatorListener

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

Class Overview

Unit tests for SuperBatchInvalidatorListener.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSuperBatchInvalidatorListener()
Public Methods
void testInvalidatesOnMatchingKeyDisablePlugin()
void testInvalidatesWhenPluginFrameworkStarted()
void testNotInvalidatesOnNonMatchingKeyDisablePlugin()
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 TestSuperBatchInvalidatorListener ()

Public Methods

public void testInvalidatesOnMatchingKeyDisablePlugin ()

public void testInvalidatesWhenPluginFrameworkStarted ()

Throws
Exception

public void testNotInvalidatesOnNonMatchingKeyDisablePlugin ()

Protected Methods

protected void setUp ()

Throws
Exception