コード例 #1
0
 public void LicenseHolderTest()
 {
     ProjectParametersWindSim target = new ProjectParametersWindSim(); // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     target.LicenseHolder = expected;
     actual = target.LicenseHolder;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #2
0
 public void CustomerTest()
 {
     ProjectParametersWindSim target = new ProjectParametersWindSim(); // TODO: Initialize to an appropriate value
     object expected = null; // TODO: Initialize to an appropriate value
     object actual;
     target.Customer = expected;
     actual = target.Customer;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #3
0
 public void ProjectParametersWindSimConstructorTest()
 {
     ProjectParametersWindSim target = new ProjectParametersWindSim();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }