Class OrdererBase
Base class for orderers.
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 SourceOrdererBase(IMessageSink)
Declaration
public OrdererBase(IMessageSink diagnosticSink)
Parameters
Type | Name | Description |
---|---|---|
Xunit.Abstractions.IMessageSink | diagnosticSink |
Properties
| Improve this Doc View SourceDiagnosticSink
Declaration
protected IMessageSink DiagnosticSink { get; }
Property Value
Type | Description |
---|---|
Xunit.Abstractions.IMessageSink |
Methods
| Improve this Doc View SourceExtractOrderFromAttribute(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 |
GetCollectionName(ITestCollection)
Declaration
protected virtual string GetCollectionName(ITestCollection col)
Parameters
Type | Name | Description |
---|---|---|
Xunit.Abstractions.ITestCollection | col |
Returns
Type | Description |
---|---|
System.String |
GetCollectionTypeName(ITestCollection)
Declaration
protected virtual string GetCollectionTypeName(ITestCollection col)
Parameters
Type | Name | Description |
---|---|---|
Xunit.Abstractions.ITestCollection | col |
Returns
Type | Description |
---|---|
System.String |