C# 클래스 VisualMutator.Model.CoverageFinder.CciMethodMatcher

상속: ICodePartsMatcher
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
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