C# Class SmartTestsAnalyzer.TestedParameter

Mostra file Open project: LudovicDubois/SmartTests Class Usage Examples

Public Methods

Method 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 method

public Equals ( TestedParameter other ) : bool
other TestedParameter
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestedParameter() public method

public TestedParameter ( SemanticModel model, ExpressionSyntax expression ) : Microsoft.CodeAnalysis
model SemanticModel
expression ExpressionSyntax
return Microsoft.CodeAnalysis

TestedParameter() public method

public TestedParameter ( string parameterName, string parameterPath = null ) : Microsoft.CodeAnalysis
parameterName string
parameterPath string
return Microsoft.CodeAnalysis