BYTECODES

使用moco返回json单个string值

moco是个不错的模拟API返回的测试框架,但是使用moco返回json单个string值需要加上引号,这个稍微有点坑。

server.request(by(uri("/api/export"))).response("\"success\"").response(header("content-type", "application/json"));

如果不加,会报类似下面错误:

was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false'); nested exception is com.fasterxml.jackson.core.JsonParseException