Class MatcherTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Tests.BurrowsWheelerTransform.Matching
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class MatcherTests
Constructors
| Improve this Doc View SourceMatcherTests(Func<TextWithTerminator, IMatcher>)
Declaration
protected MatcherTests(Func<TextWithTerminator, IMatcher> matcherBuilder)
Parameters
Type | Name | Description |
---|---|---|
Func<TextWithTerminator, IMatcher> | matcherBuilder |
Properties
| Improve this Doc View SourceMatcherBuilder
Declaration
protected Func<TextWithTerminator, IMatcher> MatcherBuilder { get; }
Property Value
Type | Description |
---|---|
Func<TextWithTerminator, IMatcher> |
Methods
| Improve this Doc View SourceMatch_IsCorrectWhenSuccess(String, String, Boolean, Int32, Int32, Int32)
Declaration
public void Match_IsCorrectWhenSuccess(string textContent, string patternContent, bool expectedSuccess, int expectedMatchedChars, int expectedStart, int expectedEnd)
Parameters
Type | Name | Description |
---|---|---|
System.String | textContent | |
System.String | patternContent | |
System.Boolean | expectedSuccess | |
System.Int32 | expectedMatchedChars | |
System.Int32 | expectedStart | |
System.Int32 | expectedEnd |