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

examples.junit.Snippets Maven / Gradle / Ivy

package examples.junit;

import io.vertx.ext.unit.TestSuite;

public class Snippets {


  public void testSuite() {
    TestSuite suite = TestSuite.create(new MyTestSuite());
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy