-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suite discovery fails on abstract suite classes without non-arg constructor #11
Comments
@tnielens Hmm, it shouldn't discover abstract class, I'll take a look and see what's going on. |
Thanks! I'm working around this issue right now by turning abstract classes into interfaces. But the fix is gonna be very welcome 🙏 . |
@cheeseng do you know how |
Sorry for the really late response as I just noticed it, I think Suite.run should handle it, I tried to annotate @ignore in SomeCodeTest in the example and it seems to work. |
scalatestplus-junit5-10_2.13:3.2.17.0 fails because of this base class. Other test suites extend it.
The
Ignore
annotation doesn't help.Error:
The text was updated successfully, but these errors were encountered: