Namespace Serenity.Character.Tests.Domain
Classes
CharacterConfigBehaviorTests
Additional behavioral tests for the CharacterConfig readonly struct: exact ToString format, struct value-equality semantics, and large values.
CharacterConfigTests
Tests for the CharacterConfig value object.
CharacterIdBehaviorTests
Additional behavioral tests for the CharacterId value object covering equality/operator edge cases not exercised by CharacterIdTests.
CharacterIdTests
Tests for the CharacterId value object.
CharacterSnapshotBehaviorTests
Additional behavioral tests for the CharacterSnapshot value object: exact ToString format, all-status variants, and edge field values.
CharacterSnapshotTests
Tests for the CharacterSnapshot value object.
CharacterStateBehaviorTests
Additional behavioral tests for the CharacterState entity covering accumulating hits, negative/zero damage, snapshot reflecting terminal states, Reset from intermediate states, and virtual-override dispatch.
CharacterStateTests
Tests for the CharacterState mutable entity.
CharacterStatusBehaviorTests
Additional behavioral tests for the CharacterStatus class-based enum: asserts the exact mirrored numeric Value of each lifecycle status and covers operator/Is edge cases not exercised by CharacterStatusTests.
CharacterStatusTests
Tests for the CharacterStatus class-based enum.