aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/exception
AgeCommit message (Expand)Author
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
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-06-06Make sure files end with a new lineBenedikt Ritter
2017-04-22use Assert#assertFalse instead of Assert#assertTrue with a negated conditionpascalschumacher
2017-04-22Use String#contains where possible (closes #263)Allon Mureinik
2017-03-19Remove test wildcard importsAllon Mureinik
2017-03-12AbstractExceptionContextTest#testJavaSerialization: remove unnecessary Suppre...pascalschumacher
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2017-01-05+ AbstractExceptionTestAndrii
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-23Add final modifier to local variables.Gary Gregory
2016-05-24[LANG-1228] Prefer Throwable.getCause() in ExceptionUtils.getCause() (closes ...Bradley Hess
2015-07-24fix ExceptionUtilsTest to compile with java 1.6Chas Honton
2015-07-12LANG-1149 Added alternative checked exception wrapping/unwrapping methodsChas Honton