13 lines
382 B
C#
13 lines
382 B
C#
namespace NATS.Server.Tests.Parity;
|
|
|
|
public class NatsStrictCapabilityInventoryTests
|
|
{
|
|
[Fact]
|
|
public void Strict_capability_inventory_has_no_open_items_marked_done_without_behavior_and_tests()
|
|
{
|
|
var report = NatsCapabilityInventory.Load(
|
|
"docs/plans/2026-02-23-nats-strict-full-go-parity-map.md");
|
|
report.InvalidRows.ShouldBeEmpty();
|
|
}
|
|
}
|