test(world): serialize DerethDateTime offset tests
This commit is contained in:
parent
646246ba84
commit
d1fb68f419
4 changed files with 12 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@ using Xunit;
|
|||
|
||||
namespace AcDream.Core.Tests.World;
|
||||
|
||||
[Collection(DerethDateTimeCollection.Name)]
|
||||
public sealed class DerethDateTimeTests
|
||||
{
|
||||
// ACE calendar anchor: tick 0 = Morningthaw 1, 10 P.Y. at Morntide-and-Half
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ using Xunit;
|
|||
|
||||
namespace AcDream.Core.Tests.World;
|
||||
|
||||
[Collection(DerethDateTimeCollection.Name)]
|
||||
public sealed class SkyStateTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ using Xunit;
|
|||
|
||||
namespace AcDream.Core.Tests.World;
|
||||
|
||||
[Collection(DerethDateTimeCollection.Name)]
|
||||
public sealed class WorldTimeDebugTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue