prototool

package
v0.0.0-...-a171562 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertInvalid

func AssertInvalid(t *testing.T, tests []InvalidTestcase)

func AssertProtoEqual

func AssertProtoEqual(t *testing.T, expected, actual any, opts ...cmp.Option) bool

func AssertValid

func AssertValid(t *testing.T, tests []ValidTestcase)

func Cmp

func Cmp(t *testing.T, expected any, opts ...cmp.Option) gomock.Matcher

Cmp compares the given arguments t may be nil Cmp compares the given arguments t may be nil

func ProtoEq

func ProtoEq(t *testing.T, msg any, opts ...cmp.Option) gomock.Matcher

ProtoEq is a better gomock.Eq() that works correctly for protobuf messages. Use this matcher when checking equality of structs that: - are v1 protobuf messages (i.e. implement "github.com/golang/protobuf/proto".Message). - are v2 protobuf messages (i.e. implement "google.golang.org/protobuf/proto".Message). - have fields of the above types. See https://blog.golang.org/protobuf-apiv2 for v1 vs v2 details. t may be nil

Types

type InvalidTestcase

type InvalidTestcase struct {
	ErrString string
	Invalid   proto.Message
}

type ValidTestcase

type ValidTestcase struct {
	Name  string
	Valid proto.Message
}

Jump to

Keyboard shortcuts

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