IWrapTestMethod public interface IWrapTestMethod : ICommandWrapper Objects implementing this interface are used to wrap the TestMethodCommand itself. They apply after SetUp has been run and before TearDown. Documentation Code namespace NUnit.Framework.Interfaces { public interface IWrapTestMethod : ICommandWrapper { } }