package testrunner

import "github.com/vektah/gqlparser/v2/parser/testrunner"

Index

Functions

func Test

func Test(t *testing.T, filename string, f func(t *testing.T, input string) Spec)

Types

type Features

type Features map[string][]Spec

type Spec

type Spec struct {
	Name   string
	Input  string
	Error  *gqlerror.Error
	Tokens []Token
	AST    string
}

type Token

type Token struct {
	Kind   string
	Value  string
	Start  int
	End    int
	Line   int
	Column int
	Src    string
}

func (Token) String

func (t Token) String() string

Source Files

runner.go

Version
v2.5.23 (latest)
Published
Feb 27, 2025
Platform
linux/amd64
Imports
7 packages
Last checked
2 weeks ago

Tools for package owners.