0
我得到以下JSON響應:斷言在JSON響應
{"participantUID": "000000000004871"}
我想要做的participantUID斷言。
我的代碼:
def ResponseMessage = messageExchange.response.responseContent
def jsonSlurper = new JsonSlurper().parseText(ResponseMessage)
assert jsonSlurper.participantUID == expectedparticipant
,但我得到的錯誤:groovy.lang.MissingPropertyException: No such property:
請幫助我。感謝
'println''ResponseMessage'來驗證您是否得到預期的結果。 – Opal