testing

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package testing implements the Testing domain. Testing domain is a dumping ground for the capabilities requires for browser or app testing that do not fit other domains.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(conn *rpcc.Conn) *domainClient

NewClient returns a client for the Testing domain with the connection set to conn.

Types

type GenerateTestReportArgs

type GenerateTestReportArgs struct {
	Message string  `json:"message"`         // Message to be displayed in the report.
	Group   *string `json:"group,omitempty"` // Specifies the endpoint group to deliver the report to.
}

GenerateTestReportArgs represents the arguments for GenerateTestReport in the Testing domain.

func NewGenerateTestReportArgs

func NewGenerateTestReportArgs(message string) *GenerateTestReportArgs

NewGenerateTestReportArgs initializes GenerateTestReportArgs with the required arguments.

func (*GenerateTestReportArgs) SetGroup

SetGroup sets the Group optional argument. Specifies the endpoint group to deliver the report to.

Jump to

Keyboard shortcuts

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