Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for checking if a header does NOT exist #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g.
expect().header("someheader", nullValue())

Now RA will throw illegal argument exception saying the "someheader" doesn't 
exist.

Original issue reported on code.google.com by johan.ha...@gmail.com on 15 Jun 2011 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 21 Jun 2011 at 6:32