bufanalysistesting

package
v1.57.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertFileAnnotationsEqual

func AssertFileAnnotationsEqual(
	t *testing.T,
	expected []bufanalysis.FileAnnotation,
	actual []bufanalysis.FileAnnotation,
)

AssertFileAnnotationsEqual asserts that the annotations are equal minus the message.

func NewFileAnnotation

func NewFileAnnotation(
	t *testing.T,
	path string,
	startLine int,
	startColumn int,
	endLine int,
	endColumn int,
	typeString string,
	options ...FileAnnotationOption,
) bufanalysis.FileAnnotation

NewFileAnnotation returns a new FileAnnotation.

func NewFileAnnotationNoLocation

func NewFileAnnotationNoLocation(
	t *testing.T,
	path string,
	typeString string,
	options ...FileAnnotationOption,
) bufanalysis.FileAnnotation

NewFileAnnotationNoLocation returns a new FileAnnotation with no location.

fileInfo can be nil.

func NewFileAnnotationNoLocationOrPath

func NewFileAnnotationNoLocationOrPath(
	t *testing.T,
	typeString string,
) bufanalysis.FileAnnotation

NewFileAnnotationNoLocationOrPath returns a new FileAnnotation with no location or FileInfo.

Types

type FileAnnotationOption added in v1.55.0

type FileAnnotationOption func(*fileAnnotationOptions)

func WithPluginName added in v1.55.0

func WithPluginName(pluginName string) FileAnnotationOption

WithPluginName returns a FileAnnotationOption that sets the plugin name.

func WithPolicyName added in v1.55.0

func WithPolicyName(policyName string) FileAnnotationOption

WithPolicyName returns a FileAnnotationOption that sets the policy name.

Jump to

Keyboard shortcuts

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