AspUnitRunner.Tests.Helpers.FakeTestFormatter.FormatDetailRow C# (CSharp) Method

FormatDetailRow() private static method

private static FormatDetailRow ( IResultDetail detail ) : string
detail IResultDetail
return string
        private static string FormatDetailRow(IResultDetail detail)
        {
            return string.Format(testDetailRow,
                GetRowClass(detail.Type), detail.Type.ToString(), detail.Name, detail.Description);
        }