-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make in-memory appender classes part of the public API (#450)
* Move InMemoryAppender, InMemoryAppenderAssertions, and InMemoryAppenderExtension to the production sources. * Enhance the javadocs for these classes. * Add new assertThatAppender entry point to InMemoryAppenderAssertions to avoid static import conflicts with AssertJ's Assertions#assertThat. * Remove assertNumberOfLoggingEventsAndGet from InMemoryAppender because there are two methods in InMemoryAppenderAssertions that already provide this functionality. * Change logback-classic to be a provided dependency. Closes #447 Closes #448 Closes #449
- Loading branch information
1 parent
f44f336
commit 81c6fd7
Showing
5 changed files
with
73 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters