[GitHub] [logging-log4j2] rgoers commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
rgoers commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579613637 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CallerInformationTest.java ## @@ -57,9 +57,9 @@ public void testMethodLogger() throws Exce

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
carterkozak commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579498048 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java ## @@ -78,23 +78,23 @@ public void testForcedLog() { catego

[GitHub] [logging-log4j2] carterkozak opened a new pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
carterkozak opened a new pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468 I've applied some refactors I wrote a while ago: https://github.com/palantir/assertj-automation Separated into two commits, first migrates from other asserts to assertj, and a second which