Class LockAssert.TestHelper

java.lang.Object
net.javacrumbs.shedlock.core.LockAssert.TestHelper
Enclosing class:
LockAssert

public static class LockAssert.TestHelper extends Object
  • Constructor Details

    • TestHelper

      public TestHelper()
  • Method Details

    • makeAllAssertsPass

      public static void makeAllAssertsPass(boolean pass)
      If pass is set to true, all LockAssert.assertLocked calls in current thread will pass. To be used in unit tests only LockAssert.TestHelper.makeAllAssertsPass(true)