apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.22k stars 148 forks source link

Move to Junit5 in pekko 2.0? #967

Open He-Pin opened 10 months ago

He-Pin commented 10 months ago

Motivation: Junit 5 has many new function, eg dynamic testing, and I think we can move to it later.

mdedetrich commented 10 months ago

Are you talking about our internal Java tests or the testkit?