jchrest.tests
Class TestPatterns

java.lang.Object
  extended by jchrest.tests.TestPatterns

public class TestPatterns
extends java.lang.Object

Suite of tests to verify performance of the Pattern classes. These tests are Process Tests as the performance of Chrest is dependent on the properties of its basic data types.


Constructor Summary
TestPatterns()
           
 
Method Summary
 void setupExamples()
           
 void testIosMatches()
           
 void testListPatternAppend()
           
 void testListPatternEquality()
           
 void testListPatternFinished()
           
 void testListPatternMatches1()
           
 void testListPatternMatches2()
           
 void testListPatternMatches3()
           
 void testListPatternRemove()
           
 void testMixedMatches()
           
 void testNumberMatches()
           
 void testStringMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPatterns

public TestPatterns()
Method Detail

setupExamples

public void setupExamples()

testNumberMatches

public void testNumberMatches()

testStringMatches

public void testStringMatches()

testIosMatches

public void testIosMatches()

testMixedMatches

public void testMixedMatches()

testListPatternFinished

public void testListPatternFinished()

testListPatternEquality

public void testListPatternEquality()

testListPatternMatches1

public void testListPatternMatches1()

testListPatternMatches2

public void testListPatternMatches2()

testListPatternMatches3

public void testListPatternMatches3()

testListPatternAppend

public void testListPatternAppend()

testListPatternRemove

public void testListPatternRemove()