package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 11, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Mock struct {
Name string `json:"name"`
TargetType string `json:"targetType,omitempty"`
File string `json:"file"`
Line int `json:"line"`
Library string `json:"library"`
Stubbed bool `json:"stubbed"`
Verified bool `json:"verified"`
Interacted bool `json:"interacted"`
}
type Report struct {
TotalMocks int `json:"totalMocks"`
ByLibrary map[string]int `json:"byLibrary"`
Mocks []Mock `json:"mocks"`
Unused []Mock `json:"unused"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.