aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Javadoc and format nitGary Gregory
2022-07-05Add SystemUtils.IS_JAVA_18Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_17Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-07-05Add test for StringUtils.substringBetween to disprove PR #908.Gary Gregory
2022-07-02Extra whitespaceGary Gregory
2022-06-21Remove duplicate asserts in StringUtilsTest.shalk
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-06-13Add missing test coverage for ClassUtils#getClass(String, boolean)Gary Gregory
2022-06-13Add missing test coverage for ClassUtils#getClass(ClassLoader, String)Gary Gregory
2022-06-13Format: Remove extra whitespace around parameters.Gary Gregory
2022-06-10Fix camel case and comment typos.Gary Gregory
2022-06-07Move tests into FailableFunctionsTestSteve
2022-06-06Increase test coverage of functional interfacesSteve
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-31JavadocGary Gregory
2022-05-31JavadocGary Gregory
2022-05-31JavadocGary Gregory
2022-05-30Reuse Function identityGary Gregory
2022-05-30Fix generics compiler warningsGary Gregory
2022-05-30Document unused for testsGary Gregory
2022-05-30Add synchronized like superGary Gregory
2022-05-30Document unused type parameter for testsGary Gregory
2022-05-30Add synchronized like superGary Gregory
2022-05-30Organize importsGary Gregory
2022-05-30Use try-with-resources without final (redundant SpotBugs)Gary Gregory
2022-05-30Use try-with-resourcesGary Gregory
2022-05-30Add and document @SuppressWarningsGary Gregory
2022-05-30Remove unnecessary @SuppressWarningsGary Gregory
2022-05-30Add missing serialVersionUID declarations in testsGary Gregory
2022-05-29Fix testGary Gregory
2022-05-29Fix testGary Gregory
2022-05-28Add DurationUtils.of(FailableConsumer|FailableRunnbale)Gary Gregory
2022-05-27Fix unstable coverage of CharSequenceUtils tests noticed during merge of PRs ...Steve Bosman
2022-05-27FormattingAlex Herbert
2022-05-27Rewrite method to be the same as binaryToHexDigit but working from the end of...Arturo Bernal
2022-05-27Add DurationUtils.since(Temporal)Gary Gregory
2022-05-26Better constant name.Gary Gregory
2022-05-26Increase method test coverage of MultilineRecursiveToStringStyle (#899)Steve Bosman
2022-05-26Increase test coverage of ComparableUtils from 71% to 100% (#898)Steve Bosman
2022-05-15Move new internal Calendar APIs to CalendarUtils and refactor.Gary Gregory
2022-05-15[LANG-1680] FastDateFormat does not support the 'L'-Pattern fromGary Gregory
2022-05-15LANG-1680 Add support for standalone month formats (#892)Steve Bosman
2022-05-10Fix Javadoc.Gary Gregory