MCPcopy Create free account
hub / github.com/stretchr/testify / diffTestingStruct

Struct diffTestingStruct

assert/assertions_test.go:2453–2456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2451}
2452
2453type diffTestingStruct struct {
2454 A string
2455 B int
2456}
2457
2458func (d *diffTestingStruct) String() string {
2459 return d.A

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected