Package examples.mailbox
Class RunMailbox
- java.lang.Object
-
- examples.RunTests
-
- examples.mailbox.RunMailbox
-
public class RunMailbox extends RunTests
Uses the "mailbox" grammar from RFC 5321 for a comparison of timing and node hits between the normal CFG grammar and the use of UDT functions. The mailbox grammar is a generally accepted standard for the email addresses.
-
-
Constructor Summary
Constructors Constructor Description RunMailbox(java.lang.String testName, int reps, java.io.PrintStream out)
Constructor for the test.
-
-
-
Constructor Detail
-
RunMailbox
public RunMailbox(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
-
-