Right, I've made a whole load more changes on the PDC_REFACTOR branch.
Some nice stuff there, though I do say so myself. All the tests are
passing here (except for the try_examples.t, which has been failing
for a while anyway I believe).

I've done no work on TkTestRunner yet, Tk makes my head hurt. I note
however that the green bar thing works, but the 'show' button doesn't
currently DTRT.

No work yet done on Skip/Todo stuff, though I've got a couple of ideas
in that direction. I'm quite keen on tests being able to throw
'Test::Unit::Skip' exceptions, which the TestRunner will be able to
recognize. This doesn't really work with TODO type tests though...

Check out Test::Unit::tests::AssertTest for what I think is the
beginnings of a neat approach to Results Matrix based testing.

I'm thinking of splitting Test::Unit::TestCase into
Test::Unit::TestCase::Simple, which doesn't do any reflection stuff at
all, just uses run_test, and Test::Unit::TestCase::Heavy, which will
provide list_tests and other reflective type stuff. Right now there's
a certain brainwarping effect when you find yourself dealing with a
class that seems to get used in two rather different ways. I need to
think about this some more though.

-- 
Piers Cawley
www.iterative-software.com


_______________________________________________
Perlunit-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/perlunit-devel

Reply via email to