(exp, act string)
| 794 | d.typeExp, d.typeAct = exp, act |
| 795 | } |
| 796 | func (d *DiffsPrinter) PushStatusDiff(exp, act string) { |
| 797 | d.statusExp, d.statusAct = exp, act |
| 798 | } |
| 799 | |
| 800 | func (d *DiffsPrinter) PushFooterDiff(key string) { |
| 801 | d.hasarrayIndexMismatch = true |
no outgoing calls
no test coverage detected