# Functions
GetCallerFileName returns filename of caller without file extension.
MatchCallExpr returns true if ce matches package name pn and method name mn.
NewNoGoroutine creates and returns a NoGoroutine object.
NewNoShort creates and returns a NoShort object.
NewNoSleep creates and returns a NoSleep object.
NewSkipByIssue creates and returns a SkipIssue object.
NewSkipByShort creates and returns a ShortSkip object.
# Structs
NoGoroutine requires that go f(x, y, z) is not allowed.
NoShort requires that testing.Short() is not allowed.
NoSleep requires that time.Sleep() is not allowed.
ShortSkip requires that a test function should have one of these pattern.
SkipIssue requires that a `t.Skip()` call in test function should contain url to a issue.