コード例 #1
0
        public void WriteDataSource()
        {
            string actual = writer.WriteDataSource(dataSourceItems[0]);

            // If actual is not null, then the DataSourceItem was not written and actual will contain the error
            Assert.Null(actual);
        }