public void BytesToShortTest(byte b0, byte b1, ushort u16) { var r = BytesHelper.BytesToUShort(b0, b1); Assert.Equal(u16, r); }