subtest

package module
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: Unlicense Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunSubtests

func RunSubtests(t *testing.T, subtests []Subtest)

Types

type Subtest

type Subtest struct {
	Name         string
	ExpectedData interface{}
	ExpectedErr  error
	Test         func() (interface{}, error)
	Setup        func()
	Teardown     func()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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