public void MeTLStanzas_PowerpointVideoConstructorTest1()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void forceEvaluationTest()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(); // TODO: Initialize to an appropriate value
     MeTLStanzas.PowerpointVideo expected = null; // TODO: Initialize to an appropriate value
     MeTLStanzas.PowerpointVideo actual;
     actual = target.forceEvaluation();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void MeTLStanzas_PowerpointVideoConstructorTest()
 {
     TargettedPowerpointBackgroundVideo video = null; // TODO: Initialize to an appropriate value
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(video);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void yTest()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(); // 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.");
 }
 public void videoTest()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(); // TODO: Initialize to an appropriate value
     MediaElement expected = null; // TODO: Initialize to an appropriate value
     MediaElement actual;
     target.video = expected;
     actual = target.video;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void tagTest()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(); // 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.");
 }
 public void PlayModeTest()
 {
     MeTLStanzas.PowerpointVideo target = new MeTLStanzas.PowerpointVideo(); // TODO: Initialize to an appropriate value
     MediaState expected = new MediaState(); // TODO: Initialize to an appropriate value
     MediaState actual;
     target.PlayMode = expected;
     actual = target.PlayMode;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }