commons-lang/src/test/org/apache/commons/lang
Robert Burrell Donkin 0cc87fe88d Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137139 13f79535-47bb-0310-9956-ffa450edef68
2002-11-20 21:45:47 +00:00
..
builder Tests for initial checkin of ToStringBuilder and assistants 2002-09-17 22:07:50 +00:00
enum getCause is 1.4 specific. Have replaced with getException. 2002-11-06 19:14:43 +00:00
exception cleaned up exception handling in the serialization test code 2002-10-09 17:20:44 +00:00
functor Closure renamed to Executor 2002-11-06 19:16:33 +00:00
reflect Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method. 2002-11-20 21:45:47 +00:00
ArrayUtilsTest.java Add to ArrayUtils and test it 2002-11-16 12:56:44 +00:00
CharSetUtilsTest.java Test showing that new String {"-"} does not work in CharSetUtils as a charset. 2002-09-29 07:13:07 +00:00
LangTestSuite.java Initial version of ArrayUtils testing, testing incomplete at present 2002-10-13 22:42:59 +00:00
NumberRangeTest.java NumberRange.getMaximum returns the minimum, not the maximum. 2002-11-07 16:59:44 +00:00
NumberUtilsTest.java Add tests for new min, max and compare methods 2002-09-15 10:27:56 +00:00
ObjectUtilsTest.java Add test for Null placeholder singleton 2002-09-18 20:12:15 +00:00
RandomStringUtilsTest.java corrected assert message String's 2002-10-08 19:01:39 +00:00
SerializationUtilsTest.java Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
StringUtilsEqualsIndexOfTest.java Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
StringUtilsIsTest.java Change the isTrue() method to cope with strings case insensitively 2002-11-15 00:06:40 +00:00
StringUtilsSubstringTest.java Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
StringUtilsTest.java Removed unused UPPER_FOO variable. 2002-11-07 21:52:44 +00:00
StringUtilsTrimEmptyTest.java Changed the deleteWhitespace method to delete according to Character.isWhitespce 2002-09-27 06:08:16 +00:00