Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { HandleGinkgoSpecs(ast.Expr, types.Config, *analysis.Pass) bool // contains filtered or unexported methods }
Handler provide different handling, depend on the way ginkgo was imported, whether in imported with "." name, custom name or without any name.
func GetGinkgoHandler ¶
GetGinkgoHandler returns a ginkgor handler according to the way ginkgo was imported in the specific file
Click to show internal directories.
Click to hide internal directories.