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