gnu.regexp.util
Class Tests

java.lang.Object
  extended by gnu.regexp.util.Tests

public class Tests
extends Object

This is a very basic testsuite application for gnu.regexp.

Version:
1.01
Author:
Wes Biggs

Method Summary
static void main(String[] argv)
          Runs the testsuite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] argv)
                 throws gnu.regexp.REException
Runs the testsuite. No command line arguments are necessary.

Throws:
gnu.regexp.REException - An error occurred compiling a regular expression.