public void GetBreakpointRequest()
        {
            IDebugBreakpointRequest2 breakpointRequest;

            Assert.AreEqual(AD7Constants.E_BP_DELETED, pendingBreakpoint.GetBreakpointRequest(
                                out breakpointRequest));
            Assert.IsNull(breakpointRequest);
        }