Namespace Serenity.GameSettings.Tests.Domain
Classes
GameSettingsEntityBehaviorTests
Behavioral tests for GameSettingsEntity covering the full field
mapping from a definition, the runtime value override and ToString.
Complements the existing GameSettingsEntityTests which only exercises
the AvoidResetToDefault flag.
GameSettingsEntityTests
Tests for GameSettingsEntity, focusing on the AvoidResetToDefault property.
GameSettingsResetBehaviorTests
Tests for the reset to default behavior with AvoidResetToDefault flag. These tests validate the domain logic without requiring Unity infrastructure.
GameSettingsValueTypeTests
Tests for the GameSettingsValueType enumeration.
StoredSettingsPayloadBehaviorTests
Behavioral tests for StoredSettingsPayload complementing the
existing StoredSettingsPayloadTests in the Global test namespace.