Documentation
¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisAPI ¶
AnalysisAPI is an autogenerated mock type for the AnalysisAPI type
func (*AnalysisAPI) GetCoverageStatistics ¶
func (_m *AnalysisAPI) GetCoverageStatistics(packages []string) (analysistypes.GetCoverageStatisticsOutput, error)
GetCoverageStatistics provides a mock function with given fields: packages
type CommandAPI ¶
CommandAPI is an autogenerated mock type for the CommandAPI type
func (*CommandAPI) CombinedOutput ¶
func (_m *CommandAPI) CombinedOutput() ([]byte, error)
CombinedOutput provides a mock function with given fields:
func (*CommandAPI) Output ¶
func (_m *CommandAPI) Output() ([]byte, error)
Output provides a mock function with given fields:
func (*CommandAPI) Run ¶
func (_m *CommandAPI) Run() error
Run provides a mock function with given fields:
type ExecAPI ¶
ExecAPI is an autogenerated mock type for the ExecAPI type
type FileInfo ¶
FileInfo is an autogenerated mock type for the FileInfo type
func (*FileInfo) IsDir ¶
IsDir provides a mock function with given fields:
func (*FileInfo) ModTime ¶
ModTime provides a mock function with given fields:
func (*FileInfo) Mode ¶
Mode provides a mock function with given fields:
func (*FileInfo) Name ¶
Name provides a mock function with given fields:
func (*FileInfo) Size ¶
Size provides a mock function with given fields:
type OSIOAPI ¶
OSIOAPI is an autogenerated mock type for the OSIOAPI type
func (*OSIOAPI) LookupEnv ¶
LookupEnv provides a mock function with given fields: key
func (*OSIOAPI) ReadDir ¶
ReadDir provides a mock function with given fields: dirname
func (*OSIOAPI) ReadFile ¶
ReadFile provides a mock function with given fields: filename
type PackageAPI ¶
PackageAPI is an autogenerated mock type for the PackageAPI type
func (*PackageAPI) GetFileNamesForPackage ¶
func (_m *PackageAPI) GetFileNamesForPackage(pkg string) ([]string, error)
GetFileNamesForPackage provides a mock function with given fields: pkg
func (*PackageAPI) GetPackages ¶
func (_m *PackageAPI) GetPackages(exclusionPatterns []string) ([]string, error)
GetPackages provides a mock function with given fields: exclusionPatterns
type ProfileAPI ¶
ProfileAPI is an autogenerated mock type for the ProfileAPI type
func (*ProfileAPI) BuildAndSaveCoverageProfile ¶
func (_m *ProfileAPI) BuildAndSaveCoverageProfile(allPackages pckg.Group, coverageProfileName string) error
BuildAndSaveCoverageProfile provides a mock function with given fields: allPackages, coverageProfileName
func (*ProfileAPI) OutputPercentageFile ¶
func (_m *ProfileAPI) OutputPercentageFile(coveragePercentage float64) error
OutputPercentageFile provides a mock function with given fields: coveragePercentage
type RawAPI ¶
RawAPI is an autogenerated mock type for the RawAPI type
type ReportAPI ¶
ReportAPI is an autogenerated mock type for the ReportAPI type
Source Files
¶
- AnalysisAPI.go
- CommandAPI.go
- ExecAPI.go
- FileInfo.go
- OSIOAPI.go
- PackageAPI.go
- ProfileAPI.go
- RawAPI.go
- ReportAPI.go