Exemplo n.º 1
0
        public void MultipleUpdatesInListCanBeWritten(Type reportType)
        {
            var rows = PackageUpdates.PackageUpdateSets(5);

            var outData = ReportToString(reportType, rows);

            Assert.That(outData, Is.Not.Null);

            AssertExpectedEmpty(reportType, outData);
        }