package
Version:
v0.0.0-...-24e094a
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
note: We didn't name this func TestUserStore, although it's testing UserStore. That's because the name of this package already
has test in it(suitetest). But if you put this func in the same package as the type(UserStore), we would name it TestUserStore.
suitetest.UserStore
type UserStoreSuite struct {
suite.UserStore
BeforeEach func()
AfterEach func()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.