Ejemplo n.º 1
0
        public void ShouldCreateRandomUnit()
        {
            IUnit randomUnit = _unitFactory.CreateRandomUnit();

            Assert.NotNull(randomUnit);
        }