All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.junit.MyTestSuite Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
package examples.junit;

import io.vertx.ext.unit.TestContext;

public class MyTestSuite {

  public void testSomething(TestContext context) {
    context.assertFalse(false);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy