I'm progressing (ultra-slowly) on the IdScriptableObject thing, but I
have a few questions. I see that the new implementation returns null
if the method tag isn't recognised, whereas the old implementation
threw an IllegalStateException instead. Is there a preference between
the two?
Secondly, concerning testing,can I just run the normal test-suites and
assume that if I've messed up, something will show up? Or should I
write test-cases for each object I'm changing?
Thanks in advance, best regards,
- Ian
--
Blog: http://ianso.blogspot.com/
Script social interactions on Twitter: http://ianso.github.com/scriptus/
Profile:http://www.google.com/profiles/ian.sollars
Yup, so IllegalStateException it is then.
> Running the normal test suite is a good start, but it's not a
> guarantee by itself. One simple way to find if your code is covered is
> to break it and see which tests are affected. Actually I think we have
> Emma code coverage in Rhino build but I must confess I haven't looked
> at it recently.
Emma is nice. I'll see what I can do.
- I
>>
>>