C# Class Algorithmix.UnitTest.Helpers

Afficher le fichier Open project: Algorithmix/Papyrus

Méthodes publiques

Méthode Description
BootstrapPrimitiveThree ( ) : List
BuildChecker ( string filepath ) : string>.Dictionary
BuildCluster ( List shreds ) : INode
GetNodeHeight ( INode root ) : int
InitializeShreds ( bool runOcr = false ) : List
PrintFlatTree ( INode root ) : void
PrintTree ( INode root ) : void
PrintTree ( Queue queue, int level, int maxLevel ) : void
PrintWhiteSpace ( int number ) : void

Method Details

BootstrapPrimitiveThree() public static méthode

public static BootstrapPrimitiveThree ( ) : List
Résultat List

BuildChecker() public static méthode

public static BuildChecker ( string filepath ) : string>.Dictionary
filepath string
Résultat string>.Dictionary

BuildCluster() public static méthode

public static BuildCluster ( List shreds ) : INode
shreds List
Résultat INode

GetNodeHeight() public static méthode

public static GetNodeHeight ( INode root ) : int
root INode
Résultat int

InitializeShreds() public static méthode

public static InitializeShreds ( bool runOcr = false ) : List
runOcr bool
Résultat List

PrintFlatTree() public static méthode

public static PrintFlatTree ( INode root ) : void
root INode
Résultat void

PrintTree() public static méthode

public static PrintTree ( INode root ) : void
root INode
Résultat void

PrintTree() public static méthode

public static PrintTree ( Queue queue, int level, int maxLevel ) : void
queue Queue
level int
maxLevel int
Résultat void

PrintWhiteSpace() public static méthode

public static PrintWhiteSpace ( int number ) : void
number int
Résultat void