element

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitRepoTester

type GitRepoTester struct {
	Path string             // `inject:"${test.repo.path}"`
	RM   repository.Manager // `inject:"#git-repository-manager"`
}

func (*GitRepoTester) Start

func (inst *GitRepoTester) Start() error

type RepoLayoutTester

type RepoLayoutTester struct {
	markup.Component `id:"repo-layout-tester"`

	AppContext application.Context
	RM         repository.Manager
}

func (*RepoLayoutTester) Start

func (inst *RepoLayoutTester) Start() error

type RepoLocatorTester

type RepoLocatorTester struct {
	markup.Component `id:"repo-locator-tester"`

	AppContext application.Context
	RM         repository.Manager
}

func (*RepoLocatorTester) Start

func (inst *RepoLocatorTester) Start() error

type TestCaseRepoInfo

type TestCaseRepoInfo struct {
	// properties
	ZipFilePath string `${repo.name.zipfile}` // path in res
	PwdPath     string `${repo.name.pwd}`     // path in fs

	// output
	Name string
	PWD  fs.Path
}

type TestingRepositoriesLoader

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

func (*TestingRepositoriesLoader) Init

func (*TestingRepositoriesLoader) Load

func (inst *TestingRepositoriesLoader) Load(config string) ([]*TestCaseRepoInfo, error)

Jump to

Keyboard shortcuts

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