Documentation ¶
Index ¶
- Variables
- func AsLocation(asBasename bool, file string, line int) string
- func GetFrame() (frame runtime.Frame, ok bool)
- func GetLocation(asBasename bool) string
- func IsStdlibFrame(frame runtime.Frame) bool
- func IsTestFileFrame(frame runtime.Frame) bool
- func MatchFunc(match func(fn Func) bool) bool
- func NonTestCaseFrame(frame runtime.Frame) bool
- func SkipFrame(n int) func(frame runtime.Frame) bool
- func Until(checks ...func(runtime.Frame) bool) (_ok bool)
- type Func
Constants ¶
This section is empty.
Variables ¶
View Source
var TestcasePkgDirPath string
Functions ¶
func GetLocation ¶
func IsStdlibFrame ¶
func IsTestFileFrame ¶
func NonTestCaseFrame ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.