ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.tests
Class SelectTests

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

public class SelectTests
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
SelectTests()
           
 
Method Summary
static void afterClass()
           
protected  void runJavaProgram(String[] args)
           
 void testConstSelection()
           
 void testFirstSelection()
           
 void testTermSelection()
           
 
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

counter

private static int counter

overallJavaTime

private static int overallJavaTime

overallCppTime

private static int overallCppTime

filter

static FilenameFilter filter
Constructor Detail

SelectTests

public SelectTests()
Method Detail

runJavaProgram

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

testFirstSelection

public void testFirstSelection()
                        throws IOException
Throws:
IOException

testTermSelection

public void testTermSelection()
                       throws IOException
Throws:
IOException

testConstSelection

public void testConstSelection()
                        throws IOException
Throws:
IOException

afterClass

public static void afterClass()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert