NUnit.Framework.Internal.Commands.TimeoutCommand
TimeoutCommand creates a timer in order to cancel
a test if it exceeds a specified time and adjusts
the test result if it did time out.
namespace NUnit.Framework.Internal.Commands
{
public class TimeoutCommand : BeforeAndAfterTestCommand
{
}
}