예제 #1
0
 public void FlushTest()
 {
     StreamBuffer target = new StreamBuffer();
     target.Flush();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }