public void StringToFieldTest()
 {
     MilestoneConfidenceConverter target = new MilestoneConfidenceConverter(); // TODO: Initialize to an appropriate value
     string from = string.Empty; // TODO: Initialize to an appropriate value
     object expected = null; // TODO: Initialize to an appropriate value
     object actual;
     actual = target.StringToField(from);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void MilestoneConfidenceConverterConstructorTest()
 {
     MilestoneConfidenceConverter target = new MilestoneConfidenceConverter();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }