public void TestSetBufferOK() { Out123 handle = new Out123(); handle.SetBufferSize(10); Assert.AreEqual(Out123.Errors.OK, handle.LastErrorCode()); }