NUnit.Framework.Internal.Commands.HookDelegatingTestMethodCommand
namespace NUnit.Framework.Internal.Commands
{
internal sealed class HookDelegatingTestMethodCommand : TestCommand
{
public HookDelegatingTestMethodCommand(TestMethodCommand innerCommand);
}
}