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

fitnesse.testutil.WaitFixture Maven / Gradle / Ivy

package fitnesse.testutil;


public class WaitFixture  {

  public WaitFixture() throws InterruptedException {
      Thread.sleep(2000);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy