SkipOn32BitOSAttribute Class

Skips a 64 bit test if the current Windows OS is 32-bit.

Namespace
Microsoft.AspNetCore.Server.Testing
Assemblies
  • Microsoft.AspNetCore.Server.Testing

Syntax

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class SkipOn32BitOSAttribute : Attribute, _Attribute, ITestCondition
class Microsoft.AspNetCore.Server.Testing.SkipOn32BitOSAttribute

Properties

Microsoft.AspNetCore.Server.Testing.SkipOn32BitOSAttribute.IsMet
Return type:System.Boolean
public bool IsMet { get; }
Microsoft.AspNetCore.Server.Testing.SkipOn32BitOSAttribute.SkipReason
Return type:System.String
public string SkipReason { get; }