This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from 6b7a848  [ToStringBuilderTest] clean up after some old issues
     new a4adb41  Use assertThrows in FunctionsTest (closes  #404)
     new c01fa9a  Simplify assertions (closes #404)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/commons/lang3/ArrayUtilsAddTest.java    | 256 ++++++-------
 .../lang3/ArrayUtilsRemoveMultipleTest.java        | 407 ++++++++++-----------
 .../apache/commons/lang3/ArrayUtilsRemoveTest.java | 238 ++++++------
 .../org/apache/commons/lang3/ArrayUtilsTest.java   | 274 +++++---------
 .../org/apache/commons/lang3/CharRangeTest.java    |  14 +-
 .../org/apache/commons/lang3/ClassUtilsTest.java   |  19 +-
 .../org/apache/commons/lang3/FunctionsTest.java    | 185 ++++------
 .../org/apache/commons/lang3/ObjectUtilsTest.java  |   3 +-
 .../java/org/apache/commons/lang3/RangeTest.java   |   2 +-
 .../org/apache/commons/lang3/StringUtilsTest.java  |  18 +-
 .../commons/lang3/builder/EqualsBuilderTest.java   |  10 +-
 .../apache/commons/lang3/math/NumberUtilsTest.java |  86 ++---
 .../commons/lang3/mutable/MutableBooleanTest.java  |   2 +-
 .../commons/lang3/mutable/MutableByteTest.java     |   3 +-
 .../commons/lang3/mutable/MutableDoubleTest.java   |   3 +-
 .../commons/lang3/mutable/MutableFloatTest.java    |   3 +-
 .../commons/lang3/mutable/MutableIntTest.java      |   3 +-
 .../commons/lang3/mutable/MutableLongTest.java     |   3 +-
 .../commons/lang3/mutable/MutableObjectTest.java   |  39 +-
 .../commons/lang3/mutable/MutableShortTest.java    |   3 +-
 .../lang3/reflect/ConstructorUtilsTest.java        |   4 +-
 .../commons/lang3/reflect/MethodUtilsTest.java     |   3 +-
 .../lang3/text/ExtendedMessageFormatTest.java      |   5 +-
 .../apache/commons/lang3/text/StrBuilderTest.java  |  20 +-
 .../org/apache/commons/lang3/tuple/PairTest.java   |   3 +-
 25 files changed, 708 insertions(+), 898 deletions(-)

Reply via email to