Skip to content

Commit

Permalink
Expose cluster manager tests in test module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 24, 2024
1 parent aaaf37b commit 5d9a28c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vertx-core/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@

provides VerticleFactory with ClasspathVerticleFactory, io.vertx.tests.vertx.AccessEventBusFromInitVerticleFactory;

// Cluster manager implementations overrides them (TCK)
exports io.vertx.tests.ha;
exports io.vertx.tests.eventbus;
exports io.vertx.tests.shareddata;

exports io.vertx.test.core;
exports io.vertx.test.fakecluster;
exports io.vertx.test.fakedns;
Expand Down

0 comments on commit 5d9a28c

Please sign in to comment.