Is there a reason that the testing methods are called in the order they are.
It would seem reasonable in my ignorance that the order should be (for a POST) setUp -> beginPostMethod -> doPost ->endPostMethod -> tearDown But it actually goes beginPostMethod -> setUp -> doPost -> tearDown -> endPostMethod I know there must be a good reason for this - I just wondered what it was? Kevin Jones Developmentor www.develop.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
