public void TestIsEmpty() { CSmartArray testArray = CSmartArrayFactory.Create(); Assert.IsTrue(testArray.IsEmpty()); }