TestConsole
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -156,9 +156,2 @@ <?xml version="1.0"?> | ||
| </member> | ||
| <member name="M:TestConsole.OutputFormatting.Internal.Underliner.Generate(System.String,System.String)"> | ||
| <summary> | ||
| Generate an underline for the supplied text | ||
| </summary> | ||
| <param name="line">The text to underline</param> | ||
| <returns>The string underlining the provided text</returns> | ||
| </member> | ||
| <member name="T:TestConsole.OutputFormatting.IConsoleRenderer"> | ||
@@ -611,12 +604,2 @@ <summary> | ||
| </member> | ||
| <member name="P:TestConsole.OutputFormatting.Internal.ReportDefinitions.ReportParameterDetails.IndentSpaces"> | ||
| <summary> | ||
| The number of extra spaces to indent the report. | ||
| </summary> | ||
| </member> | ||
| <member name="P:TestConsole.OutputFormatting.Internal.ReportDefinitions.ReportParameterDetails.TitleText"> | ||
| <summary> | ||
| A simple string to be shown as the report title. | ||
| </summary> | ||
| </member> | ||
| <member name="T:TestConsole.OutputFormatting.Internal.ReportDefinitions.ReportQueryRowFunctionBuilder"> | ||
@@ -677,3 +660,3 @@ <summary> | ||
| <param name="report">The report definition.</param> | ||
| <param name="availableWidth">The available width for formatting.</param> | ||
| <param name="width">The available width for formatting.</param> | ||
| <returns>A set of report lines.</returns> | ||
@@ -908,12 +891,2 @@ </member> | ||
| </member> | ||
| <member name="P:TestConsole.OutputFormatting.Report`1.IndentSpaceCount"> | ||
| <summary> | ||
| The number of spaces to indent the report. | ||
| </summary> | ||
| </member> | ||
| <member name="P:TestConsole.OutputFormatting.Report`1.TitleText"> | ||
| <summary> | ||
| Simple text to be shown as the report title. | ||
| </summary> | ||
| </member> | ||
| <member name="M:TestConsole.OutputFormatting.ReportDefinitions.ColumnConfig.RightAlign"> | ||
@@ -965,17 +938,2 @@ <summary> | ||
| </member> | ||
| <member name="M:TestConsole.OutputFormatting.ReportDefinitions.ReportParameters`1.Indent(System.Int32)"> | ||
| <summary> | ||
| Specify the number of extra spaces to indent the report. | ||
| </summary> | ||
| <param name="spaces">The extra indent spaces count.</param> | ||
| <returns>The parameter object.</returns> | ||
| </member> | ||
| <member name="M:TestConsole.OutputFormatting.ReportDefinitions.ReportParameters`1.Title(System.String)"> | ||
| <summary> | ||
| Adds a title string to the report. | ||
| </summary> | ||
| <param name="titleText"></param> | ||
| <returns></returns> | ||
| <exception cref="T:System.NotImplementedException"></exception> | ||
| </member> | ||
| <member name="T:TestConsole.OutputFormatting.ReportFormattingOptions"> | ||
@@ -982,0 +940,0 @@ <summary> |
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>TestConsole</id> | ||
| <version>1.0.1.2</version> | ||
| <version>1.0.1.1</version> | ||
| <title>TestConsole</title> | ||
@@ -14,3 +14,3 @@ <authors>Jamie Davis</authors> | ||
| <description>A library designed to allow unit tests to write formatted output using a simple but powerful interface. Very good for use with ApprovalTests.</description> | ||
| <releaseNotes>Reports can now have titles and can be indented.</releaseNotes> | ||
| <releaseNotes>This release fixes a bug in which object columns containing an IRenderable would cause an FormatTable to thrown an exception.</releaseNotes> | ||
| <copyright>Copyright 2015</copyright> | ||
@@ -17,0 +17,0 @@ <tags>Testing .NET</tags> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet