mock

package
v0.0.0-...-955c50f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock defines the struct and its corresponding methods for mocking core.Repository

Package mock defines the struct and its corresponding methods for mocking core.Worktree

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitRepositoryMock

type GitRepositoryMock struct {
	mock.Mock
}

func (*GitRepositoryMock) Worktree

func (gitRepository *GitRepositoryMock) Worktree() (gitWorktree core.IGitWorktree, err error)

type GitWorktreeMock

type GitWorktreeMock struct {
	mock.Mock
}

func (*GitWorktreeMock) Checkout

func (gitWorktree *GitWorktreeMock) Checkout(opts *git.CheckoutOptions) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL