public void MeTLStanzas_ScreenshotSubmissionConstructorTest1()
 {
     MeTLStanzas.ScreenshotSubmission target = new MeTLStanzas.ScreenshotSubmission();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void parametersTest()
 {
     MeTLStanzas.ScreenshotSubmission target = new MeTLStanzas.ScreenshotSubmission(); // TODO: Initialize to an appropriate value
     TargettedSubmission expected = null; // TODO: Initialize to an appropriate value
     TargettedSubmission actual;
     target.parameters = expected;
     actual = target.parameters;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void MeTLStanzas_ScreenshotSubmissionConstructorTest()
 {
     TargettedSubmission submission = null; // TODO: Initialize to an appropriate value
     MeTLStanzas.ScreenshotSubmission target = new MeTLStanzas.ScreenshotSubmission(submission);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }