testengine

package
v0.0.0-...-b044383 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LastNabazRunResult

func LastNabazRunResult(currentCommitId string, storage storage.Storage, gitProvider git.GitHistory) *models.NabazRun

Types

type TestEngine

type TestEngine struct {
	LocalCode      *code.CodeDirectory
	Storage        storage.Storage
	TestFramework  framework.Framework
	LanguageParser parser.Parser
	History        git.GitHistory
	CommitId       string
	LastNabazRun   *models.NabazRun
}

func NewTestEngine

func NewTestEngine(localCode *code.CodeDirectory, storage storage.Storage, testFramework framework.Framework,
	languageParser parser.Parser, history git.GitHistory) *TestEngine

func (*TestEngine) FillTestCoverageFuncNames

func (t *TestEngine) FillTestCoverageFuncNames(testRuns []models.TestRun)

func (*TestEngine) TestsToSkip

func (t *TestEngine) TestsToSkip() map[string]models.SkippedTest

Jump to

Keyboard shortcuts

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