Class WeightedRatioBugMatcher
Represents a class that matches bugs using FuzzySharp's weighted ratio.
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class WeightedRatioBugMatcher : BugMatcherBase, IBugMatcher
Properties
View SourceMatchingFunction
Gets the scoring function that should be used to perform string matching.
Declaration
protected override BugMatcherBase.ScoringFunction MatchingFunction { get; }
Property Value
Type | Description |
---|---|
BugMatcherBase.ScoringFunction |