Example #1
0
 virtual public void TestisPersistent()
 {
     w.IsPersistent(false);
 }
Example #2
0
 virtual public void TestisPersistent()
 {
     Assert.Throws(typeof(NotSupportedException), delegate { w.IsPersistent(false); });
 }