shouldNotHaveUri

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