public void tscTest()
        {
            frmFloatingToolbar target   = new frmFloatingToolbar(); // TODO: Initialize to an appropriate value
            ToolStripContainer expected = null;                     // TODO: Initialize to an appropriate value
            ToolStripContainer actual;

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

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