com.acsinet_solutions.cetia4.test
Class RegexpTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.acsinet_solutions.cetia4.test.RegexpTest
All Implemented Interfaces:
junit.framework.Test

public final class RegexpTest
extends junit.framework.TestCase

Author:
Santiago Arriaga

Constructor Summary
RegexpTest(java.lang.String name)
          Public constructor
 
Method Summary
static junit.framework.Test suite()
           
static void testApply()
           
static void testApply2()
           
static void testCreation()
          Test the creation of Regexp structures
static void testFilter()
           
static void testSplit()
           
static void testSplit2()
           
static void testSubstitute()
           
static void testTest()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegexpTest

public RegexpTest(java.lang.String name)
Public constructor

Method Detail

suite

public static junit.framework.Test suite()

testCreation

public static void testCreation()
                         throws java.lang.Exception
Test the creation of Regexp structures

Throws:
java.lang.Exception

testTest

public static void testTest()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testApply

public static void testApply()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testApply2

public static void testApply2()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testSubstitute

public static void testSubstitute()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testFilter

public static void testFilter()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testSplit

public static void testSplit()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testSplit2

public static void testSplit2()
                       throws java.lang.Exception
Throws:
java.lang.Exception