(has bool)
| 759 | } |
| 760 | |
| 761 | func (d *DiffsPrinter) SetHasarrayIndexMismatch(has bool) { |
| 762 | d.hasarrayIndexMismatch = has |
| 763 | } |
| 764 | |
| 765 | func NewDiffsPrinter(testCase string) DiffsPrinter { |
| 766 | return NewDiffsPrinterOut(os.Stdout, testCase) |
no outgoing calls
no test coverage detected