Class ParametrizedIgnoreAttribute
Inheritance
NUnitAttribute
ParametrizedIgnoreAttribute
Implements
IWrapTestMethod
ICommandWrapper
Assembly: UnityEngine.TestRunner.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public class ParametrizedIgnoreAttribute : NUnitAttribute, IWrapTestMethod, ICommandWrapper
Constructors
Declaration
public ParametrizedIgnoreAttribute(params object[] Arguments)
Parameters
Type |
Name |
Description |
object[] |
Arguments |
|
Properties
Declaration
public object[] Arguments { get; }
Property Value
Declaration
public string Reason { get; set; }
Property Value
Methods
Declaration
public TestCommand Wrap(TestCommand command)
Parameters
Type |
Name |
Description |
TestCommand |
command |
|
Returns
Type |
Description |
TestCommand |
|
Implements
NUnit.Framework.Interfaces.IWrapTestMethod
NUnit.Framework.Interfaces.ICommandWrapper