Inheritance: ChannelMessage
 public void ChannelEofMessageConstructorTest1()
 {
     uint localChannelNumber = 0; // TODO: Initialize to an appropriate value
     ChannelEofMessage target = new ChannelEofMessage(localChannelNumber);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void ChannelEofMessageConstructorTest()
 {
     ChannelEofMessage target = new ChannelEofMessage();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }