public void CloneTest() { FrameworkElement referenceElement = null; // TODO: Initialize to an appropriate value bool shareRenderingData = false; // TODO: Initialize to an appropriate value FrameworkElement expected = null; // TODO: Initialize to an appropriate value FrameworkElement actual; actual = VisualHelper.Clone(referenceElement, shareRenderingData); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }