Search Results for

    Show / Hide Table of Contents

    Class OrdererBase

    Base class for orderers.

    Inheritance
    System.Object
    OrdererBase
    CollectionOrderer
    TestCaseOrderer
    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: Xunit.Extensions.Ordering
    Assembly: Xunit.Extensions.Ordering.dll
    Syntax
    public abstract class OrdererBase

    Constructors

    | Improve this Doc View Source

    OrdererBase(IMessageSink)

    Declaration
    public OrdererBase(IMessageSink diagnosticSink)
    Parameters
    Type Name Description
    Xunit.Abstractions.IMessageSink diagnosticSink

    Properties

    | Improve this Doc View Source

    DiagnosticSink

    Declaration
    protected IMessageSink DiagnosticSink { get; }
    Property Value
    Type Description
    Xunit.Abstractions.IMessageSink

    Methods

    | Improve this Doc View Source

    ExtractOrderFromAttribute(IEnumerable<IAttributeInfo>)

    Declaration
    protected virtual int ExtractOrderFromAttribute(IEnumerable<IAttributeInfo> attributes)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Xunit.Abstractions.IAttributeInfo> attributes
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    GetCollectionName(ITestCollection)

    Declaration
    protected virtual string GetCollectionName(ITestCollection col)
    Parameters
    Type Name Description
    Xunit.Abstractions.ITestCollection col
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetCollectionTypeName(ITestCollection)

    Declaration
    protected virtual string GetCollectionTypeName(ITestCollection col)
    Parameters
    Type Name Description
    Xunit.Abstractions.ITestCollection col
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH