Пример #1
0
        public void TestConstructorDefault()
        {
            FPnl = new TPnlCollapsible(new object[] { });

            assertIsStable(FPnl, false);

            FPnl = new TPnlCollapsible(new object[] { });
            FPnl.UserControlNamespace = HOSTEDUSERCONTROL;

            assertIsStable(FPnl);

            // To ensure Unit Test code coverage only - nothing to assert here...
            FPnl.InitUserControl();
        }