コード例 #1
0
 public void ProcessRequestTest()
 {
     BonCodeCallHandler target = new BonCodeCallHandler(); // TODO: Initialize to an appropriate value
     HttpContext context = null; // TODO: Initialize to an appropriate value
     target.ProcessRequest(context);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }