Пример #1
0
        public void TestListItemReport()
        {
            // Arrange
            int expectedResult            = 3;
            List <ItemReport> itemReports = new List <ItemReport>();

            // Act
            itemReports = _itemReportManager.retrieveItemReports();

            // Assert
            Assert.AreEqual(expectedResult, itemReports.Count);
        }