eclipse-vertx / vertx-junit5

Testing Vert.x applications with JUnit 5
Apache License 2.0
42 stars 30 forks source link

Milestone5 => "No parameter resolver" for rx* classes #82

Closed aesteve closed 4 years ago

aesteve commented 4 years ago

Version

4.0.0-milestone5

Context

When upgrading a project using vertx-rx-java2 to milestone5, tests did not work anymore, because io.vertx.reactivex.core.Vertx has no parameter resolver.

Do you have a reproducer?

Steps to reproduce

  1. Just run the test task from the reproducer

Extra

jponge commented 4 years ago

Hi @aesteve, did you try adding dependency vertx-junit5-rx-java2 from https://github.com/vert-x3/vertx-rx/tree/master/rx-junit5-providers?

This was documented in the breaking changes.

aesteve commented 4 years ago

I'll try that. Thank you.

I was almost sure I missed something, asked on Gitter, and have been asked to open an issue, sorry for the noise.

jponge commented 4 years ago

No worries, closing the issue, please re-open if you spot any issue 👍

aesteve commented 4 years ago

Works indeed. Updating the repo + README