Exemple #1
0
        public void TodoListExists()
        {
            var todo = new TodoList();

            Assert.NotNull(todo);
        }