MCPcopy Create free account
hub / github.com/expr-lang/expr / AssertionTesterInterface

Interface AssertionTesterInterface

internal/testify/assert/assertions_test.go:89–91  ·  view source on GitHub ↗

AssertionTesterInterface defines an interface to be used for testing assertion methods

Source from the content-addressed store, hash-verified

87
88// AssertionTesterInterface defines an interface to be used for testing assertion methods
89type AssertionTesterInterface interface {
90 TestMethod()
91}
92
93// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
94type AssertionTesterConformingObject struct {

Callers

nothing calls this directly

Implementers 2

AssertionTesterConformingObjectinternal/testify/assert/assertions_tes
AssertionTesterConformingObjectinternal/testify/require/requirements_

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…