Package net.javacrumbs.shedlock.core
Class LockAssert.TestHelper
java.lang.Object
net.javacrumbs.shedlock.core.LockAssert.TestHelper
- Enclosing class:
- LockAssert
public static class LockAssert.TestHelper extends Object
-
Constructor Summary
Constructors Constructor Description TestHelper() -
Method Summary
Modifier and Type Method Description static voidmakeAllAssertsPass(boolean pass)If pass is set to true, all LockAssert.assertLocked calls in current thread will pass.
-
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 onlyLockAssert.TestHelper.makeAllAssertsPass(true)
-