C# Class VisualMutator.Model.CoverageFinder.CciMethodMatcher

Inheritance: ICodePartsMatcher
Mostrar archivo Open project: visualmutator/visualmutator

Public Methods

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

Method Details

CciMethodMatcher() public method

public CciMethodMatcher ( MethodIdentifier identifier ) : System.Reflection
identifier MethodIdentifier
return System.Reflection

CreateIdentifier() public static method

public static CreateIdentifier ( IMethodReference method ) : MethodIdentifier
method IMethodReference
return MethodIdentifier

Matches() public method

public Matches ( IMethodReference method ) : bool
method IMethodReference
return bool

Matches() public method

public Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
return bool