NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Question (Score:1)
But...
What is test # 7 about?
What if 'E' exists?
What if the object is inherited, couldn't it have a 'D'? (hmm... that wouldn't happen during testing tho... right?)
From a philosophical view, it would seem to me that tests should cover the requirements... and I didn't see anything in the requirement to drive test 7.
It also seems that if you wanted to check that there were not extra variables created, you would need to enumerate all the variables that were created... instead of picking a random variable and testing for it.
Reply to This