MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / mockTestingT

Struct mockTestingT

pkg/gosqlx/testing/testing_test.go:586–591  ·  view source on GitHub ↗

Mock testing.T implementation for testing

Source from the content-addressed store, hash-verified

584
585// Mock testing.T implementation for testing
586type mockTestingT struct {
587 failed bool
588 fataled bool
589 errorMsg string
590 fatalMsg string
591}
592
593func (m *mockTestingT) Helper() {}
594

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected