C# Class SmartTestsAnalyzer.TestedParameter

Afficher le fichier Open project: LudovicDubois/SmartTests Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( TestedParameter other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestedParameter ( SemanticModel model, ExpressionSyntax expression ) : Microsoft.CodeAnalysis
TestedParameter ( string parameterName, string parameterPath = null ) : Microsoft.CodeAnalysis

Method Details

Equals() public méthode

public Equals ( TestedParameter other ) : bool
other TestedParameter
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TestedParameter() public méthode

public TestedParameter ( SemanticModel model, ExpressionSyntax expression ) : Microsoft.CodeAnalysis
model SemanticModel
expression ExpressionSyntax
Résultat Microsoft.CodeAnalysis

TestedParameter() public méthode

public TestedParameter ( string parameterName, string parameterPath = null ) : Microsoft.CodeAnalysis
parameterName string
parameterPath string
Résultat Microsoft.CodeAnalysis