public void ReadSInt8_Minus1() { var encoder = new ClassicDecoder(StringToBuffer("01-00-FF")); Assert.AreEqual(-1, encoder.ReadSInt8()); }