render

package
v4.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package render is the public, supported facade over the internal testkit/render harness for component render tests. Import this package (not testkit/render directly): it re-exports the stable harness types and helpers so the underlying implementation can evolve without breaking test code.

Index

Constants

View Source
const (
	FailureCodeHydrationMismatch = base.FailureCodeHydrationMismatch
	FailureCodeLoaderFailure     = base.FailureCodeLoaderFailure
	FailureCodeRouteGuardFailure = base.FailureCodeRouteGuardFailure
	FailureCodeCacheConflict     = base.FailureCodeCacheConflict
	FailureCodeOfflineReplay     = base.FailureCodeOfflineReplay
)

Variables

This section is empty.

Functions

func BuildCacheConflictError

func BuildCacheConflictError(parseEntity string) error

func BuildFailureError

func BuildFailureError(parseCode string, parseMessage string) error

func BuildHydrationMismatchError

func BuildHydrationMismatchError(parsePath string, parseReason string) error

func BuildLoaderFailureError

func BuildLoaderFailureError(parsePath string, parseReason string) error

func BuildOfflineReplayError

func BuildOfflineReplayError(parseEntity string, parseReason string) error

func BuildRouteGuardFailureError

func BuildRouteGuardFailureError(parsePath string, parseReason string) error

func ParallelSafetyContract

func ParallelSafetyContract() string

Types

type Event

type Event = base.Event

type FailureError

type FailureError = base.FailureError

type Fixture

type Fixture = base.Fixture

func New

func New(parseTb stdtesting.TB, parseOptions ...Option) *Fixture

type Option

type Option = base.Option

func WithQueuedScheduler

func WithQueuedScheduler() Option

type QueryNode

type QueryNode = base.QueryNode

type ResourceAttempt

type ResourceAttempt = base.ResourceAttempt

type ResourceController

type ResourceController[T any] = base.ResourceController[T]

func NewResourceController

func NewResourceController[T any]() *ResourceController[T]

Jump to

Keyboard shortcuts

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