Documentation
¶
Overview ¶
Package conformancetest is Harbor's shared conformance suite for any ToolCatalog implementation. Drivers (HTTP, MCP, A2A) consume this suite verbatim against their own CatalogFactory so the contract surface is uniform regardless of transport.
Harbor ships the suite; the in-process driver (inproc) is the first consumer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(t *testing.T, newCatalog CatalogFactory)
Run runs the full conformance suite against newCatalog.
Types ¶
type CatalogFactory ¶
type CatalogFactory func() tools.ToolCatalog
CatalogFactory produces a fresh, empty ToolCatalog.
Click to show internal directories.
Click to hide internal directories.