Package examples.testudtlib
Class RunUdtTest
- java.lang.Object
-
- examples.RunTests
-
- examples.testudtlib.RunUdtTest
-
public class RunUdtTest extends RunTests
Driver function for time comparison testing of all UdtLib UDT functions vs the CFG versions of the grammars.
-
-
Constructor Summary
Constructors Constructor Description RunUdtTest(java.lang.String testName, int reps, java.io.PrintStream out)
Constructor for the test.
-
-
-
Constructor Detail
-
RunUdtTest
public RunUdtTest(java.lang.String testName, int reps, java.io.PrintStream out)
Constructor for the test. Parameters are supplied explicitly or by default from the command line to the driver function.- Parameters:
testName
- the name of the testreps
- the number of repetitions of the parserout
- the output device
-
-