conformance

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package conformance is the shared agentcfg.Registry driver conformance suite: a single set of behaviour assertions every driver must pass, so a future driver inherits the contract verbatim (the §11 conformance-suite pattern). The StateStore-backed driver is the first consumer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(t *testing.T, mk Factory)

Run executes the full conformance suite against a driver built by mk.

Types

type Factory

type Factory func(t *testing.T) agentcfg.Registry

Factory builds a fresh, empty Registry for one sub-test. The returned cleanup is called via t.Cleanup by Run.

Jump to

Keyboard shortcuts

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