IDebugger
interface IDebugger
A layer of abstraction around Debugger to facilitate testing.
namespace NUnit.Framework.Internal.Abstractions
{
internal interface IDebugger
{
bool IsAttached { get; }
}
}