ModernUO/Projects/UOContent.Tests/Tests/Engines/Spawners
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
..
Json test(spawners): assert all migrated spawn files build via DTO 2026-06-25 16:30:38 -07:00
SectorSpawnCacheTests.cs refactor: Add BitMask256 utility for 256-bit bitmask operations (#2300) 2025-12-29 12:54:49 -08:00