public abstract class

AbstractConfluenceSpringPersistenceTest

extends AbstractSpringPersistenceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.core.AbstractSpringPersistenceTest
         ↳ com.atlassian.confluence.core.AbstractConfluenceSpringPersistenceTest
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected static final String[] CONFIG_LOCATIONS
protected UserAccessor userAccessor
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractSpringPersistenceTest
Protected Constructors
AbstractConfluenceSpringPersistenceTest()
AbstractConfluenceSpringPersistenceTest(String testName)
Protected Methods
void setUp()
ApplicationContext setupSpringContext()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractSpringPersistenceTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Fields

protected static final String[] CONFIG_LOCATIONS

protected UserAccessor userAccessor

Protected Constructors

protected AbstractConfluenceSpringPersistenceTest ()

protected AbstractConfluenceSpringPersistenceTest (String testName)

Protected Methods

protected void setUp ()

Throws
Exception

protected ApplicationContext setupSpringContext ()

protected void tearDown ()

Throws
Exception