Krishnan Mahadevan
Krishnan Mahadevan
@MartinanderssonDotcom - I tried to execute the sample that you shared in [this](https://github.com/cbeust/testng/issues/1222#issuecomment-289232703) comment. I am not able to reproduce the issue. FWIW I am using TestNG 6.11 Here's the...
@juherr - What should be done with this issue? Below is what I am currently seeing **Abstract base class** ```java package issue1222.one; import org.testng.annotations.Test; public abstract class TonsOfTestMethods { @Test...
@juherr > The issue is when you don't have a child class and you only pass the abstract class in the suite. TestNG fails to find any test, when it...
@KritikaSahare1611 - Please include a sample project that uses TestNG `7.6.1` (latest released version as of today) that can be used to reproduce the problem. Without a sample, not much...
@cbeust - I can confirm it works fine. I just now removed the `testing-1.0.dtd` from `src/main/resources` in the TestNG codebase and ran a suite xml test. It successfully retrieves the...
@juherr - I will come back to this hopefully during this weekend and see what I can do with respect to this issue.
@aTan-aka-Xellos - Thanks for reminding me on this. Let me see if I can get around to this over the weekend.
@tropicalsq744 - The behaviour you are describing is not related to this issue. Your tests are explicitly stating the following 1. `test1()` needs to be run 4 times (since your...
@AndiCover - I am not able to reproduce this error using TestNG `7.0.0` (Your stack overflow post refers to you using a beta version and am referring to the latest...
Closing this issue. Please comment if this is still a problem with `7.0.0` (Not the beta versions)