예제 #1
0
 public void RandomStringTest()
 {
     WonderService_Accessor target = new WonderService_Accessor(); // TODO: Initialize to an appropriate value
     int size = 0; // TODO: Initialize to an appropriate value
     bool lowerCase = false; // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     actual = target.RandomString(size, lowerCase);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }