MCPcopy
hub / github.com/stretchr/testify / Assertions

Struct Assertions

require/forward_requirements.go:5–7  ·  view source on GitHub ↗

Assertions provides assertion methods around the TestingT interface.

Source from the content-addressed store, hash-verified

3// Assertions provides assertion methods around the
4// TestingT interface.
5type Assertions struct {
6 t TestingT
7}
8
9// New makes a new Assertions object for the specified TestingT.
10func New(t TestingT) *Assertions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected