TestConsole
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -7,34 +7,2 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="T:TestConsoleLib.ObjectReporting.ObjectReporter`1"> | ||
| <summary> | ||
| Report the state of an object. If the object implements <see cref="T:System.ComponentModel.INotifyPropertyChanged"/> | ||
| report all child objects. If the object does not implement <see cref="T:System.ComponentModel.INotifyPropertyChanged"/>, | ||
| only report on its properties. | ||
| </summary> | ||
| </member> | ||
| <member name="T:TestConsoleLib.ObjectReporting.ReportType"> | ||
| <summary> | ||
| Settings that allow the user to specify the type of report used to display a VM's state. | ||
| </summary> | ||
| </member> | ||
| <member name="F:TestConsoleLib.ObjectReporting.ReportType.Default"> | ||
| <summary> | ||
| Use the default for the context | ||
| </summary> | ||
| </member> | ||
| <member name="F:TestConsoleLib.ObjectReporting.ReportType.PropertyList"> | ||
| <summary> | ||
| Display the VM state as a property list | ||
| </summary> | ||
| </member> | ||
| <member name="F:TestConsoleLib.ObjectReporting.ReportType.Table"> | ||
| <summary> | ||
| Display the VM state as a single row table | ||
| </summary> | ||
| </member> | ||
| <member name="F:TestConsoleLib.ObjectReporting.ReportType.NoReport"> | ||
| <summary> | ||
| Do not display the VM's state | ||
| </summary> | ||
| </member> | ||
| <member name="T:TestConsoleLib.Output"> | ||
@@ -41,0 +9,0 @@ <summary> |
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>TestConsole</id> | ||
| <version>1.0.3.0</version> | ||
| <version>1.0.2.0</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>Added the ObjectReporter tool to display CLR objects.</releaseNotes> | ||
| <releaseNotes>Fixed a bug with report indentation and nested reports.</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