Hi everyone,
When you use JUnit Suite runner (@RunWith(Suite.class)) it’s not possible to get information about test implementation class.
That disables me from writing proper (TeamCity) reporting Listener. All tests seems to be part of the ‘suite’ class.
Part of the problem has been fixed in GRADLE-2649, but it’s fix only for internal report.
Or am I missing something?
Thank you for any help.