aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/RangeTest.java
AgeCommit message (Expand)Author
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
2022-10-17JavadocGary Gregory
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
2021-10-17Remove dead comments.Gary Gregory
2021-10-17Sort members.Gary Gregory
2021-10-17[LANG-1674] Make Range constructors more generic #810.Gary Gregory
2021-10-17Add test idea for RangeTest from PR #815 by Rushi98, but with a newGary Gregory
2021-02-11Minor formatting.Gary Gregory
2019-08-22[LANG-1479] Add Range.fit(T) to fit a value into a range.Gary Gregory
2019-08-21Sort members.Gary Gregory
2019-02-09Simplify test code by using lambda expressionsBenedikt Ritter
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-10-15use assertTrue and assertFalsepascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-04Use long literals (closes #248)Allon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-04-19Formating.ggregory
2016-04-19Add tests with a better comparator from #132. Fix formating.ggregory
2016-04-19Add tests with a better comparator. Closes #132ggregory
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
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-04-05Add missing @Override.Gary D. Gregory
2012-04-05Do not import *Gary D. Gregory
2011-07-17[LANG-726] Add a method e.g. Range<T> Range<T>.intersectionWith(Range<T>)Matthew Jason Benson
2011-07-17junit4ify RangeTestMatthew Jason Benson
2011-05-25Refactor Range with lots of new methodsStephen Colebourne
2011-03-04Changing Range.containsRange to containsAll and Range.overlapsRange to overla...Henri Yandell
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr