Class UtilsOperations

java.lang.Object
org.mule.munit.tools.util.UtilsOperations

public class UtilsOperations extends Object
UtilsOperations
Since:
2.2.0
Author:
Mulesoft Inc.
  • Constructor Details

    • UtilsOperations

      public UtilsOperations()
  • Method Details

    • sleep

      public void sleep(Long time, @Optional(defaultValue="MILLISECONDS") TimeUnit timeUnit)
      Causes the currently executing thread to sleep
      Parameters:
      time - The length of time to sleep
      timeUnit - Time Unit to use to sleep