Hello,
In message "[ruby-talk:4770] Re: RubyUnit testcase run for different init params?"
on 00/09/04, "NAKAMURA, Hiroshi" <nakahiro / sarion.co.jp> writes:
> > filename:line:in `classname#methodname'
> >
> > then we do not need the insert_class_name method.
>
> Agreed. But what classname should be dumped at toplevel?
> 'main'?
Hmm. I think NOTHING should be dumped at toplevel.
At toplevel,
filename:line:in `methodname'
in any other cases
filename:line:in `classname#methodname'
> BTW, this is a patch for c2t.rb in rubyunit-0.2.4 to create
> a test method to test 'new'. Thank you for very useful programs.
Thank you. I'll merge it.
Masaki Suketa <CQN02273 / nifty.ne.jp>