-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
performance_1.0.0.CR1, 1.0.0.CR7
-
None
Most probably because of TestNGTestRunner [1], or TestListener [2] respectively, does not handle TestResult [3] start and end properly. Start is the time TestResult instance is created (!!) and end is not set at all (!!!).
[1] org.jboss.arquillian.testng.container.TestNGTestRunner
[2] org.jboss.arquillian.testng.container.TestListener
[3] org.jboss.arquillian.test.spi.TestResult