MCPcopy
hub / github.com/expr-lang/expr / CollectT

Struct CollectT

internal/testify/assert/assertions.go:1899–1901  ·  view source on GitHub ↗

CollectT implements the TestingT interface and collects all errors.

Source from the content-addressed store, hash-verified

1897
1898// CollectT implements the TestingT interface and collects all errors.
1899type CollectT struct {
1900 errors []error
1901}
1902
1903// Errorf collects the error.
1904func (c *CollectT) Errorf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected