virtual public void TestisPersistent() { w.IsPersistent(false); }
virtual public void TestisPersistent() { Assert.Throws(typeof(NotSupportedException), delegate { w.IsPersistent(false); }); }