Way to print which Mock
s are registered to a MockServer
#92
Labels
enhancement
New feature or request
Mock
s are registered to a MockServer
#92
It would be nice to have a way to see e.g. what URLs are matched or what the rules are. Part of this could just be a
Debug
impl onMock
that prints the fields ofRequestRequirements
that areSome
in a nice way.Maybe
MockServer
could have afn (&self) -> impl Iterator<Item=&Mock>
somehow? I am less sure how those are stored internally.The text was updated successfully, but these errors were encountered: