step-by-step execution
Brought to you by:
o_rossmueller
When a test fails its often desirable to first run the
setup alone and make sure that database/files looks ok.
Then run the actual test and investigate the underlying
data. At the end we want to run the teardown to clean
up after us.
I have done this extension to junitee and I find it
very useful.
Logged In: YES
user_id=55468
If you already implemented this feature if would be great if
you could upload or send me your changes. Thanx.