richie
6 years agoCommunity Hero
Assert every instance of a json attribute displays a specific pattern
Hey,
nmrao gave me some code to assert that a repeating attribute in my json response had a null as follows::
assert context.response, 'Request parameter is correct'
def json = new groovy.jso...