NUnit.Framework.Internal.Commands.MaxTimeCommand
MaxTimeCommand adjusts the result of a successful test
to a failure if the elapsed time has exceeded the specified maximum
time allowed.
namespace NUnit.Framework.Internal.Commands
{
public class MaxTimeCommand : AfterTestCommand
{
public MaxTimeCommand(TestCommand innerCommand, int maxTime);
}
}