Ejemplo n.º 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.");
 }
Ejemplo n.º 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.");
 }
Ejemplo n.º 3
0
 public void ResolveDNSConstructorTest()
 {
     ResolveDNS target = new ResolveDNS();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Ejemplo n.º 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.");
 }