Table of Contents

Interface IApplyToTest

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

The IApplyToTest interface is implemented by self-applying attributes that modify the state of a test in some way.

public interface IApplyToTest

Methods

ApplyToTest(Test)

Modifies a test as defined for the specific attribute.

void ApplyToTest(Test test)

Parameters

test Test

The test to modify