src

package
v0.0.0-...-a6bae08 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Process

func Process(args mod.Args)

func RunGrpc

func RunGrpc(test *mod.Test)

func RunTests

func RunTests(tests []mod.Test, args mod.Args)

Types

type Result

type Result struct {
	DateTime  time.Time  `json:"dateTime"`
	Total     int        `json:"total"`
	Successed int        `json:"succeeded"`
	Failure   int        `json:"failed"`
	Skipped   int        `json:"skipped"`
	Tests     []mod.Test `json:"tests"`
}

Jump to

Keyboard shortcuts

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