Search Results for

    Show / Hide Table of Contents

    Class BuilderTests

    Inheritance
    System.Object
    BuilderTests
    LastFirstPropertyBasedBuilderTests_WithBinarySearchFinder
    LastFirstPropertyBasedBuilderTests_WithNaiveFinder
    LastFirstPropertyBasedBuilderTests_WithPrecomputedFinder
    NaiveBuilderTests
    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.Builder
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class BuilderTests

    Constructors

    | Improve this Doc View Source

    BuilderTests(IBuilder)

    Declaration
    public BuilderTests(IBuilder builder)
    Parameters
    Type Name Description
    IBuilder builder

    Properties

    | Improve this Doc View Source

    Builder

    Declaration
    protected IBuilder Builder { get; }
    Property Value
    Type Description
    IBuilder

    Methods

    | Improve this Doc View Source

    BuildMatrix_AllRotationsAreDifferent()

    Declaration
    public void BuildMatrix_AllRotationsAreDifferent()
    | Improve this Doc View Source

    BuildMatrix_FromTransform_IsCorrect(BuilderTests.TestCase)

    Declaration
    public void BuildMatrix_FromTransform_IsCorrect(BuilderTests.TestCase testCase)
    Parameters
    Type Name Description
    BuilderTests.TestCase testCase
    | Improve this Doc View Source

    BuildMatrix_LastFirstProperty()

    Declaration
    public void BuildMatrix_LastFirstProperty()
    | Improve this Doc View Source

    BuildMatrix_ReturnsAllRotationsOfText()

    Declaration
    public void BuildMatrix_ReturnsAllRotationsOfText()
    | Improve this Doc View Source

    BuildMatrix_ReturnsRotationsSorted()

    Declaration
    public void BuildMatrix_ReturnsRotationsSorted()
    | Improve this Doc View Source

    BuildTransform_WithMatrix_IsCorrect(BuilderTests.TestCase)

    Declaration
    public void BuildTransform_WithMatrix_IsCorrect(BuilderTests.TestCase testCase)
    Parameters
    Type Name Description
    BuilderTests.TestCase testCase
    | Improve this Doc View Source

    BuildTransform_WithText_IsCorrect(BuilderTests.TestCase)

    Declaration
    public void BuildTransform_WithText_IsCorrect(BuilderTests.TestCase testCase)
    Parameters
    Type Name Description
    BuilderTests.TestCase testCase
    | Improve this Doc View Source

    InvertMatrix_IsCorrect(BuilderTests.TestCase)

    Declaration
    public void InvertMatrix_IsCorrect(BuilderTests.TestCase testCase)
    Parameters
    Type Name Description
    BuilderTests.TestCase testCase
    | Improve this Doc View Source

    InvertTransform_IsCorrect(BuilderTests.TestCase)

    Declaration
    public void InvertTransform_IsCorrect(BuilderTests.TestCase testCase)
    Parameters
    Type Name Description
    BuilderTests.TestCase testCase

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX