Documentation
¶
Index ¶
- func MustClose(t testing.TB, conn interface{ ... })
- func MustCloseContext(t testing.TB, conn interface{ ... })
- func MustConnectPgx(t testing.TB) *pgx.Conn
- func RunTranscodeTests(t testing.TB, pgTypeName string, tests []TranscodeTestCase)
- func RunTranscodeTestsFormat(t testing.TB, pgTypeName string, tests []TranscodeTestCase, conn *pgx.Conn, ...)
- type TranscodeTestCase
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustCloseContext ¶
func RunTranscodeTests ¶
func RunTranscodeTests(t testing.TB, pgTypeName string, tests []TranscodeTestCase)
func RunTranscodeTestsFormat ¶
Types ¶
type TranscodeTestCase ¶
type TranscodeTestCase struct {
Src interface{}
Dst interface{}
Test func(interface{}) bool
}
Click to show internal directories.
Click to hide internal directories.