public void ForestC2Test()
 {
     ProjectParametersDTMForestList target = new ProjectParametersDTMForestList(); // TODO: Initialize to an appropriate value
     float expected = 0F; // TODO: Initialize to an appropriate value
     float actual;
     target.ForestC2 = expected;
     actual = target.ForestC2;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void ProjectParametersDTMForestListConstructorTest()
 {
     ProjectParametersDTMForestList target = new ProjectParametersDTMForestList();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }