aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ClassPathUtilsTest.java
AgeCommit message (Expand)Author
2022-10-07Add ClassPathUtils.packageToPath(String) and pathToPackage(String)Gary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-06-27Use final consistently. Gary D. Gregory
2014-01-28Resolved compiler warnings shown in Eclipse and when compiling with -Xlint:un...Duncan Jones
2014-01-24Add test for ClassPathUtils accessebilityBenedikt Ritter
2014-01-19LANG-417: New class ClassPathUtils with methods for turning FQN into resource...Benedikt Ritter