예제 #1
0
        public void TestCloseHandleNotOpenedOK()
        {
            Out123 handle = new Out123();

            handle.Close();
            Assert.AreEqual(Out123.Errors.OK, handle.LastErrorCode());
        }