ports

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ports

type Ports struct {
	// contains filtered or unexported fields
}

Ports reserves network ports, and then frees them when the test is ready to run so a process can bind to them at runtime.

func Reserve

func Reserve(t *testing.T, count int) *Ports

func (*Ports) Cleanup

func (p *Ports) Cleanup(t *testing.T)

func (*Ports) Free

func (p *Ports) Free(t *testing.T)

func (*Ports) Listener

func (p *Ports) Listener(t *testing.T) net.Listener

func (*Ports) Port

func (p *Ports) Port(t *testing.T) int

func (*Ports) Run

func (p *Ports) Run(t *testing.T, _ context.Context)

Jump to

Keyboard shortcuts

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