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

examples.junit.JunitTestWithTimeout Maven / Gradle / Ivy

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


import io.vertx.ext.unit.TestContext;
import org.junit.Test;

public class JunitTestWithTimeout {

  @Test(timeout = 1000l)
  public void testSomething(TestContext context) {
    //...
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy