suite

package
v0.1.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MysqlSuite

type MysqlSuite struct {
	suite.Suite
	// contains filtered or unexported fields
}

MysqlSuite struct for MySQL Suite

func (*MysqlSuite) Connection

func (s *MysqlSuite) Connection() *sql.DB

func (*MysqlSuite) SetupSuite

func (s *MysqlSuite) SetupSuite()

SetupSuite setup at the beginning of test

func (*MysqlSuite) TearDownSuite

func (s *MysqlSuite) TearDownSuite()

TearDownSuite teardown at the end of test

type NopLogger

type NopLogger struct {
}

func (NopLogger) Print

func (l NopLogger) Print(v ...interface{})

type PgSuite

type PgSuite struct {
	suite.Suite
	// contains filtered or unexported fields
}

func (*PgSuite) Connection

func (s *PgSuite) Connection() *sql.DB

func (*PgSuite) SetupSuite

func (s *PgSuite) SetupSuite()

SetupSuite setup at the beginning of test

func (*PgSuite) TearDownSuite

func (s *PgSuite) TearDownSuite()

TearDownSuite teardown at the end of test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL