C# Class VisualMutator.Model.CoverageFinder.CodePartsMatcher

Inheritance: ICodePartsMatcher
Datei anzeigen Open project: visualmutator/visualmutator

Public Methods

Method Description
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Method Details

Matches() public abstract method

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

Matches() public abstract method

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