Documentation
¶
Overview ¶
Package detection provides hierarchical test framework detection.
Index ¶
Constants ¶
View Source
const FrameworkUnknown = "unknown"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confidence ¶
type Confidence int
const ( ConfidenceUnknown Confidence = iota ConfidenceLow // scope config ConfidenceMedium // import ConfidenceHigh // pragma (future) )
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
func NewDetector ¶
type Result ¶
type Result struct {
ConfigPath string
Confidence Confidence
Framework string
Source Source
}
func FromImport ¶
func FromScopeConfig ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package config provides scope-based configuration file resolution.
|
Package config provides scope-based configuration file resolution. |
|
Package matchers provides framework-specific detection rules.
|
Package matchers provides framework-specific detection rules. |
Click to show internal directories.
Click to hide internal directories.