Beispiel #1
0
        public void CollectionsHaveValues()
        {
            var todo = new ToDo("Todo 1");

            todo.CheckAttributes();

            Assert.NotEmpty(todo.GetCheckboxAttributes());
            Assert.NotEmpty(todo.GetDescriptionAttributes());
        }