org.pentaho.di.blackbox
Class BlackBoxTests
java.lang.Object
org.pentaho.di.blackbox.BlackBoxTests
public class BlackBoxTests
- extends Object
BlackBoxTests
public BlackBoxTests(File transFile,
List<File> expectedFiles)
setupBlackbox
public static void setupBlackbox()
getTests
public static Collection<Object[]> getTests()
runTransOrJob
public void runTransOrJob()
throws Exception
- Throws:
Exception
writeLog
public void writeLog(File logFile,
String logStr)
getPath
public String getPath(File file)
getPath
public String getPath(String filepath)
fileCompare
public void fileCompare(File expected,
File actual,
LogChannelInterface log)
throws IOException
- Throws:
IOException
runTrans
public Result runTrans(String fileName,
LogChannelInterface log)
throws KettleException
- Throws:
KettleException