Esempio n. 1
0
 public static void Foo(CustomCell mySelf)
 {
     Assert.AreEqual(expectedHandle, mySelf.Handle, "Handle");
 }
Esempio n. 2
0
 public void CopyTest()
 {
     using (var cell = new CustomCell())
         Check(cell.Handle);
 }