Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalStorageTestSuite ¶
type GlobalStorageTestSuite struct {
// contains filtered or unexported fields
}
GlobalStorageTestSuite is a test helper for data.GlobalStorage and fetcher.GlobalStorage.
func NewGlobalStorageTestSuite ¶
func NewGlobalStorageTestSuite(t *testing.T, dgs data.GlobalStorage, fgs fetcher.GlobalStorage) *GlobalStorageTestSuite
NewGlobalStorageTestSuite creates new a new test suite with given implementations of data.GlobalStorage and fetcher.GlobalStorage.
func (*GlobalStorageTestSuite) Run ¶
func (ts *GlobalStorageTestSuite) Run()
Run executes test suite.
Click to show internal directories.
Click to hide internal directories.