ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

check for additional JUnit5 test annotations #43

Closed glatuske closed 2 years ago

glatuske commented 2 years ago

We have some ParameterizedTest using JUnit5 where validation and content assist did not support it. Best would be to check for @Testable annotation (base for any kind of JUnit5 test) but seems that the JDT class model is capable to get that information.

mduft commented 2 years ago

Thanks!