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 TestingRepositoriesLoader ¶
type TestingRepositoriesLoader struct {
// contains filtered or unexported fields
}
func (*TestingRepositoriesLoader) Init ¶
func (inst *TestingRepositoriesLoader) Init(ac application.Context, t tests.TestContext)
func (*TestingRepositoriesLoader) Load ¶
func (inst *TestingRepositoriesLoader) Load(config string) ([]*TestCaseRepoInfo, error)
Click to show internal directories.
Click to hide internal directories.