tester

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type F

type F func(Tester)

F .

type Tester

type Tester interface {
	ConfigPath(name string) Tester
	Config(data string, codec string) Tester
	Run(f F)
	Stop()
	T() *testing.T
	B() *testing.B
	LocalService() localservice.LocalService
	GRPCService() grpcservice.Register
	Context() context.Context
}

Tester .

func B

func B(b *testing.B) Tester

B create Benchmark test

func T

func T(t *testing.T) Tester

T create function test

Jump to

Keyboard shortcuts

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