bufanalysistesting

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 7 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,
) bufanalysis.FileAnnotation

NewFileAnnotation returns a new FileAnnotation.

func NewFileAnnotationNoLocation

func NewFileAnnotationNoLocation(
	t *testing.T,
	path string,
	typeString string,
) 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

This section is empty.

Jump to

Keyboard shortcuts

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