Documentation
      ¶
    
    
  
    
  
    Index ¶
- func BlackBoxTestSuit(t *testing.T, fn HandlerGenFn, config config.DatabaseList, ...)
 - func BlackBoxTestSuitOfBuiltInTables(t *testing.T, fn HandlerGenFn, config config.DatabaseList, isFasthttp ...bool)
 - func Cleaner(config config.DatabaseList)
 - type DataCleaner
 - type FasthttpHandlerGenFn
 - type HandlerGenFn
 - type Tester
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlackBoxTestSuit ¶
func BlackBoxTestSuit( t *testing.T, fn HandlerGenFn, config config.DatabaseList, gens table.GeneratorList, cleaner DataCleaner, tester Tester, isFasthttp ...bool, )
func BlackBoxTestSuitOfBuiltInTables ¶
func BlackBoxTestSuitOfBuiltInTables(t *testing.T, fn HandlerGenFn, config config.DatabaseList, isFasthttp ...bool)
func Cleaner ¶
func Cleaner(config config.DatabaseList)
Types ¶
type DataCleaner ¶
type DataCleaner func(config config.DatabaseList)
type FasthttpHandlerGenFn ¶
type FasthttpHandlerGenFn func(config config.DatabaseList, gens table.GeneratorList) fasthttp2.RequestHandler
type HandlerGenFn ¶
type HandlerGenFn func(config config.DatabaseList, gens table.GeneratorList) http.Handler
type Tester ¶
type Tester func(e *httpexpect.Expect)
 Click to show internal directories. 
   Click to hide internal directories.