type gotest.tools/v3/assert.TestingT

10 uses

	gotest.tools/v3/assert (current package)
		assert.go#L106: type TestingT interface {
		assert.go#L141: func Assert(t TestingT, comparison BoolOrComparison, msgAndArgs ...interface{}) {
		assert.go#L155: func Check(t TestingT, comparison BoolOrComparison, msgAndArgs ...interface{}) bool {
		assert.go#L172: func NilError(t TestingT, err error, msgAndArgs ...interface{}) {
		assert.go#L200: func Equal(t TestingT, x, y interface{}, msgAndArgs ...interface{}) {
		assert.go#L219: func DeepEqual(t TestingT, x, y interface{}, opts ...gocmp.Option) {
		assert.go#L238: func Error(t TestingT, err error, expected string, msgAndArgs ...interface{}) {
		assert.go#L255: func ErrorContains(t TestingT, err error, substring string, msgAndArgs ...interface{}) {
		assert.go#L288: func ErrorType(t TestingT, err error, expected interface{}, msgAndArgs ...interface{}) {
		assert.go#L305: func ErrorIs(t TestingT, err error, expected error, msgAndArgs ...interface{}) {