C# Класс VisualMutator.Model.CoverageFinder.CciMethodMatcher

Наследование: ICodePartsMatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
CciMethodMatcher ( MethodIdentifier identifier ) : System.Reflection
CreateIdentifier ( IMethodReference method ) : MethodIdentifier
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Описание методов

CciMethodMatcher() публичный Метод

public CciMethodMatcher ( MethodIdentifier identifier ) : System.Reflection
identifier MethodIdentifier
Результат System.Reflection

CreateIdentifier() публичный статический Метод

public static CreateIdentifier ( IMethodReference method ) : MethodIdentifier
method IMethodReference
Результат MethodIdentifier

Matches() публичный Метод

public Matches ( IMethodReference method ) : bool
method IMethodReference
Результат bool

Matches() публичный Метод

public Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
Результат bool