Example #1
0
        public void TestSetFormulaEtyByRow()
        {
            EtyFormula data        = new EtyFormula();
            Accessor   ctlAccessor = ReflectionAccessor.Wrap(formulaListController);
            DataTable  table       = (DataTable)ctlAccessor.GetField("m_FormulaTable");
            DataRow    row         = table.NewRow();

            formulaListController.SetFormulaEtyByRow(ref data, row);
        }