Class PrefixFunctionCalculatorTests
Inheritance
System.Object
PrefixFunctionCalculatorTests
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.PrefixFunction
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class PrefixFunctionCalculatorTests
Constructors
| Improve this Doc View SourcePrefixFunctionCalculatorTests(IPrefixFunctionCalculator)
Declaration
protected PrefixFunctionCalculatorTests(IPrefixFunctionCalculator prefixFunctionCalculator)
Parameters
Type | Name | Description |
---|---|---|
IPrefixFunctionCalculator | prefixFunctionCalculator |
Properties
| Improve this Doc View SourcePrefixFunctionCalculator
Declaration
protected IPrefixFunctionCalculator PrefixFunctionCalculator { get; }
Property Value
Type | Description |
---|---|
IPrefixFunctionCalculator |
Methods
| Improve this Doc View SourceGetAllBordersByDescLength_IsCorrect(Int32[], String)
Declaration
public void GetAllBordersByDescLength_IsCorrect(int[] expectedResult, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | expectedResult | |
System.String | text |