C# Class VisualMutator.Model.CoverageFinder.CciMethodMatcher

Inheritance: ICodePartsMatcher
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
CciMethodMatcher ( MethodIdentifier identifier ) : System.Reflection
CreateIdentifier ( IMethodReference method ) : MethodIdentifier
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Method Details

CciMethodMatcher() public méthode

public CciMethodMatcher ( MethodIdentifier identifier ) : System.Reflection
identifier MethodIdentifier
Résultat System.Reflection

CreateIdentifier() public static méthode

public static CreateIdentifier ( IMethodReference method ) : MethodIdentifier
method IMethodReference
Résultat MethodIdentifier

Matches() public méthode

public Matches ( IMethodReference method ) : bool
method IMethodReference
Résultat bool

Matches() public méthode

public Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
Résultat bool