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

fitnesse.testutil.WaitFixture Maven / Gradle / Ivy

The newest version!
package fitnesse.testutil;


public class WaitFixture  {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy