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

Inheritance: SolutionTestsBase
Datei anzeigen Open project: jjrdk/ArchiMetrics

Public Methods

Method Description
PerformInspection ( string code, Type evaluatorType ) : Task>
PerformSolutionInspection ( string code, Type evaluatorType ) : Task>

Private Methods

Method Description
NodeReviewerTests ( ) : System.Text

Method Details

PerformInspection() public static method

public static PerformInspection ( string code, Type evaluatorType ) : Task>
code string
evaluatorType System.Type
return Task>

PerformSolutionInspection() public static method

public static PerformSolutionInspection ( string code, Type evaluatorType ) : Task>
code string
evaluatorType System.Type
return Task>