Class TreePathTests
Inheritance
System.Object
TreePathTests
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()
Namespace: MoreStructures.Tests.RecImmTrees
Assembly: MoreStructures.Tests.dll
Syntax
public class TreePathTests
Methods
| Improve this Doc View SourceCtor_OfSuffixTree_EmptyPath_IsCorrect()
Declaration
public void Ctor_OfSuffixTree_EmptyPath_IsCorrect()
Ctor_OfSuffixTree_MultistepPath_IsCorrectWithEnumerable()
Declaration
public void Ctor_OfSuffixTree_MultistepPath_IsCorrectWithEnumerable()
Ctor_OfSuffixTree_MultistepPath_IsCorrectWithParams()
Declaration
public void Ctor_OfSuffixTree_MultistepPath_IsCorrectWithParams()
Ctor_OfSuffixTree_SingletonPath_IsCorrect()
Declaration
public void Ctor_OfSuffixTree_SingletonPath_IsCorrect()
Ctor_OfSuffixTrie_EmptyPath_IsCorrect()
Declaration
public void Ctor_OfSuffixTrie_EmptyPath_IsCorrect()
Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithEnumerable()
Declaration
public void Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithEnumerable()
Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithParams()
Declaration
public void Ctor_OfSuffixTrie_MultistepPath_IsCorrectWithParams()
Ctor_OfSuffixTrie_SingletonPath_IsCorrect()
Declaration
public void Ctor_OfSuffixTrie_SingletonPath_IsCorrect()
Equals_ByValue()
Declaration
public void Equals_ByValue()
Equals_TakesIntoAccountPathNodesOrder()
Declaration
public void Equals_TakesIntoAccountPathNodesOrder()
GetHashCode_ByValue()
Declaration
public void GetHashCode_ByValue()
PathNodes_OfSuffixTree_ImmutabilityOnCtorParam()
Declaration
public void PathNodes_OfSuffixTree_ImmutabilityOnCtorParam()
PathNodes_OfSuffixTree_ImmutabilityOnGet()
Declaration
public void PathNodes_OfSuffixTree_ImmutabilityOnGet()
PathNodes_OfSuffixTrie_ImmutabilityOnCtorParam()
Declaration
public void PathNodes_OfSuffixTrie_ImmutabilityOnCtorParam()
PathNodes_OfSuffixTrie_ImmutabilityOnGet()
Declaration
public void PathNodes_OfSuffixTrie_ImmutabilityOnGet()
ToString_IsTheSameOnEquivalentPaths()
Declaration
public void ToString_IsTheSameOnEquivalentPaths()
ToString_OfEmptyPathIsEmptyString()
Declaration
public void ToString_OfEmptyPathIsEmptyString()
ToString_OfNonEmptyPathIsNonEmptyString()
Declaration
public void ToString_OfNonEmptyPathIsNonEmptyString()
ToString_OfPathContainsToStringOfSubPath()
Declaration
public void ToString_OfPathContainsToStringOfSubPath()