repository

package
v3.3.1 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestHelper

type TestHelper struct {
	// contains filtered or unexported fields
}

func NewTestHelper

func NewTestHelper(t TestingT, bare string, node generic.NodeInterface) *TestHelper

func (*TestHelper) AssertReadmeContains

func (o *TestHelper) AssertReadmeContains(content string)

func (*TestHelper) AssertRepositoryBranchExists

func (o *TestHelper) AssertRepositoryBranchExists(branch string)

func (*TestHelper) AssertRepositoryFileExists

func (o *TestHelper) AssertRepositoryFileExists(file string)

func (*TestHelper) AssertRepositoryNotFileExists

func (o *TestHelper) AssertRepositoryNotFileExists(file string)

func (*TestHelper) AssertRepositoryTagExists

func (o *TestHelper) AssertRepositoryTagExists(tag string)

func (*TestHelper) BranchRepositoryFeature

func (o *TestHelper) BranchRepositoryFeature(branch, content string) *TestHelper

func (*TestHelper) CreateRepositoryContent

func (o *TestHelper) CreateRepositoryContent(content string) *TestHelper

func (*TestHelper) CreateRepositoryTag

func (o *TestHelper) CreateRepositoryTag(tag, commit string) *TestHelper

func (*TestHelper) GetBare

func (o *TestHelper) GetBare() string

func (*TestHelper) GetClone

func (o *TestHelper) GetClone() string

func (*TestHelper) GetNode

func (o *TestHelper) GetNode() generic.NodeInterface

func (*TestHelper) GetRepositorySha

func (o *TestHelper) GetRepositorySha(branch string) string

func (*TestHelper) InitBare

func (o *TestHelper) InitBare(args ...string) string

func (*TestHelper) InternalBranchRepositoryFeature

func (o *TestHelper) InternalBranchRepositoryFeature(branch, content string)

func (*TestHelper) PullClone

func (o *TestHelper) PullClone()

func (*TestHelper) PushMirror

func (o *TestHelper) PushMirror()

func (*TestHelper) RevList

func (o *TestHelper) RevList() string

type TestingT

type TestingT interface {
	assert.TestingT
	TempDir() string
	Skip(args ...any)
}

Jump to

Keyboard shortcuts

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