suite

package
v1.12.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(t *testing.T) map[string]Case

All returns all registered test cases.

func Register

func Register(c Case)

Register registers a test case.

Types

type Case

type Case interface {
	Setup(*testing.T) []framework.Option
	Run(*testing.T, context.Context)
}

Case is a test case for the integration test suite.

Jump to

Keyboard shortcuts

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