使用body(matchesJsonSchemaInClasspath(“ get.json”))可以确保JSON模式验证无法正常工作;

时间:2018-08-22 14:14:24

标签: java json rest-assured

JSON模式验证无法通过body(matchesJsonSchemaInClasspath(“ get.json”))放心使用

我正在使用https://jsonschema.net/为我的JSON模式生成生成JSON模式。即使我已更改转换后的模式,以使测试应该失败但出现此错误

$(document).ready(function(){
    var url_string = window.location.href
    var url = new URL(url_string);
    var recipeToLoad = url.searchParams.get("recipe");
    if(recipeToLoad) {
         jQuery('#recipeToLoad').foundation('reveal', 'open')});
    }
}

0 个答案:

没有答案