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

Struct Nested

assert/assertions_test.go:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176type Nested struct {
177 Exported interface{}
178 notExported interface{}
179}
180
181type S struct {
182 Exported1 interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected