public void btnOkTest()
        {
            frmChooseDisplayUnits target = new frmChooseDisplayUnits(); // TODO: Initialize to an appropriate value
            Button expected = null;                                     // TODO: Initialize to an appropriate value
            Button actual;

            target.btnOk = expected;
            actual       = target.btnOk;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void frmChooseDisplayUnitsConstructorTest()
        {
            frmChooseDisplayUnits target = new frmChooseDisplayUnits();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }