(format string, args ...interface{})
| 24 | type TestingfWrap func(format string, args ...interface{}) |
| 25 | |
| 26 | func (tf TestingfWrap) Errorf(format string, args ...interface{}) { |
| 27 | tf(format, args) |
| 28 | } |
| 29 | |
| 30 | func (tctx *TestContext) sameDataCheck(dataId1, dataId2 string) error { |
| 31 | if snap1, ok := tctx.AuxData.Snapshots[dataId1]; ok { |
no outgoing calls