If I enclose my test code in

begin
    rescue
end

the test suite does not report any exception as failure?
Any ideas?
Regards,
Manish


Manish Sapariya wrote:
> Hi,
> Is there any way to keep on running my testsuite if one of my test raises
> exceptions which is not handled by the application under test gracefully.
>
> What if i catch all exception in my testing code?
> Will test unit report failure for those test cases?
>
> Thanks,
> Manish
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>   

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to