Ask a Question related to Ruby, Design and Development.
-
Michael Campbell #1
Re: inifinite recursion && test/unit
> On Tue, Jul 01, 2003 at 10:06:46PM +0900, Andrey Kulinich wrote:
I'd guess so to--. Wouldn't this be a "halting problem" issue? =)>> > I was talking about test/unit.
> > Why when I'm using it in such code ruby can't detect infinite loop? In
> > my opinion this is test/unit's bug.
> I don't think Ruby really "detects" infinite loops; it simply runs out of
> memory and reports it.
Michael Campbell Guest
-
Test::Unit non-auto-run test case?
I'm getting a handle on the Test::Unit library, and the automatically-running test case example was extremely simple to get running, but now I want... -
Test::Unit -- multiple errors in test method ???
Hi ! I have been writing some unit tests with Test::Unit. I've noted that when an assertion fails in a test method, the remaining assertions... -
Method test::unit::TestSuite#<<(test)
Hi, I suggest to change the definition of this method slightly: current: # Adds the test to the suite. def <<(test) @tests << test end -
Test order in Test::Unit
On Sun, Jul 06, 2003 at 02:05:57AM +0900, Nathaniel Talbott wrote: instance_eval is also extremely useful; it lets you get at instance variables... -
inifinity recursion && test/unit
Without test/unit ruby finished work and said that stack level too deep. Is this correct that in this code ruby goes to infinity recursion? ruby...



Reply With Quote

