/// <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); }
private static void CheckContentSummary(ContentSummary expected, ContentSummary computed ) { NUnit.Framework.Assert.AreEqual(expected.ToString(), computed.ToString()); }