helper

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckSqlMockExpectationsMet

func CheckSqlMockExpectationsMet(sqlMock sqlmock.Sqlmock, t *testing.T)

func MakeMessagePerChunk

func MakeMessagePerChunk(chunks []string, consensusTimestampStr, topicId string) []message.Message

func NewMessage

func NewMessage(consensusTimestamp, topicId, content string, sequenceNumber, number, total int64) message.Message

func SetupNetworks

func SetupNetworks()

func SetupSqlMock

func SetupSqlMock() (dbConnection *gorm.DB, sqlMock sqlmock.Sqlmock, db *sql.DB)

func SqlMockPrepareExec

func SqlMockPrepareExec(sqlMock sqlmock.Sqlmock, query string, queryArgs ...driver.Value)

func SqlMockPrepareExecWithErr

func SqlMockPrepareExecWithErr(sqlMock sqlmock.Sqlmock, query string, queryArgs ...driver.Value) error

func SqlMockPrepareQuery

func SqlMockPrepareQuery(sqlMock sqlmock.Sqlmock, columns []string, rowArgs []driver.Value, query string, queryArgs ...driver.Value)

func SqlMockPrepareQueryWithErrInvalidData

func SqlMockPrepareQueryWithErrInvalidData(sqlMock sqlmock.Sqlmock, query string, queryArgs ...driver.Value) error

func SqlMockPrepareQueryWithErrNotFound

func SqlMockPrepareQueryWithErrNotFound(sqlMock sqlmock.Sqlmock, query string, queryArgs ...driver.Value) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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