ModernUO/Projects/UOContent.Tests
Kamron Batman dc655bbb19 test(spawners): assert all migrated spawn files build via DTO
Regression test that deserializes every spawned JSON file under
Data/Spawns/ via SpawnerDto, calls ToSpawner() to build the live
spawner, and deletes it to prevent world leaks. Catches both JSON
deserialization failures and exceptions during spawner construction,
collecting failures per file. Any failure names the offending file
and is a real migration defect, not a test weakness.

All 484 tests pass including the new AllSpawnFilesLoadTests.
2026-06-25 16:30:38 -07:00
..
Fixtures feat(spawners): add SpawnerJsonSerializer + typed JSON binding for Spawner 2026-06-25 10:27:55 -07:00
Tests test(spawners): assert all migrated spawn files build via DTO 2026-06-25 16:30:38 -07:00
UOContent.Tests.csproj fix: Bumps dependencies (#2472) 2026-06-07 01:25:21 -07:00