Class CharacterConfigTests
Tests for the CharacterConfig value object.
Inherited Members
Namespace: Serenity.Character.Tests.Domain
Assembly: Tests.dll
Syntax
public class CharacterConfigTests
Constructors
CharacterConfigTests()
Declaration
public CharacterConfigTests()
Methods
Ctor_MaxHealthNegative_ThrowsArgumentException()
Declaration
public void Ctor_MaxHealthNegative_ThrowsArgumentException()
Ctor_MaxHealthOne_IsValid()
Declaration
public void Ctor_MaxHealthOne_IsValid()
Ctor_MaxHealthZero_ThrowsArgumentException()
Declaration
public void Ctor_MaxHealthZero_ThrowsArgumentException()
Ctor_ValidMaxHealth_Stores()
Declaration
public void Ctor_ValidMaxHealth_Stores()
ToString_ContainsMaxHealth()
Declaration
public void ToString_ContainsMaxHealth()