public void CellAfterCalcCycle() { var LTaxCell = FApplication.GetCurrentTaxCell(); Assert.IsNotNull(LTaxCell, "Please open the client file and select the cell"); var LCellPath = LTaxCell.GetCellNameWithGroup(); FClientFileManager.GetCurrentClientFile().RunCalcForAllReturns(); Assert.AreEqual(LCellPath, LTaxCell.GetCellNameWithGroup()); }
public void GetCurrentTaxCell() { Assert.IsNotNull(FApplication.GetCurrentTaxCell()); }