IWrapSetUpTearDown public interface IWrapSetUpTearDown : ICommandWrapper Objects implementing this interface are used to wrap the entire test, including SetUp and TearDown. Documentation Code namespace NUnit.Framework.Interfaces { public interface IWrapSetUpTearDown : ICommandWrapper { } }