Class NarrowingIntervalMatcherTests
Inheritance
System.Object
NarrowingIntervalMatcherTests
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 class NarrowingIntervalMatcherTests : MatcherTests
Constructors
| Improve this Doc View SourceNarrowingIntervalMatcherTests()
Declaration
public NarrowingIntervalMatcherTests()
NarrowingIntervalMatcherTests(Func<TextWithTerminator, IMatcher>)
Declaration
protected NarrowingIntervalMatcherTests(Func<TextWithTerminator, IMatcher> matcherBuilder)
Parameters
Type | Name | Description |
---|---|---|
Func<TextWithTerminator, IMatcher> | matcherBuilder |
Methods
| Improve this Doc View SourceCtor_RaisesExceptionWithIncosistentBWTAndSortedBWT()
Declaration
public virtual void Ctor_RaisesExceptionWithIncosistentBWTAndSortedBWT()
Match_IsCorrectWhenFailure(String, String, Boolean, Int32, Int32, Int32)
Declaration
public void Match_IsCorrectWhenFailure(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 |
Match_RaisesExceptionWithEmptyPattern()
Declaration
public virtual void Match_RaisesExceptionWithEmptyPattern()