https://kotlinlang.org logo
#kotest
Title
# kotest
d

Davio

08/17/2022, 8:48 AM
There seem to be some gaps between matchers for URI and URL, for instance there is an extension matcher
URL.shouldHaveParameterValue(key: String, value: String)
but URI only has
URI.shouldHaveParameter(key: String)
, is there a roadmap issue to close this gap?
s

sam

08/17/2022, 4:49 PM
Would welcome a PR.
d

Davio

08/18/2022, 7:08 AM
Okay, I might look into it when I have some time
2 Views