public void AfterClearIsEmpty() { var l = new PtrLenList(); l.TryInclude(0, 1); l.Clear(); Assert.IsTrue(l.Empty); }