Class BordersExtractionTests
Inheritance
System.Object
BordersExtractionTests
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.KnuthMorrisPratt.Borders
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class BordersExtractionTests
Constructors
| Improve this Doc View SourceBordersExtractionTests(IBordersExtraction)
Declaration
protected BordersExtractionTests(IBordersExtraction bordersExtraction)
Parameters
Type | Name | Description |
---|---|---|
IBordersExtraction | bordersExtraction |
Properties
| Improve this Doc View SourceBordersExtraction
Declaration
protected IBordersExtraction BordersExtraction { get; }
Property Value
Type | Description |
---|---|
IBordersExtraction |
Methods
| Improve this Doc View SourceGetAllBordersByDescLength_IsCorrect(String[], String)
Declaration
public void GetAllBordersByDescLength_IsCorrect(string[] expectedResult, string text)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | expectedResult | |
System.String | text |