hsiegeln bf79a6f5ae fix(test): split AgentCommandEnforcementIT into two discoverable top-level IT classes
Failsafe discovers classes by name pattern (*IT, *ITCase, IT*). The
nested static classes EnforcementDisabled/EnforcementEnabled inside the
outer AgentCommandEnforcementIT were invisible to the test runner — the
outer class matched *IT but had no @Test methods; the inner classes did
not match the naming convention and were silently skipped.

Split into AgentCommandEnforcementDisabledIT and
AgentCommandEnforcementEnabledIT — identical logic, each a proper
top-level class extending AbstractPostgresIT. All 6 enforcement tests
(3 signing-failure + 1 disabled + 2 enabled) now execute and pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 12:02:28 +02:00
2026-04-15 15:28:42 +02:00
Description
Observability server for Cameleer agents
27 MiB
Languages
Java 64.3%
TypeScript 28.1%
HTML 4.8%
CSS 2.7%