You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently written a short Baeldung tutorial on getting started with JsonUnit (if you find it useful feel free to attach the link wherever you see fit).
Working on this article and trying out various features, I've noticed it wasn't very easy to create an ${any-list} placeholder.
Would it make sense to have something out of the box, provided by the lib?
Additionally, I have tried to create this as a regex placeholder using the RegexBuilder, as suggested in the readme. However, the RegexBuilder is only part of the test scope and not exposed by the lib.
What do you think about exposing this utility class as well?
The text was updated successfully, but these errors were encountered:
I have recently written a short Baeldung tutorial on getting started with JsonUnit (if you find it useful feel free to attach the link wherever you see fit).
Working on this article and trying out various features, I've noticed it wasn't very easy to create an
${any-list}
placeholder.Additionally, I have tried to create this as a regex placeholder using the RegexBuilder, as suggested in the readme. However, the RegexBuilder is only part of the test scope and not exposed by the lib.
The text was updated successfully, but these errors were encountered: