On Thu, Apr 29, 2010 at 9:08 AM, Mark Miesfeld wrote:
> So, when the containing TestSuite gets constructed and executes, it is
> counted as a test, and the test case gets counted as a test, and I
> forget where the third one comes from.
I think it goes like this: a test suite is constructed from
Rick,
It's because of ooRexxUnit being structured, or patterned, after
jUnit. I forget the jUnit details exactly, it's been awhile since I
read the doc on it, but it has to do with everything being a test. So
in ooRexxUnit, both a TestSuite and a TestCase are 'tests.'
So, when the containing Te
When working on debugging the regex code, I frequently use a stripped
down test group that contains just a single test method and the few
assertions I'm currently debugging. Here's the output from this:
Interpreter: REXX-ooRexx_4.1.0(MT) 6.03 21 Apr 2010
Addressing Mode: 32
ooRexxUnit: 2