public void TestContinueOK() { Out123 handle = new Out123(); handle.Continue(); Assert.AreEqual(Out123.Errors.OK, handle.LastErrorCode()); }