RESTMock
RESTMock copied to clipboard
add new predefined matcher to check whether URL's path exactly matches another path
One more predefined matcher is being added to exactly compare two URL paths. Might be useful for the case when you need to distinguish paths like foo/bar/qwe and foo/bar or foo/bar/qwe and bar/qwe when startWith or endWith matchers are not helpful.
Unit tests also added to cover new matcher.
@andrzejchm could you please take a look? Also I have no access to failed check so I am unable to see what went wrong.
hey @int02h, in order to reproduce the fail on your local machine you can simply run:
./gradlew check -PpreDexLibraries=false
and it will report all the errors. currently it fails on:

hey @int02h, in order to reproduce the fail on your local machine you can simply run:
./gradlew check -PpreDexLibraries=falseand it will report all the errors. currently it fails on:
But this PR has nothing to do with those dependencies. Is it okay to update them in this PR? Maybe it should be done separately?
you're right, unfortunately I don't have much time recently to take care of this project so if you feel like updating those is not a hassle I'd be very grateful if you update them, even as part of this PR
I am sorry. I don't have much time to investigate why check keeps failing on my machine. So I am closing this PR.