public abstract class

BaseBucketSpringTest

extends AbstractSpringPersistenceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ bucket.test.AbstractSpringPersistenceTest
         ↳ bucket.BaseBucketSpringTest

Summary

Fields
protected Mock mockHttpServletRequest
[Expand]
Inherited Fields
From class bucket.test.AbstractSpringPersistenceTest
Public Constructors
BaseBucketSpringTest()
BaseBucketSpringTest(String testName)
Protected Methods
void checkFieldContainError(String[] errorKeys, String fieldName, ActionSupport actionSupport)
void checkFieldContainError(String errorKeys, String fieldName, ActionSupport actionSupport)
Map prepareExtraContext()
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class bucket.test.AbstractSpringPersistenceTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Fields

protected Mock mockHttpServletRequest

Public Constructors

public BaseBucketSpringTest ()

public BaseBucketSpringTest (String testName)

Protected Methods

protected void checkFieldContainError (String[] errorKeys, String fieldName, ActionSupport actionSupport)

protected void checkFieldContainError (String errorKeys, String fieldName, ActionSupport actionSupport)

protected Map prepareExtraContext ()

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception