ssi-schaefer / lcdsl

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

Support launch type pure JUnit? #51

Open frankbenoit opened 2 years ago

frankbenoit commented 2 years ago

We do make a difference between out JUnit plugin tests vs our pure unit tests. The plugin test take significant more startup time, so we want to run the pure unit test much more often.

Could LCDSL also support this?

mduft commented 2 years ago

Yeah, definitely. Plain JUnit support needs some work - it depends all a little on available time (none now unfortunately) and/or contributions which are very welcome.