PlatformRestrictedFactAttribute Class

Namespace
Cake.Testing.Xunit
Base Types
  • FactAttribute
Derived Types
graph BT Type-->Base0["FactAttribute"] Type["PlatformRestrictedFactAttribute"] class Type type-node Derived0["NonWindowsFactAttribute"]-->Type click Derived0 "/api/Cake.Testing.Xunit/NonWindowsFactAttribute"

Syntax

public abstract class PlatformRestrictedFactAttribute : FactAttribute

Constructors

Properties

Name Value Summary
Skip string

Extension Methods

Name Value Summary
Dump<PlatformRestrictedFactAttribute>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<PlatformRestrictedFactAttribute>(PlatformRestrictedFactAttribute[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<PlatformRestrictedFactAttribute>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<PlatformRestrictedFactAttribute>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<PlatformRestrictedFactAttribute>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<PlatformRestrictedFactAttribute>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin