testutils

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Counter

type Counter interface {
	// Increments the counter by 1 and returns the latest value of the counter
	Increment() int
	// Get the current value of the counter
	Get() int
}

func NewCounter

func NewCounter() Counter

NewCounter creates a Counter which is initialised as 0 use this Counter when you need an easy way of tracking the number of function calls that occur in tests

Jump to

Keyboard shortcuts

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