Documentation
¶
Overview ¶
Package testx contains utilities for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Benchmark ¶
func Benchmark( b *testing.B, setup func(context.Context) error, before func(context.Context) error, fn func(context.Context) error, after func(context.Context) error, )
Benchmark benchmarks fn.
func SequentialName ¶
SequentialName returns a unique name with the given prefix.
func UniqueName ¶
UniqueName returns a unique name with the given prefix.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.