settest

package
v0.0.0-...-a09f9a9 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Set

func Set(t TestingT, setBuilder func(elems []string) set.Set[string])

Types

type TestingT

type TestingT interface {
	Helper()
	Run(name string, f func(t *testing.T)) bool
}

TestingT is an interface for the parts of *testing.T that settest.Set needs to run. Whenever you see an argument of this type, pass in an instance of *testing.T or your unit testing framework's equivalent.

Jump to

Keyboard shortcuts

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