testutils

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SerializationRoundTrip

func SerializationRoundTrip(o Serializable) func(*testing.T)

func SerializationRoundTripRaw

func SerializationRoundTripRaw(o RawSerializable) func(*testing.T)

func UnsafeBinaryMarshalerRoundTrip

func UnsafeBinaryMarshalerRoundTrip(o BinaryDumper) func(*testing.T)

Types

type BinaryDumper

type BinaryDumper interface {
	WriteDump(w io.Writer, maxPkPoints ...int) error
	ReadDump(r io.Reader, maxPkPoints ...int) error
}

type RawSerializable

type RawSerializable interface {
	WriteRawTo(io.Writer) (int64, error)
}

type Serializable

type Serializable interface {
	io.ReaderFrom
	io.WriterTo
}

Jump to

Keyboard shortcuts

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