mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
- Updated test dependencies: replaced `coverlet.collector` with `NUnit.Analyzers` for enhanced test analysis. - Refactored `TypeSignatureNameTests` to use instance setup and improved assertions with `Is.EqualTo`. - Simplified `AssetEqualityTests` by directly using `AssetEqualityComparer` in assertions. - Made `FileStreamTests` static and removed unused setup code. - Improved `RangeTests` by grouping assertions and using `Assert.EnterMultipleScope`. - Standardized random data generation with `TestContext.CurrentContext.Random`. - Removed unused `RandomStructEnumerable` class. - Refactored `DefaultJsonWalkerTests` and `DefaultYamlWalkerTests` for better readability and performance. - Removed redundant code in `VertexDataBlobTests` and simplified equivalence assertions. - General cleanup: removed unused namespaces, improved formatting, and aligned with modern C# conventions.