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

Struct AssertionTesterConformingObject

internal/testify/assert/assertions_test.go:94–95  ·  view source on GitHub ↗

AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface

Source from the content-addressed store, hash-verified

92
93// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
94type AssertionTesterConformingObject struct {
95}
96
97func (a *AssertionTesterConformingObject) TestMethod() {
98}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected