Ejemplo n.º 1
0
        public void Should_be_empty_when_initialLoadout_is_zero() // Value object specific
        {
            // ARRANGE
            Ammunition target = new Ammunition(Zero);

            Check.That(target.IsEmpty()).IsTrue();
        }