コード例 #1
0
 public void ContentElementTest()
 {
     MeTLContentToolTip target = new MeTLContentToolTip(); // TODO: Initialize to an appropriate value
     UIElement expected = null; // TODO: Initialize to an appropriate value
     UIElement actual;
     target.ContentElement = expected;
     actual = target.ContentElement;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #2
0
 public void MeTLContentToolTipConstructorTest()
 {
     MeTLContentToolTip target = new MeTLContentToolTip();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #3
0
 public void TitleTextTest()
 {
     MeTLContentToolTip target = new MeTLContentToolTip(); // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     target.TitleText = expected;
     actual = target.TitleText;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }