ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.tests
Class ClusterTests

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

public class ClusterTests
extends AbstractTest


Field Summary
(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
ClusterTests()
           
 
Method Summary
static void afterClass()
           
protected  void runJavaProgram(String[] args)
           
 void testClustering()
           
 
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
Constructor Detail

ClusterTests

public ClusterTests()
Method Detail

runJavaProgram

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

testClustering

public void testClustering()
                    throws IOException
Throws:
IOException

afterClass

public static void afterClass()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert