<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 1:55 PM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">By &quot;stub out stuff&quot; do you mean &quot;write a stub test case with self<br>
assert: false&quot;? *raises hand*<br>
<br>
Annoyingly, defining a #subclassResponsibility method destroys my<br>
flow: the debugger won&#39;t, obviously, prompt you for that &quot;create<br>
method&quot; button I love so much. (Hm, could one restore that with a<br>
SubclassResponsibilityException that the debugger can catch?)</blockquote><div><br></div><div>Yeah, I got hit by that one just this morning. It should work like #shouldBeImplemented, but create the method on the class of the receiver, instead of the class where the method is defined.</div>
<div><br></div><div>Colin</div></div></div></div>