Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsContainer ¶ added in v0.13.5
Types ¶
type Handler ¶
type Handler interface { GetFocusContainerName(*ast.CallExpr) (bool, *ast.Ident) IsFocusSpec(ident ast.Expr) bool }
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.