net.firstpartners.rp.back.extractor
Class ExtractAllTestSuite

java.lang.Object
  extended by net.firstpartners.rp.back.extractor.ExtractAllTestSuite

public abstract class ExtractAllTestSuite
extends java.lang.Object

This is a holder for all extractor test cases in the rp system.

Version:
1.1
Author:
Firstpartners.net

Field Summary
static java.lang.String APP_CONTEXT
          Default application extractor context
private static org.springframework.context.support.AbstractApplicationContext context
          Application context
private static org.springframework.context.support.AbstractApplicationContext extractorContext
          Extractor context
static java.lang.String TEST_EXTRACTOR_CONTEXT
          Default test extractor test context
 
Constructor Summary
ExtractAllTestSuite()
           
 
Method Summary
static junit.framework.Test suite()
          This will get the suite of test that this class holds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_EXTRACTOR_CONTEXT

public static final java.lang.String TEST_EXTRACTOR_CONTEXT
Default test extractor test context

See Also:
Constant Field Values

APP_CONTEXT

public static final java.lang.String APP_CONTEXT
Default application extractor context

See Also:
Constant Field Values

context

private static org.springframework.context.support.AbstractApplicationContext context
Application context


extractorContext

private static org.springframework.context.support.AbstractApplicationContext extractorContext
Extractor context

Constructor Detail

ExtractAllTestSuite

public ExtractAllTestSuite()
Method Detail

suite

public static junit.framework.Test suite()
This will get the suite of test that this class holds.

Returns:
All of the tests that this class holds.