# Functions
EventEqual expects that *peer.ChaincodeEvent stringer equal to mapping.Event.
EventIs expects ChaincodeEvent name is equal to expectName and event payload can be marshaled to expectPayload.
EventPayloadEqual checks event payload equality.
EventPayloadIs expects peer.ChaincodeEvent payload can be marshaled to target interface{} and returns converted value.
EventStringerEqual expects ChaincodeEvent name is equal to expectName and event payload String() equal expectPayload String().
No description provided by the author
PayloadBytes expects response is ok and compares response.Payload with expected value.
No description provided by the author
PayloadIs expects peer.Response payload can be marshalled to target interface{} and returns converted value todo: fromBytesConverters temporaty optional.
PayloadString expects payload content is string.
ResponseError expects peer.Response has shim.ERROR status and message has errMatcher matcher.
ResponseOk expects peer.Response has shim.OK status and message has okMatcher matcher.
# Interfaces
No description provided by the author