Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] rerunFailingTestsCount for UI based Eclipse tests

Hello Folks,

I have some debugging tests which are run using UITestApplication and I am trying to use rerunFailingTestsCount for it. It seems that it doesn't work because of following line of code where TestRequest is always created with rerunFailingTestsCount=0.



This is then used by JUnit4Provider and value is 0.


Is this feature supported with UITestApplication?

- Umair


Back to the top