Interface IWrapTestMethod
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
Objects implementing this interface are used to wrap the TestMethodCommand itself. They apply after SetUp has been run and before TearDown.
public interface IWrapTestMethod : ICommandWrapper
- Inherited Members