Where should I add new test cases?

Dear all

I started adding Http::Header test cases but I think much of the HTTP RFC might not be needed ….

So I think I will start adding test cases to QueryRoutingTable….

Or should I focus on some other class…. ( Complex code should be surrounded by test cases, so it gets refactored easily ;-)

There is some duplication I came across…

                changed is repeated thrice so this duplication should be eliminated…
Let me know ;-)

— cheers atul

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: Where should I add new test cases?
Hi Atul, Testing QueryRoutingTable would be quite nice! After you're done with it, it'd be great if you add some tests to QrtReader, QrtWriter and QrtExchanger. I'd like to have unit (more...)
Re: Where should I add new test cases?
Oops I copy pasted two source lines but they never appeared ;-) I will write another posting about those.... -- cheers atul