コード例 #1
0
 public void ResolveTest()
 {
     ResolveDNS target = new ResolveDNS(); // TODO: Initialize to an appropriate value
     string hostName = string.Empty; // TODO: Initialize to an appropriate value
     target.Resolve(hostName);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
コード例 #2
0
 public void ItemTest()
 {
     ResolveDNS target = new ResolveDNS(); // TODO: Initialize to an appropriate value
     int nIndex = 0; // TODO: Initialize to an appropriate value
     IPAddress actual;
     actual = target[nIndex];
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #3
0
 public void ResolveDNSConstructorTest()
 {
     ResolveDNS target = new ResolveDNS();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #4
0
 public void IPLengthTest()
 {
     ResolveDNS target = new ResolveDNS(); // TODO: Initialize to an appropriate value
     int actual;
     actual = target.IPLength;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }