Versions in this module Expand all Collapse all v0 v0.14.0 Sep 4, 2026 Changes in this version + func Run(t *testing.T, factory Factory) + type Clock struct + func NewClock(now time.Time) *Clock + func (c *Clock) Now() time.Time + func (c *Clock) Set(now time.Time) + type Factory func(*testing.T, learning.AutomaticAdmissionPolicy, *Clock) learning.AutomaticAdmissionLedger