Documentation
¶
Overview ¶
Package agentconformance provides reusable black-box Agent Operations V1 tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAgentV1 ¶
RunAgentV1 verifies the shared lifecycle against a real broker handler.
Types ¶
type Fixture ¶
type Fixture struct {
Start func() (Endpoint, error)
Approve func(context.Context, agentv1.Operation) error
Verify func(*testing.T, agentv1.Operation)
Token string
Request agentv1.SubmitRequest
WaitTime time.Duration
}
Fixture supplies provider behavior around the shared black-box lifecycle.
Click to show internal directories.
Click to hide internal directories.