in reply to Re^3: regex subst not DWIM
in thread regex subst not DWIM
/// <summary> /// public virtual void Destroy(object O) /// </summary> /// <param name = "O">object</param> public virtual void Destroy(object O) { try { m_container.Mockery.VerifyAllExpectationsHaveBeenMet() +; } finally { m_container = null; } }
|
|---|