test(world): serialize DerethDateTime offset tests

This commit is contained in:
Erik 2026-04-28 11:58:50 +02:00
parent 646246ba84
commit d1fb68f419
4 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,9 @@
using Xunit;
namespace AcDream.Core.Tests.World;
[CollectionDefinition(Name, DisableParallelization = true)]
public sealed class DerethDateTimeCollection
{
public const string Name = "DerethDateTime global offset";
}

View file

@ -3,6 +3,7 @@ using Xunit;
namespace AcDream.Core.Tests.World; namespace AcDream.Core.Tests.World;
[Collection(DerethDateTimeCollection.Name)]
public sealed class DerethDateTimeTests public sealed class DerethDateTimeTests
{ {
// ACE calendar anchor: tick 0 = Morningthaw 1, 10 P.Y. at Morntide-and-Half // ACE calendar anchor: tick 0 = Morningthaw 1, 10 P.Y. at Morntide-and-Half

View file

@ -4,6 +4,7 @@ using Xunit;
namespace AcDream.Core.Tests.World; namespace AcDream.Core.Tests.World;
[Collection(DerethDateTimeCollection.Name)]
public sealed class SkyStateTests public sealed class SkyStateTests
{ {
[Fact] [Fact]

View file

@ -4,6 +4,7 @@ using Xunit;
namespace AcDream.Core.Tests.World; namespace AcDream.Core.Tests.World;
[Collection(DerethDateTimeCollection.Name)]
public sealed class WorldTimeDebugTests public sealed class WorldTimeDebugTests
{ {
[Fact] [Fact]