Documentation
¶
Index ¶
- func CaseShowTableCount(t *testing.T, db *gorm.DB)
- func CaseShowVersionNum(t *testing.T, migration *migrate.Migrate)
- func CaseShowVersionNumAndTables(t *testing.T, migration *migrate.Migrate, db *gorm.DB)
- func RequireHasTable(t *testing.T, db *gorm.DB, tableName string)
- func RequireHasTables(t *testing.T, db *gorm.DB, tableNames []string)
- func RequireNotTable(t *testing.T, db *gorm.DB, tableName string)
- func ShowSourceContent(t *testing.T, sourceInstance source.Driver, version uint, ...)
- type LoggerDebug
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaseShowVersionNum ¶
func CaseShowVersionNumAndTables ¶ added in v0.0.10
Types ¶
type LoggerDebug ¶
type LoggerDebug struct{}
func (*LoggerDebug) Printf ¶
func (l *LoggerDebug) Printf(format string, values ...interface{})
func (*LoggerDebug) Verbose ¶
func (l *LoggerDebug) Verbose() bool
Click to show internal directories.
Click to hide internal directories.