Skip to content

Mocks for Dalgo - makes testing your code that uses Dalgo easier

License

Notifications You must be signed in to change notification settings

dal-go/mocks4dalgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocks4dalgo

A tests helper package that provides mocks for:

You should have gomock installed to regenerate mocks.

To regenerate mocks.go file, run the following command:

$ mockgen -package mocks4dal github.com/dal-go/dalgo/dal Database,TransactionCoordinator,ReadTransactionCoordinator,ReadwriteTransactionCoordinator,Transaction,ReadTransaction,ReadwriteTransaction,ReadSession,WriteSession,ReadwriteSession > mocks4dal/mocks.go

About

Mocks for Dalgo - makes testing your code that uses Dalgo easier

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages