aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/tuple/ImmutablePairTest.java
AgeCommit message (Expand)Author
2022-08-16Add a bunch of test in order to increase the coverage. (#904)Arturo Bernal
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-03-07Unnecessary @SuppressWarnings("unchecked")Gary Gregory
2022-03-07Sort imports.Gary Gregory
2021-12-08Add constructors that require non-null inputs inGary Gregory
2021-02-21Sort members.Gary Gregory
2020-10-25Use own API for ser/deser roundtrip since the point of the test is notGary Gregory
2020-10-25Fix generics warning.Gary Gregory
2020-06-23Added ImmutablePair factory methods left() and right().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-10Remove trailing spaces.Gary Gregory
2019-05-10[LANG-1458] Add EMPTY_ARRAY constants to classes inGary Gregory
2019-05-09Sort methods.Gary Gregory
2019-01-08Fix checkstyle issues in new test codeBruno P. Kinoshita
2019-01-08add test use ImmutablePair class with java.util.HashMap and java.util.TreeMapApirom Na Nakorn
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
2017-10-20Use final.Gary Gregory
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-14[LANG-1331] ImmutablePair.nullPair()Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2011-04-12Refactor all 3 three Pair classes from o.a.c.l to o.a.c.l.tuple.Gary D. Gregory