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

java.lang.Object
  extended by TestCase
      extended by org.pentaho.test.platform.engine.core.GenericPentahoTest
Direct Known Subclasses:
BaseTest

public class GenericPentahoTest
extends TestCase


Constructor Summary
GenericPentahoTest()
           
GenericPentahoTest(String arg0)
           
 
Method Summary
 boolean compare(String testName, String extension)
           
 ISolutionEngine getSolutionEngine(String solutionPath)
           
 String getSolutionPath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericPentahoTest

public GenericPentahoTest(String arg0)

GenericPentahoTest

public GenericPentahoTest()
Method Detail

getSolutionEngine

public ISolutionEngine getSolutionEngine(String solutionPath)

compare

public boolean compare(String testName,
                       String extension)

getSolutionPath

public String getSolutionPath()