public void authorTest()
 {
     TargettedElement target = new TargettedElement(); // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     target.author = expected;
     actual = target.author;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void TargettedElementConstructorTest()
 {
     TargettedElement target = new TargettedElement();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }