Documentation ¶
Overview ¶
Package AT006 defines an Analyzer that checks for acceptance tests containing multiple resource.Test() invocations
Index ¶
Constants ¶
View Source
const Doc = `` /* 227-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: analyzerName, Doc: Doc, Requires: []*analysis.Analyzer{ commentignore.Analyzer, testaccfuncdecl.Analyzer, }, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.