Example #1
0
        public void IsEmptyTest()
        {
            bool result = linkedList.IsEmpty();

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

            Assert.AreEqual(true, result);
        }