org.apache.commons.lang
Class CharRangeTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.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
| 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 |
CharRangeTest
public CharRangeTest(java.lang.String name)
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.