org.schwiebert.abl4j.tests
Class AbstractTest
java.lang.Object
org.schwiebert.abl4j.tests.AbstractTest
- Direct Known Subclasses:
- AlignTests, ClusterTests, SelectTests
public abstract class AbstractTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected Logger logger
inputFiles
protected File[] inputFiles
outputDirectory
private File outputDirectory
namePrefix
private String namePrefix
javaTime
protected long javaTime
cppTime
protected long cppTime
AbstractTest
public AbstractTest(File inputDirectory,
File outputDirectory,
String namePrefix,
FilenameFilter filter)
printExecTime
public void printExecTime()
runProgram
public int runProgram(String cCmd,
String cmdOpts,
int counter)
throws IOException
- Throws:
IOException
runJavaProgram
protected abstract void runJavaProgram(String[] args)
throws IOException
- Throws:
IOException
compareFiles
public boolean compareFiles(String fileName,
String fileName2)
throws IOException
- Throws:
IOException
© 2007 Stephan Schwiebert