prototest

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2020 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

Package prototest exercises protobuf reflection.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	// Resolver is used to determine the list of extension fields to test with.
	// If nil, this defaults to using protoregistry.GlobalTypes.
	Resolver interface {
		FindExtensionByName(field pref.FullName) (pref.ExtensionType, error)
		FindExtensionByNumber(message pref.FullName, field pref.FieldNumber) (pref.ExtensionType, error)
		RangeExtensionsByMessage(message pref.FullName, f func(pref.ExtensionType) bool)
	}
}

Message tests a message implemention.

func (Message) Test

func (test Message) Test(t testing.TB, mt pref.MessageType)

Test performs tests on a MessageType implementation.

Jump to

Keyboard shortcuts

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