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