NUnit.Framework.Internal.Commands.CancelAfterCommand
CancelAfterCommand 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 CancelAfterCommand : DelegatingTestCommand
{
}
}