public void Should_Priest_Resurrect_Friend() { var aziel = new Priest() { Mana = 10000 }; aziel.Resurrection(5000); aziel.Mana.Should().Be(5000); }