Click or drag to resize

TestHelperPrintJson Method

[Missing <summary> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.PrintJson(System.Object,System.String)"]


Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
protected void PrintJson(
	Object o,
	string title = null
)

Parameters

o  Object

[Missing <param name="o"/> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.PrintJson(System.Object,System.String)"]

title  String  (Optional)

[Missing <param name="title"/> documentation for "M:Orthogonal.Hoarder.StdLib.TestHelper.PrintJson(System.Object,System.String)"]

See Also