コード例 #1
0
 public void MeTLStanzas_AutoShapeConstructorTest1()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #2
0
 public void BackgroundTest()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(); // TODO: Initialize to an appropriate value
     Brush expected = null; // TODO: Initialize to an appropriate value
     Brush actual;
     target.Background = expected;
     actual = target.Background;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #3
0
 public void MeTLStanzas_AutoShapeConstructorTest()
 {
     TargettedAutoShape autoshape = null; // TODO: Initialize to an appropriate value
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(autoshape);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #4
0
 public void yTest()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(); // TODO: Initialize to an appropriate value
     double expected = 0F; // TODO: Initialize to an appropriate value
     double actual;
     target.y = expected;
     actual = target.y;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #5
0
 public void tagTest()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(); // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     target.tag = expected;
     actual = target.tag;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #6
0
 public void pathDataTest()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(); // TODO: Initialize to an appropriate value
     PathGeometry expected = null; // TODO: Initialize to an appropriate value
     PathGeometry actual;
     target.pathData = expected;
     actual = target.pathData;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #7
0
 public void autoshapeTest()
 {
     MeTLStanzas.AutoShape target = new MeTLStanzas.AutoShape(); // TODO: Initialize to an appropriate value
     TargettedAutoShape expected = null; // TODO: Initialize to an appropriate value
     TargettedAutoShape actual;
     target.autoshape = expected;
     actual = target.autoshape;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }