public void StepNotValidWithoutName() { var step = new Step {Name = null}; Assert.AreEqual(false, step.IsValid()); }