aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/builder/RecursiveToStringStyleTest.java
AgeCommit message (Collapse)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2019-11-23sort fields in ReflectionToStringBuilder for deterministic order (#481)contextshuffling
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-06Update builder tests to JUnit JupiterAllon Mureinik
Upgrade the tests in the builder package to use JUnit Jupiter as part of the effort to remove the dependency on the Vintage Engine. While most of these changes are drop-in replacements with no functional benefit, it is worth mentioning the change to how expected exceptions are tested. Unlike org.junit.Test, org.junit.jupiter.api.Test does not have an "expected" argument. Instead, an explicit call to org.junit.jupiter.api.Assertions.assertThrows is used. This call allows the test to pinpoint the exact statement that is expected to throw the expcetion and allows making the tests a bit stricter by preventing false-positives that could occur if the setup code would throw the expected exception instead of the statement that was supposed to throw it.
2017-06-06Make sure lines in files don't have trailing white spaces and remove all ↵Benedikt Ritter
trailing white spaces
2016-11-23RecursiveToStringStyleTest now uses correct ToStringStyle in tests.duncan
Thanks to Dominik Stadler for patch.
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed spurious * lines before a */; mostly created by removing the ↵Henri Yandell
@version lines
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-02-17LANG-621: ReflectionToStringBuilder.toString does not debug 3rd party object ↵Bruno P. Kinoshita
fields within 3rd party object. Suggested by Philip Hodges. Final patch from Thomas Neidhart. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1569028 13f79535-47bb-0310-9956-ffa450edef68