finders

package
v0.0.0-...-f4b31ea Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

Package finders contains the implementations of the abstract finder interface.

Index

Constants

This section is empty.

Variables

View Source
var G3MoblyFinderType = common.FinderHarness("G3Mobly")

Functions

func TPtoSuite

func TPtoSuite(req *api.InternalTestplan) ([]*api.TestSuite, error)

Types

type ExtraInfo

type ExtraInfo struct {
	ExecutableName string `json:"executable_name"`
}

type G3MoblyFinder

type G3MoblyFinder struct {
	*common.AbstractFinder
}

func NewG3MoblyFinder

func NewG3MoblyFinder(ctx context.Context, req *api.InternalTestplan, log *log.Logger) *G3MoblyFinder

func (*G3MoblyFinder) FindTestsAB

func (ex *G3MoblyFinder) FindTestsAB() (*api.InternalTestplan, error)

type TestInfo

type TestInfo struct {
	Name      string      `json:"name"`
	Tags      []string    `json:"tags"`
	ExtraInfo []ExtraInfo `json:"extra_info"`
}

Jump to

Keyboard shortcuts

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