C# Class ArchiMetrics.CodeReview.Rules.Tests.Rules.NodeReviewerTests

Inheritance: SolutionTestsBase
Afficher le fichier Open project: jjrdk/ArchiMetrics

Méthodes publiques

Méthode Description
PerformInspection ( string code, Type evaluatorType ) : Task>
PerformSolutionInspection ( string code, Type evaluatorType ) : Task>

Private Methods

Méthode Description
NodeReviewerTests ( ) : System.Text

Method Details

PerformInspection() public static méthode

public static PerformInspection ( string code, Type evaluatorType ) : Task>
code string
evaluatorType System.Type
Résultat Task>

PerformSolutionInspection() public static méthode

public static PerformSolutionInspection ( string code, Type evaluatorType ) : Task>
code string
evaluatorType System.Type
Résultat Task>