helpers

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExpectOption

type ExpectOption func(*expectOpts)

func MinTimes added in v0.4.0

func MinTimes(n int) ExpectOption

MinTimes sets the minimum number of times the expectation should be met. When n is 0, the expectation acts as a stub and can be called any number of times. Panics if n is negative.

func Times

func Times(n int) ExpectOption

Times sets the number of times the expectation should be met. Panics if n is negative.

type TB

type TB interface {
	Cleanup(func())
	Errorf(format string, args ...any)
}

Jump to

Keyboard shortcuts

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