shouldNotHaveUri

infix fun Request.shouldNotHaveUri(expected: Regex)(source)
infix fun Request.shouldNotHaveUri(expected: Uri)(source)
infix fun Request.shouldNotHaveUri(expected: String)(source)
infix fun Request.shouldNotHaveUri(match: Matcher<Uri>)(source)