Search Results for

    Show / Hide Table of Contents

    Class LocalTheoryAttribute

    This custom XUnit Fact attribute will skip unit tests if the environment variable "XUNIT_SKIP_LOCAL_THEORY" exists and is set to the string "true"

    Note that the original Xunit.v3.IFactAttribute.Skip property takes precedence over this attribute, any unit tests with LocalTheoryAttribute with its Xunit.v3.IFactAttribute.Skip property set will always be skipped, regardless of the environment variable content.

    Inheritance
    object
    Attribute
    LocalFactAttribute
    LocalTheoryAttribute
    Implements
    ITheoryAttribute
    IFactAttribute
    Inherited Members
    LocalFactAttribute.DisplayName
    LocalFactAttribute.Explicit
    LocalFactAttribute.SkipExceptions
    LocalFactAttribute.SkipType
    LocalFactAttribute.SkipUnless
    LocalFactAttribute.SkipWhen
    LocalFactAttribute.Timeout
    LocalFactAttribute.Skip
    LocalFactAttribute.SkipLocal
    Attribute.Equals(object)
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, bool)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, bool)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, bool)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, bool)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, bool)
    Attribute.GetCustomAttributes(MemberInfo)
    Attribute.GetCustomAttributes(MemberInfo, bool)
    Attribute.GetCustomAttributes(MemberInfo, Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, bool)
    Attribute.GetCustomAttributes(Module)
    Attribute.GetCustomAttributes(Module, bool)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module, Type, bool)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, bool)
    Attribute.GetCustomAttributes(ParameterInfo, Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
    Attribute.GetHashCode()
    Attribute.IsDefaultAttribute()
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, bool)
    Attribute.IsDefined(MemberInfo, Type)
    Attribute.IsDefined(MemberInfo, Type, bool)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, bool)
    Attribute.IsDefined(ParameterInfo, Type)
    Attribute.IsDefined(ParameterInfo, Type, bool)
    Attribute.Match(object)
    Attribute.TypeId
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit.Xunit.Attributes
    Assembly: Akka.TestKit.Xunit.dll
    Syntax
    [XunitTestCaseDiscoverer(typeof(TheoryDiscoverer))]
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
    public class LocalTheoryAttribute : LocalFactAttribute, ITheoryAttribute, IFactAttribute

    Properties

    | Edit this page View Source

    DisableDiscoveryEnumeration

    Gets a flag which indicates whether the test method wants to skip enumerating data during discovery. This will cause the theory to yield a single test case for all data, and the data discovery will be performed during test execution instead of discovery.

    Declaration
    public bool DisableDiscoveryEnumeration { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SkipTestWithoutData

    Gets a flag which indicates whether the test should be skipped (rather than failed) for a lack of data.

    Declaration
    public bool SkipTestWithoutData { get; set; }
    Property Value
    Type Description
    bool

    Implements

    Xunit.v3.ITheoryAttribute
    Xunit.v3.IFactAttribute

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET