org.apache.commons.lang
Class CharRangeTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.lang.CharRangeTest
All Implemented Interfaces:
junit.framework.Test

public class CharRangeTest
extends junit.framework.TestCase

Unit tests CharRange.

Version:
$Id: CharRangeTest.java 437554 2006-08-28 06:21:41Z bayard $
Author:
Stephen Colebourne

Constructor Summary
CharRangeTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testClass()
           
 void testConstructorAccessors_Char()
           
 void testConstructorAccessors_CharBoolean_Negated()
           
 void testConstructorAccessors_CharBoolean_Normal()
           
 void testConstructorAccessors_CharChar_Normal()
           
 void testConstructorAccessors_CharChar_Reversed()
           
 void testConstructorAccessors_CharChar_Same()
           
 void testConstructorAccessors_CharCharBoolean_Normal()
           
 void testConstructorAccessors_CharCharBoolean_NormalNegated()
           
 void testConstructorAccessors_CharCharBoolean_Reversed()
           
 void testConstructorAccessors_CharCharBoolean_ReversedNegated()
           
 void testConstructorAccessors_CharCharBoolean_Same()
           
 void testConstructorAccessors_CharCharBoolean_SameNegated()
           
 void testContains_Char()
           
 void testContains_Charrange()
           
 void testContainsNullArg()
           
 void testEquals_Object()
           
 void testHashCode()
           
 void testSerialization()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

CharRangeTest

public CharRangeTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testClass

public void testClass()

testConstructorAccessors_Char

public void testConstructorAccessors_Char()

testConstructorAccessors_CharBoolean_Normal

public void testConstructorAccessors_CharBoolean_Normal()

testConstructorAccessors_CharBoolean_Negated

public void testConstructorAccessors_CharBoolean_Negated()

testConstructorAccessors_CharChar_Same

public void testConstructorAccessors_CharChar_Same()

testConstructorAccessors_CharChar_Normal

public void testConstructorAccessors_CharChar_Normal()

testConstructorAccessors_CharChar_Reversed

public void testConstructorAccessors_CharChar_Reversed()

testConstructorAccessors_CharCharBoolean_Same

public void testConstructorAccessors_CharCharBoolean_Same()

testConstructorAccessors_CharCharBoolean_Normal

public void testConstructorAccessors_CharCharBoolean_Normal()

testConstructorAccessors_CharCharBoolean_Reversed

public void testConstructorAccessors_CharCharBoolean_Reversed()

testConstructorAccessors_CharCharBoolean_SameNegated

public void testConstructorAccessors_CharCharBoolean_SameNegated()

testConstructorAccessors_CharCharBoolean_NormalNegated

public void testConstructorAccessors_CharCharBoolean_NormalNegated()

testConstructorAccessors_CharCharBoolean_ReversedNegated

public void testConstructorAccessors_CharCharBoolean_ReversedNegated()

testEquals_Object

public void testEquals_Object()

testHashCode

public void testHashCode()

testContains_Char

public void testContains_Char()

testContains_Charrange

public void testContains_Charrange()

testContainsNullArg

public void testContainsNullArg()

testSerialization

public void testSerialization()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.