-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancment - Hamcrest matchers #3
Comments
The first thing I did was create my own matcher like this. |
I've found this Hamcrest matcher useful (kotlin):
then I can assert any part of the logging event like below (kotlin again)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm finding the following useful:
So I can say
Perhaps there should be a LoggingEventMatchers?
The text was updated successfully, but these errors were encountered: