org.pentaho.test.platform.engine.core
Class BaseTestCase

java.lang.Object
  extended by TestCase
      extended by org.pentaho.test.platform.engine.core.BaseTestCase

public abstract class BaseTestCase
extends TestCase


Field Summary
static String SCOPE_REQUEST
           
static String SCOPE_SESSION
           
static String SOLUTION_PATH
           
 
Constructor Summary
BaseTestCase()
           
BaseTestCase(String solutionPath)
           
 
Method Summary
 String getBaseUrl()
           
 String getSolutionPath()
           
 IRuntimeContext run(String actionSequencePath, String actionSequence, IParameterProvider parameterProvider, IOutputHandler outputHandler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOLUTION_PATH

public static final String SOLUTION_PATH
See Also:
Constant Field Values

SCOPE_REQUEST

public static final String SCOPE_REQUEST
See Also:
Constant Field Values

SCOPE_SESSION

public static final String SCOPE_SESSION
See Also:
Constant Field Values
Constructor Detail

BaseTestCase

public BaseTestCase()

BaseTestCase

public BaseTestCase(String solutionPath)
Method Detail

run

public IRuntimeContext run(String actionSequencePath,
                           String actionSequence,
                           IParameterProvider parameterProvider,
                           IOutputHandler outputHandler)

getSolutionPath

public String getSolutionPath()

getBaseUrl

public String getBaseUrl()