Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp.test
Class TestComparator.TestComparatorTests  view TestComparator.TestComparatorTests download TestComparator.TestComparatorTests.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.tripi.asp.test.TestComparator.TestComparatorTests
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
TestComparator

public static class TestComparator.TestComparatorTests
extends junit.framework.TestCase

Test class which contains tests for the TestComparator class


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestComparator.TestComparatorTests(java.lang.String name)
          Constructor.
 
Method Summary
 void testBasicMatch()
          Basic test case, matches.
 void testBasicMatchWithCarets()
           
 void testBasicMatchWithNewlines()
           
 void testBasicNoMatch1()
          Basic test case, does not match.
 void testBasicNoMatch2()
           
 void testBasicNoMatch3()
           
 void testBasicNoMatch4()
           
 void testBasicNoMatch5()
           
 void testMultipleRegex1()
           
 void testMultipleRegex2()
           
 void testMultipleRegex3()
           
 void testMultipleRegex4()
           
 void testSimpleRegex1()
           
 void testSimpleRegex2()
           
 void testSimpleRegex3()
           
 void testSimpleRegex4()
           
 void testSimpleRegex5()
           
 void testSimpleRegex6()
           
 void testSimpleRegex7()
           
 
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

TestComparator.TestComparatorTests

public TestComparator.TestComparatorTests(java.lang.String name)
Constructor.

Method Detail

testBasicMatch

public void testBasicMatch()
Basic test case, matches.


testBasicMatchWithNewlines

public void testBasicMatchWithNewlines()

testBasicMatchWithCarets

public void testBasicMatchWithCarets()

testBasicNoMatch1

public void testBasicNoMatch1()
Basic test case, does not match.


testBasicNoMatch2

public void testBasicNoMatch2()

testBasicNoMatch3

public void testBasicNoMatch3()

testBasicNoMatch4

public void testBasicNoMatch4()

testBasicNoMatch5

public void testBasicNoMatch5()

testSimpleRegex1

public void testSimpleRegex1()

testSimpleRegex2

public void testSimpleRegex2()

testSimpleRegex3

public void testSimpleRegex3()

testSimpleRegex4

public void testSimpleRegex4()

testSimpleRegex5

public void testSimpleRegex5()

testSimpleRegex6

public void testSimpleRegex6()

testSimpleRegex7

public void testSimpleRegex7()

testMultipleRegex1

public void testMultipleRegex1()

testMultipleRegex2

public void testMultipleRegex2()

testMultipleRegex3

public void testMultipleRegex3()

testMultipleRegex4

public void testMultipleRegex4()