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