-
Bug
-
Resolution: Unresolved
-
Critical
-
None
When running Android instrumentation tests where a test class fails in the BeforeClass method, the result of this class is completely ignored by the analyzer plugin (neither shown as failed, ignored or success)
In the result, the test name is set as "null", maybe this is the reason, why the test is not reported.
e.g.
<testcase name="null" classname="com.xyz" time="0.004"><failure>java.lang.IllegalStateException:[...]</failure> </testcase>