public void TestEncodingSizeForInvalidEncoding() { Out123 handle = new Out123(); int result = handle.EncodingSize(0); Assert.AreEqual(0, result); }