aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/tuple/PairTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-03-07Use genercis.Gary Gregory
2021-12-08Add constructors that require non-null inputs inGary Gregory
2021-02-21Sort members.Gary Gregory
2020-02-14Use final.Gary Gregory
2019-12-21[LANG-1503] Add factory methods to Pair classes with Map.Entry input.Gary Gregory
2019-05-10[LANG-1458] Add EMPTY_ARRAY constants to classes inGary Gregory
2019-05-09Sort methods.Gary Gregory
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-08Update tuple tests to JUnit JupiterAllon Mureinik
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2011-11-09Avoid boolean boxing in asserts where possibleSebastian Bazley
2011-05-04Test impact on Pair of being FormattableStephen Colebourne
2011-04-25Add back Pair#toString(String format).Gary D. Gregory
2011-04-21Pair implements java.util.Formattable and defers toString() handling thereto.Matthew Jason Benson
2011-04-12Refactor all 3 three Pair classes from o.a.c.l to o.a.c.l.tuple.Gary D. Gregory