ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.tests
Class AlignTests

java.lang.Object
  extended by org.schwiebert.abl4j.tests.AbstractTest
      extended by org.schwiebert.abl4j.tests.AlignTests

public class AlignTests
extends AbstractTest


Field Summary
private static int counter
           
(package private) static FilenameFilter filter
           
private static int overallCppTime
           
private static int overallJavaTime
           
 
Fields inherited from class org.schwiebert.abl4j.tests.AbstractTest
cppTime, inputFiles, javaTime, logger
 
Constructor Summary
AlignTests()
           
 
Method Summary
static void afterClass()
           
private  void runAlignment(String[] align_opts)
           
protected  void runJavaProgram(String[] args)
           
 void testA()
           
 void testB()
           
 void testL()
           
 void testT()
           
 void testWB()
           
 void testWM()
           
 
Methods inherited from class org.schwiebert.abl4j.tests.AbstractTest
compareFiles, printExecTime, runProgram
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

static FilenameFilter filter

overallJavaTime

private static int overallJavaTime

overallCppTime

private static int overallCppTime

counter

private static int counter
Constructor Detail

AlignTests

public AlignTests()
Method Detail

runJavaProgram

protected void runJavaProgram(String[] args)
                       throws IOException
Specified by:
runJavaProgram in class AbstractTest
Throws:
IOException

runAlignment

private void runAlignment(String[] align_opts)
                   throws IOException
Throws:
IOException

testL

public void testL()
           throws IOException
Throws:
IOException

testT

public void testT()
           throws IOException
Throws:
IOException

testB

public void testB()
           throws IOException
Throws:
IOException

testA

public void testA()
           throws IOException
Throws:
IOException

testWM

public void testWM()
            throws IOException
Throws:
IOException

testWB

public void testWB()
            throws IOException
Throws:
IOException

afterClass

public static void afterClass()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert