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

Struct TStruct

assert/assertions_test.go:1700–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698
1699 type TString string
1700 type TStruct struct {
1701 x int
1702 }
1703
1704 True(t, Empty(mockT, ""), "Empty string is empty")
1705 True(t, Empty(mockT, nil), "Nil is empty")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected