aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ThreadUtilsTest.java
AgeCommit message (Expand)Author
2024-04-19JavadocGary Gregory
2024-01-24Use finalGary Gregory
2023-10-22Use Matchers for more detail on errorSebb
2023-10-10Make private static classes finalGary Gregory
2023-08-16[LANG-1706] ThreadUtils find methods should not return null items #1098Gary Gregory
2023-04-13fix: when running testThreadGroups and testThreadGroupsById in two threads, t...徐梦旗
2022-08-21Deprecate ThreadUtils code that defines custom function interfaces inGary Gregory
2022-08-21FormatGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-02-21Add and use Duration in APIs.Gary Gregory
2021-02-21Sort members.Gary Gregory
2021-01-16Use isEmpty().Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary 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-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-06-06Prevent redundant modifiersBenedikt Ritter
2015-05-07Fix potential NPE by checking for object identity instead of comparing one pr...Benedikt Ritter
2015-05-07Use enhanced for loop instead of iterator based loopBenedikt Ritter
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
2015-05-04incorporated feedback from Fabian, formatting adjusted, count >> 1 replaced w...Hendrik Saly
2015-05-04incorporated feedback from PeterHendrik Saly
2015-05-04Add ThreadUtilsHendrik Saly