Exemplo n.º 1
0
        public void StepNotValidWithoutName()
        {
            var step = new Step {Name = null};

            Assert.AreEqual(false, step.IsValid());
        }