Class StringifierTests
Inheritance
System.Object
StringifierTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class StringifierTests
Constructors
|
Improve this Doc
View Source
StringifierTests(IStringifier<TreeMock.Edge, TreeMock.Node>)
Declaration
public StringifierTests(IStringifier<TreeMock.Edge, TreeMock.Node> stringifier)
Parameters
Fields
|
Improve this Doc
View Source
DefaultEdgeAndNodeStringifier
Declaration
protected static readonly Func<TreeMock.Edge, TreeMock.Node, string> DefaultEdgeAndNodeStringifier
Field Value
|
Improve this Doc
View Source
DefaultIndent
Declaration
protected static readonly string DefaultIndent
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultNewLine
Declaration
protected static readonly string DefaultNewLine
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultPathSeparator
Declaration
protected static readonly string DefaultPathSeparator
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultRootStringifier
Declaration
protected static readonly Func<TreeMock.Node, string> DefaultRootStringifier
Field Value
Properties
|
Improve this Doc
View Source
I
Declaration
protected string I { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NL
Declaration
protected string NL { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Stringifier
Declaration
protected IStringifier<TreeMock.Edge, TreeMock.Node> Stringifier { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Stringify_OfEmptyPath()
Declaration
public void Stringify_OfEmptyPath()
|
Improve this Doc
View Source
Stringify_OfFourLevelsTree()
Declaration
public void Stringify_OfFourLevelsTree()
|
Improve this Doc
View Source
Stringify_OfLeaf()
Declaration
public void Stringify_OfLeaf()
|
Improve this Doc
View Source
Stringify_OfMultistepPath()
Declaration
public void Stringify_OfMultistepPath()
|
Improve this Doc
View Source
Stringify_OfSingletonPath()
Declaration
public void Stringify_OfSingletonPath()
|
Improve this Doc
View Source
Stringify_OfThreeLevelsTree()
Declaration
public void Stringify_OfThreeLevelsTree()
|
Improve this Doc
View Source
Stringify_OfTwoLevelsTree()
Declaration
public void Stringify_OfTwoLevelsTree()
Extension Methods