Re: Testing plugins in JUnit 5

2022-11-15 Thread Tamás Cservenák
Just a heads up, that project has been released just recently with updates as well. Thanks T On Sat, Nov 5, 2022 at 12:07 PM Mark Raynsford wrote: > Hello! > > As the subject says: Is there a documented way to write tests for > plugins under JUnit 5? The only thing I've been able to find is the

Re: Testing plugins in JUnit 5

2022-11-06 Thread Russell Gold
Not sure why it would be any different from testing anything else with external dependencies. You can see some examples at https://github.com/oracle/weblogic-monitoring-exporter/tree/main/build-helper-mojo/src > On Nov 5, 2022, at 7:07 AM, Mark Raynsford > wrote: > > Hello! > > As the subj

Re: Testing plugins in JUnit 5

2022-11-05 Thread Mark Raynsford
On 2022-11-05T12:36:55 +0100 Maarten Mulders wrote: > > One solution that I know of is the Integration Testing Framework > Extension [1] by Karl Heinz Marbaise. The documentation says the project > is in "an early state but already being useful and can be used for real > testing". > > From my

Re: Testing plugins in JUnit 5

2022-11-05 Thread Maarten Mulders
On 05/11/2022 12:07, Mark Raynsford wrote: Hello! As the subject says: Is there a documented way to write tests for plugins under JUnit 5? The only thing I've been able to find is the takari testing project: https://github.com/takari/takari-plugin-testing-project There seems to be some prel

Testing plugins in JUnit 5

2022-11-05 Thread Mark Raynsford
Hello! As the subject says: Is there a documented way to write tests for plugins under JUnit 5? The only thing I've been able to find is the takari testing project: https://github.com/takari/takari-plugin-testing-project There seems to be some preliminary support there, but it's not in any of