Replies: 1 comment 3 replies
-
Generally, yes, I think we could do that. I think it would have to stay in that package to work in IntelliJ IDEA so opentest4j would not be an option. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
@Testable
is a part of a biggerjunit-platform-commons
jar which might be too big for the clients if the only thing they need is to mark a class@Testable
for the IDE integration.Context: I create a test engine for JCStress, and I can't add
@Testable
to their current@JCStressTest
. At the same time, if there was a small dependency (opentest4j?) which holded@Testable
, then it would be easier to integrate with the other test frameworks.Beta Was this translation helpful? Give feedback.
All reactions