Re: [Perlunit-users] Talk on Test::Unit
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ad...@sp...> - 2002-02-18 17:23:14
|
Jonas B. Nielsen (jo...@wa...) wrote: > Hello All, > > I am a member of 'Copenhagen Perl Mongers', tomorrow we are having > our monthly meeting and I am giving a brief overview of Test::Unit, > together with a comparison with other perl test modules. Cool :-) > So what I did was to sit down a play around with the modules. So far > I have focused on the OOP part (Test::Unit::TestCase) as outlined in > the POD. > > So I wrote a simple class, well actually the classic class Employee, > you know the one that inherits from Person etc. > > So I gave it the attributes name, department and title and then > everything went wrong. > > It seems the Test::Unit::TestCase suffers from a serious problem > with namespace. I'm not sure I understand the problem. Could you show us some code please, and more details on what goes wrong? > But shouldn't we look into getting this fixed? Certainly, if it's a problem with PerlUnit. > All my perl code these days is OOP, so I would very much to > contribute with as much to this work as I can, I can also contribute > as a developer resource if you are in need of extra resources. That would be great! Please send patches to the perlunit-devel list. Adam |