type fakeHandler … var _ … var _ … var _ … func (h fakeHandler) Admit(ctx context.Context, a Attributes, o ObjectInterfaces) error { … } func (h fakeHandler) Validate(ctx context.Context, a Attributes, o ObjectInterfaces) error { … } func (h fakeHandler) Handles(o Operation) bool { … } func attributes() Attributes { … } func TestWithAudit(t *testing.T) { … } func TestWithAuditConcurrency(t *testing.T) { … }