aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-08-29Simplify assertions with equivalent but more simple. (#792)Arturo Bernal
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-02-02Use the scale in the var name.Gary Gregory
2020-06-13[LANG-1563] use StandardCharsets.UTF_8 (#548)XenoAmess
2020-02-14Use final.Gary Gregory
2019-12-20Replace Character constructor (deprecated on Java 9+) calls in tests with Cha...pascalschumacher
2019-07-06Use HTTPS to access Apache resources.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Use assertTrue/assertFalse instead of reimplementing themAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-13Update checkstyle to version 8.13pascalschumacher
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-10-20Use final.Gary Gregory
2017-07-28LANG-1346: Remove deprecation from RandomStringUtilspascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-25LANG-1316: Deprecate classes/methods moved to commons-textpascalschumacher
2016-12-14Fix for LANG-1286: RandomStringUtils random method can overflow...duncan
2016-11-18LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter ...Ivan Morozov
2016-08-21LANG-1224: Extend RandomStringUtils with methods that generate strings betwee...Caleb Cushing
2016-05-29LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match cor...Caleb Cushing
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
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2012-06-10LANG-807 RandomStringUtils throws confusing IAE when end <= startSebastian Bazley
2012-06-09LANG-805 RandomStringUtils.random(count, 0, 0, false, false, universe, random...Sebastian Bazley
2011-11-09Remove superfluous parens like:Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr