lamchakchan / RestAssured.Net

A simple testing suite for REST based interfaces
Apache License 2.0
117 stars 48 forks source link

Schema Check failed while using AssertAll() #23

Open sri102info opened 7 years ago

sri102info commented 7 years ago

I used three TestBody(), and asserting it via AssertAll(), getting Schema Check Failed Exception.

DayneD89 commented 5 years ago

Going through old issues in case anyone has these in the future. Assuming that it is only the schema check that is failing and you do not mind this for some reason, you can disable the schema check by passing a false boolean to the function, ie AssertAll(false);