Exemplo n.º 1
0
        public void IsEmptyTest()
        {
            bool result = linkedList.IsEmpty();

            Assert.AreEqual(true, result);
        }
Exemplo n.º 2
0
        public void IsEmptyTest()
        {
            bool result = studentList.IsEmpty();

            Assert.AreEqual(true, result);
        }