Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GUnit ¶
type GUnit struct { // Tags group tests into different sets. The key is the name of the tag and the value is a matcher.NamesPathsCfg // that specifies the rules for matching the tests that are part of the tag. Any test that matches the provided // matcher is considered part of the tag. Tags map[string]matcher.Matcher // Exclude specifies the files that should be excluded from tests. Exclude matcher.Matcher }
Click to show internal directories.
Click to hide internal directories.