예제 #1
0
 public void GetDetailsTest()
 {
     _component = (HealthComponent)Game.Player.GetComponent <HealthComponent>();
     _answer    = _component.GetDetails();
     _maximum   = _component.LungCapacity;
     Assert.Less(4, _answer.Length);
 }