Exemplo n.º 1
0
        public void TestDropOK()
        {
            Out123 handle = new Out123();

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