public void videoTest()
 {
     TargettedPowerpointBackgroundVideo target = new TargettedPowerpointBackgroundVideo(); // TODO: Initialize to an appropriate value
     MeTLStanzas.PowerpointVideo expected = null; // TODO: Initialize to an appropriate value
     MeTLStanzas.PowerpointVideo actual;
     target.video = expected;
     actual = target.video;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void TargettedPowerpointBackgroundVideoConstructorTest()
 {
     TargettedPowerpointBackgroundVideo target = new TargettedPowerpointBackgroundVideo();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }