public abstract class

AbstractSpringPersistenceTest

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

Summary

Fields
protected ApplicationContext context
protected SessionFactory sessionFactory
protected DefaultTransactionDefinition transactionDefinition
protected PlatformTransactionManager transactionManager
protected TransactionStatus transactionStatus
Public Constructors
AbstractSpringPersistenceTest()
AbstractSpringPersistenceTest(String testName)
Protected Methods
void commitAndRefreshTransaction()
void setUp()
abstract ApplicationContext setupSpringContext()
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

Fields

protected ApplicationContext context

protected SessionFactory sessionFactory

protected DefaultTransactionDefinition transactionDefinition

protected PlatformTransactionManager transactionManager

protected TransactionStatus transactionStatus

Public Constructors

public AbstractSpringPersistenceTest ()

public AbstractSpringPersistenceTest (String testName)

Protected Methods

protected void commitAndRefreshTransaction ()

protected void setUp ()

Throws
Exception

protected abstract ApplicationContext setupSpringContext ()

protected void tearDown ()

Throws
Exception