Represents "[email protected]" type channel request information
상속: RequestInfo
예제 #1
0
 [Ignore] // placeholder
 public void RequestNameTest()
 {
     EndOfWriteRequestInfo target = new EndOfWriteRequestInfo(); // TODO: Initialize to an appropriate value
     string actual;
     actual = target.RequestName;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
예제 #2
0
 [Ignore] // placeholder
 public void EndOfWriteRequestInfoConstructorTest()
 {
     EndOfWriteRequestInfo target = new EndOfWriteRequestInfo();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }