[Ignore] // placeholder public void ChannelWindowAdjustMessageConstructorTest1() { uint localChannelNumber = 0; // TODO: Initialize to an appropriate value uint bytesToAdd = 0; // TODO: Initialize to an appropriate value ChannelWindowAdjustMessage target = new ChannelWindowAdjustMessage(localChannelNumber, bytesToAdd); Assert.Inconclusive("TODO: Implement code to verify target"); }
[Ignore] // placeholder public void ChannelWindowAdjustMessageConstructorTest() { ChannelWindowAdjustMessage target = new ChannelWindowAdjustMessage(); Assert.Inconclusive("TODO: Implement code to verify target"); }