示例#1
0
        /// <exception cref="System.IO.IOException"/>
        protected internal override void ProcessPath(PathData src)
        {
            ContentSummary summary = src.fs.GetContentSummary(src.path);

            @out.WriteLine(summary.ToString(showQuotas, IsHumanReadable()) + src);
        }
示例#2
0
 private static void CheckContentSummary(ContentSummary expected, ContentSummary computed
                                         )
 {
     NUnit.Framework.Assert.AreEqual(expected.ToString(), computed.ToString());
 }