C# Class VisualMutator.Model.CoverageFinder.DelegatingMatcher

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

Méthodes publiques

Méthode Description
DelegatingMatcher ( ) : System
DelegatingMatcher ( bool>.Func methodMatching, bool>.Func typeMatching ) : System
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Method Details

DelegatingMatcher() public méthode

public DelegatingMatcher ( ) : System
Résultat System

DelegatingMatcher() public méthode

public DelegatingMatcher ( bool>.Func methodMatching, bool>.Func typeMatching ) : System
methodMatching bool>.Func
typeMatching bool>.Func
Résultat System

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