Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface { // Is detects based on upsert test options what kind of test it is Is(options apiClient.UpsertTestOptions) (string, bool) // IsWithPath detects based on path(extension) what kind of test it is IsWithPath(path string, options apiClient.UpsertTestOptions) (string, bool) // GetType returns test type GetType() string }
Adapter defines methods for test detection
type Detector ¶
Detector is detection orchestrator for possible detectors
func NewDefaultDetector ¶
func NewDefaultDetector() Detector
func (*Detector) GetAdapter ¶ added in v1.5.13
GetAdapter return adapter by test type
Click to show internal directories.
Click to hide internal directories.