aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/exception
AgeCommit message (Expand)Author
2024-05-23Unnecessary @SuppressWarningsGary Gregory
2024-01-24Address minor redundancies after code inspection (#1148)Capt. Cutlass
2024-01-20Normalize end of commentsGary Gregory
2024-01-20Declutter: Tests don't need Javadoc @since tagsGary Gregory
2024-01-04More testsGary Gregory
2023-11-26Remove extra blank linesGary Gregory
2023-11-03Sort test membersGary Gregory
2023-10-17Sort membersGary Gregory
2023-10-17Add ExceptionUtils.asRuntimeException(T), and deprecate rethrow(T)Gary Gregory
2023-10-10Make private static classes finalGary Gregory
2023-07-03--corrected the isUnchecked method to check for null (#1079)Dimitrios Efthymiou
2023-07-02Add tests for custom Throwable subclassGary Gregory
2023-07-02Fix Javadoc @since tagsGary Gregory
2023-07-02LANG-1647 (#1069)Dimitrios Efthymiou
2023-04-14fix: swap the order of assertion args (first excepted then actual) (#1054)徐梦旗
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-06-18Add ExceptionUtils.getRootCauseStackTraceList(Throwable)Gary Gregory
2022-06-18Format tweaksGary Gregory
2022-06-18Add ExceptionUtils.forEach(Throwable, Consumer<Throwable>)Gary Gregory
2022-06-18Sort membersGary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-05-30Add synchronized like superGary Gregory
2022-05-30Add missing serialVersionUID declarations in testsGary Gregory
2022-04-03Fixed NPE getting Stack Trace if Throwable is null (#733)Arturo Bernal
2021-11-17Add MethodInvokers.Gary Gregory
2021-11-16Add UncheckedIllegalAccessException.Gary Gregory
2021-11-13Add UncheckedReflectiveOperationException.Gary Gregory
2021-09-01Use final, valueOf(), lambdas.Gary Gregory
2021-08-29Simplify assertions with equivalent but more simple. (#792)Arturo Bernal
2021-08-29Add UncheckedFuture.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-22Add missing annotations.Gary Gregory
2020-02-22Use final.Gary Gregory
2020-02-17Exceptionutilstest to 100p (#486)Peter Verhas
2020-02-14Use final.Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-05-05Sort by method name.Gary Gregory
2019-05-05[LANG-1457] Add ExceptionUtils.throwableOfType(Throwable, Class) andGary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-07Update exception tests to JUnit JupiterAllon Mureinik
2018-02-11LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no low...pascalschumacher
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher