Joshua Muheim wrote:
I found on this page a neat function that allows to write more semantic test method names:
You might want (IIRC) Behavior Driven Development. That's a re-skinning of Test-Driven Development, using systems that easily generate Domain Specific Languages.
The market leader there is RSpec, so look that up.