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