RuntimeException in setup() of Suite class
Status: Abandoned
Brought to you by:
jetifadm
This exception should be catched otherwise jetif
stopped:
java.lang.NullPointerException
at test.TestSuite.setup(TestSuite.java:70)
at jetif.SuiteRunner.run(SuiteRunner.java:78)
at jetif.SuiteController$1.run
(SuiteController.java:69)
----
This situation is reproduced in cleanUp() method.
Logged In: YES
user_id=1452752
The exception occurs in your custom code, so do you means
the framework should catch all exception from custom code?
Can you simply fix it in your own code?
Logged In: YES
user_id=1250793
Java code can contain errors - it's normal. But in anycase
jetif shouldn't stop precess.
If RuntimeException was detected in setup() method then
jetif should skip this suite and continue with another one.